I'm trying to use pytesseract to recognize two numbers from an image:
- I have tried
--psm 6up to10 - I have tried
-c tessedit_char_whitelist=0123456789'
None of the above returns 49 number. Closest I got is returned 4 without 9
Do you have any tips about how to make tesseract recognize it ?
