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.

Is it possible to check orientation of an image before passing it through pytesseract ocr module

For my current ocr project I tried using tesserect using the the python cover pytesseract for converting images into text …

image-processing ocr tesseract python-tesseract
How to generate a tiff/box file from an image to train Tesseract in Windows

I'm trying to train Tesseract in Windows and for that I need a pair tiff/box file and I'm trying …

windows machine-learning ocr tesseract training-data
UnicodeDecodeError with Tesseract OCR in Python

Iam trying to extract text from an image file using Tesseract OCR in Python but I'am facing an Error that …

python tesseract python-tesseract
Custom Dictionary for Tesseract

I am currently working on a project for android using Tesseract OCR. I was hoping to fine-tune the results given …

android dictionary ocr tesseract
Extracting text from Image

Two, the type of number I am trying to extract Another sample Another sample The image above is the output …

python opencv text tesseract text-extraction
Where is the default tesseract installation folder on a mac?

I've just installed tesseract through homebrew, I need to put some files inside the tessdata folder but I can't find …

macos tesseract
Emgu.cv's Tesseract object using incorrect path for OCR files

I wish to use EMGU.CV's Tesseract object to do OCR on some pictures. To start, I've downloaded, compiled and …

c# emgucv tesseract tessnet2
Training the "tesseract ocr" with predefined font images

I am trying to make OCR recognition of ASCII strings from the image. I am using Tesseract3 library, but I …

pattern-matching ascii ocr tesseract training-data
Extracting text out of images

I am working on extracting text out of images. Initially images are colored with text placed in white, On further …

python image-processing ocr tesseract python-tesseract
7-Segment Display OCR

I'm building an iOS application (take a picture and run OCR on it) using Tesseract (an OCR library) and it …

ios image-processing ocr tesseract seven-segment-display