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

Is There Any Way To Install Tesseract Ocr In A Venv/web Server?

I made a Python script that does OCR, and then I recycled the script and made a web app using Flask… Read more Is There Any Way To Install Tesseract Ocr In A Venv/web Server?

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

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

Annoying Python Tesseract Error Error Opening Data File ./tessdata/eng.traineddata

I'm bumping into this error that's driving me a little bit crazy with the python wrapper fo… Read more Annoying Python Tesseract Error Error Opening Data File ./tessdata/eng.traineddata

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?

Why Pytesseract Raise An Error With Arabic Language

I want to use pytesseract Arabic And I have ara.traineddata in my system /usr/share/tesseract/tessd… Read more Why Pytesseract Raise An Error With Arabic Language

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

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