python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Keep getting "AttributeError: Read" from pytesseract
I'm trying to take a screen grab with PILLOW and reading text from it using pytesseract but I keep seeing a "AttributeError: read". I've tried to read the documentation and google but haven'...
Aouey
Votes: 0
Answers: 1
How to detect if image contains ASCII characters?
I have a dataset of images and I want to filter out all images that contain text (ASCII chars). For example, I have the following cute image of a dog:
As you can see, on right bottom corner there is ...
vesii
Votes: 0
Answers: 3
Deskewing an image with background (Python)
I am working on a project where I am doing OCR on text on a label. My job is to deskew the image to make it readable with tesseract.
I have been using this approach, that greyscales and thresholds th...
Imogenio
Votes: 0
Answers: 2
pytesseract not picking up individual characters
I'm currently struggling. Pytesseract is failing to detect single digits. You can see the image I'm trying to read, the code and the current result I'm receiving. Any help would be much appreciated.
C...

Ben Esposito
Votes: 0
Answers: 1