Top "Tesseract" questions

Tesseract is an OCR (Optical Character Recognition) engine originally developed at HP Labs and now available as an open source library with development sponsored by Google.

Python error when importing image_to_string from tesseract

I recently used tesseract OCR with python and I kept getting an error when I was trying to import image_…

python ocr tesseract
pytesseract cannot find the file specified

My code is straight forward and is the following: import pytesseract from PIL import Image img = Image.open('C:/temp/…

python tesseract python-tesseract
Tesseract ocr PDF as input

I am building an OCR project and I am using a .Net wrapper for Tesseract. The samples that the wrapper …

c# ocr tesseract
How to extract text from image Android app

I am working on a feature for my Android app. I would like to read text from a picture then …

image text ocr tesseract
What's the way to remove all lines and borders in image(keep texts) programmatically?

I 'm trying to extract text from an image using Tesseract OCR. Currently, with original input image(as below), output's …

image opencv image-processing imagemagick tesseract
Where are the Tesseract API docs?

I've looked all over the Google code site but am just not finding anything that explains how to use Tesseract …

tesseract
Text detection on Seven Segment Display via Tesseract OCR

The problem that I am running with is to extract the text out of an image and for this I …

ocr tesseract seven-segment-display
Tesseract Trained data

Am trying to extract data from reciepts and bills using Tessaract , am using tesseract 3.02 version . am using only english data , …

tesseract
Tesseract does not recognize single characters

How to represent: Create new image with paint (any size) Add letter A to this image Try to recognize -&…

ocr tesseract
pytesseract using tesseract 4.0 numbers only not working

Any one tried to get numbers only calling the latest version of tesseract 4.0 in python? The below worked in 3.05 but …

python tesseract