Skip to content Skip to sidebar Skip to footer
Showing posts with the label Tesseract

Pytesseract Image_to_string Function Not Accurate At All

My code for index, img in enumerate(data): # data is list of base64 decoded strings b64 = base6… Read more Pytesseract Image_to_string Function Not Accurate At All

Python - Tesseract - Recognize This Captcha

I'm trying to resolve captcha's text but unfornutely it's not perfect. I'm using py… Read more Python - Tesseract - Recognize This Captcha

How To Tune Tesseract For Identifying Number Plate Of A Car More Accurately?

I have a code to detect and identify the car number plate and convert the image into text using tes… Read more How To Tune Tesseract For Identifying Number Plate Of A Car More Accurately?

No Module Named Tesseract

Working on an OCR. I can import pytesseract and use image_to_string but I want to work on this: api… Read more No Module Named Tesseract

Tesseractnotfounderror: Two Docker Container Python App (docker-compose)

I have my python project with tesseract running locally, and it works in Pycharm. I used docker-com… Read more Tesseractnotfounderror: Two Docker Container Python App (docker-compose)

Remove Top Section Of Image Above Border Line To Detect Text Document

Using OpenCV (python) I am trying to remove the section of image which is above the border line (wh… Read more Remove Top Section Of Image Above Border Line To Detect Text Document