You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I was making font file and got following error
Command I used
handwrite Handwrite.jpg ./
Error I got
Traceback (most recent call last):
File "/home/ganesh314159/.local/bin/handwrite", line 8, in <module>
sys.exit(main())
File "/home/ganesh314159/.local/lib/python3.9/site-packages/handwrite/cli.py", line 56, in main
converters(
File "/home/ganesh314159/.local/lib/python3.9/site-packages/handwrite/cli.py", line 34, in converters
run(sheet, output_directory, directory, config, metadata)
File "/home/ganesh314159/.local/lib/python3.9/site-packages/handwrite/cli.py", line 12, in run
SHEETtoPNG().convert(sheet, characters_dir, config)
File "/home/ganesh314159/.local/lib/python3.9/site-packages/handwrite/sheettopng.py", line 44, in convert
characters = self.detect_characters(
File "/home/ganesh314159/.local/lib/python3.9/site-packages/handwrite/sheettopng.py", line 116, in detect_characters
x, y, w, h = cv2.boundingRect(contours[i])
IndexError: list index out of range
This is my Handwrite jpg
The text was updated successfully, but these errors were encountered:
Hi @ganesh314159, thanks for trying out handwrite and letting us know about the issue; So handwrite currently doesn't apply any filters on its own, so when scanning an image you'll have to try to make the light consistent or use a filter from the adobe scan/camscanner app. I'll open a new to issue for this feature, let's see if we can add it soon.
Hello, I was making font file and got following error
Command I used
Error I got
This is my Handwrite jpg
The text was updated successfully, but these errors were encountered: