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

How To Save Dpi Info In Py-opencv?

import cv2 def clear(img): back = cv2.imread('back.png', cv2.IMREAD_GRAYSCALE) img… Read more How To Save Dpi Info In Py-opencv?

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

Tesseract Has Trouble Reading This Extremely Simple String Of Numbers

I'm currently writing a script in python that requires the use of tesseract to read a number li… Read more Tesseract Has Trouble Reading This Extremely Simple String Of Numbers

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?

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)