Top "Ocr" questions

Optical Character Recognition, usually abbreviated to OCR, is the mechanical or electronic translation of scanned images of handwritten, typewritten or printed text into machine-encoded text.

Simple Digit Recognition OCR in OpenCV-Python

I am trying to implement a "Digit Recognition OCR" in OpenCV-Python (cv2). It is just for learning purposes. I would …

python opencv numpy computer-vision ocr
Java OCR implementation

This is primarily just curiosity, but are there any OCR implementations in pure Java? I'm curious how this would perform …

java ocr
image processing to improve tesseract OCR accuracy

I've been using tesseract to convert documents into text. The quality of the documents ranges wildly, and I'm looking for …

image-processing ocr tesseract
Is there any free OCR library for Android?

I'm looking for a Java OCR that runs on Android, however Asprise doesn't seem to be a platform independent OCR. …

android ocr
best OCR (Optical character recognition) example in android

I want a running example of OCR in android, I have done some research and find an example that implements …

android ocr tesseract
Tesseract OCR simple example

Hi Can you anyone give me a simple example of testing Tesseract OCR preferably in C#. I tried the demo …

c# ocr tesseract
Tesseract running error

I have a problem with running tesseract-ocr engine on linux. I've downloaded RUS language data and put it to tessdata …

ocr tesseract
How to implement and do OCR in a C# project?

I ve been searching for a while and all that i ve seen some OCR library requests. I would like …

c# ocr
How to recognize vehicle license / number plate (ANPR) from an image?

I have a web site that allows users to upload images of cars and I would like to put a …

image ocr computer-vision anpr
How to make tesseract to recognize only numbers, when they are mixed with letters?

I want to use tesseract to recognize only numbers. The problem is that I have mixture of numbers & letters …

ocr tesseract