Open jonatino opened 1 year ago
Hey,
Sorry for the slow response.
When I use the command line tool, I also get an empty response.
⬢[chris@toolbox tesseract-rs]$ tesseract ~/Downloads/230999208-ea36048c-28ee-452f-a027-bfa43c965c99.png ~/Downloads/output
Estimating resolution as 159
Empty page!!
Estimating resolution as 159
Empty page!!
⬢[chris@toolbox tesseract-rs]$ cat ~/Downloads/output.txt
# empty
I also tried with the numeric white list
tesseract ~/Downloads/230999208-ea36048c-28ee-452f-a027-bfa43c965c99.png ~/Downloads/output -c tessedit_char_whitelist=0123456789
And I tried scaling the image to be 300x200 in an image editing tool. Scaling without the whitelist produced different output, but not correct output.
Although I contributed to the bindings I don't have the knowledge to help suggest how you'd get results for this image and similar.
Hello, first of all thanks for your efforts for these very nicely done rust bindings :)
I'm trying to use this to read specific regions on screen and output the values. Most of these regions will only contain numeric value (0-9 and ,'s).
Code:
Image trying to OCR:
The size is 30px width x 20px height at 240dpi. I'm using the generic English model provided in your repo, would it benefit training a new dataset specifically for this font?