Shreeshrii / tessdata_shreetest

finetuned traineddata files for tesseract 4.0.0 for testing
153 stars 30 forks source link

Why is this image not being recognized properly? #12

Open fakedevil opened 5 years ago

fakedevil commented 5 years ago

I have the following image which it keeps recognizing as 33685, when it should be 39685. trimmed_modded_cropped_offset0tile081

The command I ran on tesseract 4.1.0: tesseract trimmed_modded_cropped_offset0tile081.png - -l digits --oem 1 --psm 6 -c tessedit_char_whitelist=0123456789

Any hints on what I am doing wrong here?

Shreeshrii commented 5 years ago

Please share your original image also for testing.

Shreeshrii commented 5 years ago

Here is a modified version of your image which can be recognized correctly -

39685

 tesseract 39685.png -
39685
fakedevil commented 5 years ago

Thanks, but what filters or what changes did you apply to it to make it work?