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

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

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)

Pyinstaller And Tesseract Ocr

I am using Tesseract OCR for my program and I am going to convert it into a single .exe file using … Read more Pyinstaller And Tesseract Ocr

Pytesseract Is Too Slow. How Can I Make It Process Images Faster?

I am using pytesseract in the below code: def fnd(): for fname in list: x = None … Read more Pytesseract Is Too Slow. How Can I Make It Process Images Faster?

Numerical Character Recognition In Pytesser

I am working on a project that requires me to get prices from a commodity exchange. Unfortunately t… Read more Numerical Character Recognition In Pytesser