display_ocr
display_ocr copied to clipboard
Recognizing 26 but not 43 for me
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?
Hi,Could u tell me details about that how to install it? My OS: windows/mac.