You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: