display_ocr icon indicating copy to clipboard operation
display_ocr copied to clipboard

Recognizing 26 but not 43 for me

Open gmparker2000 opened this issue 7 years ago • 1 comments

Sorry, this isn't really an issue, more of a plea for help. I am executing the follow statement from python on the two attached images:

text = pytesseract.image_to_string(Image.open(filename), lang="letsgodigital", boxes=False, config="digits")

The "26" works fine but the "43" doesn't come back with a result. Anything I could try? I tried dilating the image further but no luck. Is it because the "43" is slightly rotated? Perhaps because the 3 is too close to the edge of the image?

26 43

gmparker2000 avatar Jan 03 '18 00:01 gmparker2000

Hi,Could u tell me details about that how to install it? My OS: windows/mac.

RicoLiu avatar Dec 26 '18 03:12 RicoLiu