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.

Pytesseract OCR multiple config options

I am having some problems with pytesseract. I need to configure Tesseract to that it is configured to accept single …

python ocr tesseract
Getting the bounding box of the recognized words using python-tesseract

I am using python-tesseract to extract words from an image. This is a python wrapper for tesseract which is an …

python image-processing ocr tesseract python-tesseract
How do I choose between Tesseract and OpenCV?

I recently came across Tesseract and OpenCV. It looks like Tesseract is a full-fledged OCR engine and OpenCV can be …

python opencv computer-vision ocr tesseract
Tesseract 3 (OCR) - .NET Wrapper

http://code.google.com/p/tesseractdotnet/ I am having a problem getting Tesseract to work in my Visual Studio 2010 projects. …

c# visual-studio-2010 wrapper tesseract
How to find parameters supported in Tesseract OCR config file

I want to know what parameters the config file used by Tesseract OCR accepts, how to write a config file, …

tesseract
OCR with the Tesseract interface

How do you OCR an tiff file using Tesseract's interface in c#? Currently I only know how to do it …

c# ocr tesseract
Using tesseract to recognize license plates

I'm developing an app which can recognize license plates (ANPR). The first step is to extract the licenses plates from …

ios objective-c opencv image-processing tesseract
What is the ideal font for OCR?

Does anybody have any experience with different fonts for OCR? I am generating an ID then trying to scan it …

fonts ocr tesseract
How can I use Tesseract in Android?

I have searched on the net for a couple of hours. I got many answers saying we need to use …

android ocr android-ndk tesseract
Tesseract OCR Library - Learning Font

Well I'm using a complied .NET version of this OCR which can be found @ http://www.pixel-technology.com/freeware/tessnet2/ …

c# image-processing ocr tesseract