Optical character recognition

learn more… | top users | synonyms

106
votes
22answers
39k views

Has reCaptcha been cracked / hacked / OCR'd / defeated / broken?

Have any programming methods have been used to defeat reCAPTCHA? I'm interested in seeing evidence and potentially demonstrations that reCAPTCHA in particular has been made obsolete by completely ...
46
votes
10answers
40k views

android OCR?

I'm looking for a Java OCR that runs on Android, however Asprise doesn't seem to be a platform independent OCR. is there any opensource/free Java OCR I can use for android application development?
40
votes
8answers
37k views

Any open source C# OCR library?

I couldn't get anything out of google, so I ask: Do you know some free open source C# OCR library? edit I need C# option, no coding of wrappers from C++ or similar stuff. the google library's website ...
31
votes
6answers
15k views

Free OCR library

Does anyone know of a good free or cheap (under £100/$200) OCR library? It needs to run on Windows and preferably be a .NET library, though a COM interface is fine.
29
votes
7answers
3k views

What are good algorithms for vehicle license plate detection?

Background For my final project at university, I'm developing a vehicle license plate detection application. I consider myself an intermediate programmer, however my mathematics knowledge lacks ...
28
votes
6answers
17k views

Java OCR implementation

This is primarily just curiosity but are there any pure java OCR implementations? I'm curious how this would perform purely in java and OCR in general interests me so I'd love to see how it's ...
26
votes
6answers
3k views

How to get the word under the cursor in Windows?

I want to create a application which gets the word under the cursor (not only for text fields), but I can't find how to do that. Using OCR is pretty hard. The only thing I've seen working is the ...
26
votes
4answers
8k views

How can I implement OCR on a website using PHP?

Are there any free OCR libraries that work with PHP? Perhaps there is a different way to do OCR on a website. If so please share. EDIT: Python is also acceptable. EDIT2: I'm working with a Linux ...
24
votes
5answers
16k views

Simple OCR programming tutorials/articles

I'm interested in simple OCR methods and algorithms. And with simple I mean simple! Best would be a tutorial/article/documentation without dependencies on 3rd party librarys if that's even possible. ...
23
votes
3answers
29k views

Recommend an Open Source .NET Barcode Reader Library [closed]

Based on the stackoverflow question titled "Barcode- and Character Recognition component for .Net" we've discovered open source libraries for character recognition, but nothing's turned up for barcode ...
22
votes
3answers
316 views

Is there an efficient algorithm for segmentation of handwritten text?

I want to automatically divide an image of ancient handwritten text by lines (and by words in future). The first obvious part is preprocessing the image... I'm just using a simple digitization ...
21
votes
8answers
1k views

Extracting code from photograph of T-shirt via OCR

I recently saw someone with a T-shirt with some Perl code on the back. I took a photograph of it and cropped out the code: Next I tried to extract the code from the image via OCR, so I installed ...
19
votes
3answers
766 views

Question on Freeman chain code

EDIT: +4 upvotes / +3 favorites and no comment and no answer, I'm starting a bounty... Note that I'm really looking for an answer to my question. I am not looking for a link to some source code or ...
18
votes
3answers
15k views

What are some popular OCR algorithms?

I've been interested in machine learning and computer vision for a while, so I've decided to attempt to build a simple Optical Character Recognition demo in C#. I'm looking for a description of some ...
17
votes
4answers
4k views

Most accurate open-source OCR for Japanese?

From your experience, what is the most accurate open-source Optical Character Recognition (OCR) library/software to read Japanese text? I just tried nhocr, its mistake rate is over 2% even on an ...
17
votes
6answers
3k views

Open source OCR

Is there any open source OCR library written in .NET, or written in any language but can be used in an ASP.NET application?
15
votes
5answers
15k views

What kind of OCR Java library should I use in Android?

I would like to build an Android application that, via an OCR library, should scan a picture extracting text from it . What Java library should I use?
15
votes
9answers
10k views

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 privacy filter in place to detect registration plates on the vehicle and blur them. The blurring is not a ...
15
votes
8answers
18k views

Java based OCR SDK/API

Are there any good OCR (optical character recognition) SDK or APIs in Java which will be able to convert TIFF files to txt files (or even html is good enough) with some sort of format retention? The ...
15
votes
10answers
14k views

Programatically recognize text from scans in a PDF File

I have a PDF file, which contains data that we need to import into a database. The files seem to be pdf scans of printed alphanumeric text. Looks like 10 pt. Times New Roman. Are there any tools ...
14
votes
4answers
5k views

My own OCR-program in Python

I am still a beginner but I want to write a character-recognition-program. This program isn't ready yet. And I edited a lot, therefor the comments may not match exactly. I will use the 8-connectivity ...
14
votes
3answers
8k views

Is there any open source OCR project for the iPhone out there?

I'm looking for an open source or free OCR project for the iPhone. Maybe there is some port of tesseract-ocr for the iPhone? What I've found so far: How to compile Unix Apps for iPhone Thanks for ...
12
votes
5answers
138 views

PHP Repairing Bad Text

This is something I'm working on and I'd like input from the intelligent people here on StackOverflow. What I'm attempting is a function to repair text based on combining various bad versions of the ...
10
votes
10answers
1k views

solution to OCR / search through 4 million pieces of paper and 10,000 added daily

I work for a medical lab company. They need to be able to search through all their client data. So far they have a few years in storage about 4 million pieces of paper, and they are adding 10,000 ...
10
votes
13answers
7k views

OCR Web Service

I am searching for an OCR web service (eventually open source, preferably free) that simply receives an image and returns the text of the image in writing. I've looked at tesseract, OCRopus and GOCR ...
9
votes
2answers
1k views

Window 7 OCR API

I have been reviewing replacements for the Office 2007 MODI OCR (OneNote's 2010 solution has lesser quality/results than 2007 :-( ). I notice that Windows 7 contains an OCR library once you install ...
9
votes
3answers
17k views

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 using the executable.
8
votes
2answers
231 views

Extracting paragraph breaks from OCR text?

I'm trying to recreate the paragraphs and indentations from the output of OCR'd image text, like so: Input (imagine that this is an image, not typed): Output (with a few mistakes): As you can ...
7
votes
7answers
2k views

OCR Playing Cards

I decided to do a project for fun where I want to take as input the image of a playing card and return its rank and suit. I figure that I only need look at the upper-left corner, since that has all ...
7
votes
5answers
5k views

OCR for .NET

I need an OCR component for .NET.I read all questions about it at SO,but I couldn't find what I needed. The MODI function from MS Office 2007 OCR makes the deployment of my program impossible,because ...
7
votes
3answers
623 views

Can a perceptron be used to detect hand-written digits?

Let's say I have a small bitmap which contains a single digit (0..9) in hand writing. Is it possible to detect the digit using a (two-layered) perceptron? Are there other possibilities to detect ...
6
votes
3answers
199 views

Cocos2d handwriting recognition…HOW…?

i am trying to make a game in which i am tying to implement handwriting recognition, what i exactly want is that when the user slides his finger on the screen a line should be created wherever he ...
6
votes
3answers
3k views

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/ I have it working, however the aim of this is to translate license plates, ...
6
votes
1answer
226 views

How to use existing Windows functionality to extract text from the UI

I've done a bit of looking around and found various bits and pieces relating to this, but nothing concrete. I need to find a method of extracting UI elements other than that of the Spy++ tool. I'm ...
6
votes
3answers
489 views

Best way to recognize characters in screenshot?

What would you recommend for recognizing all characters from a screenshot ? The screenshot is perfectly clear (only black text on a white background), also I can choose any starndard font for the text ...
6
votes
3answers
2k views

Limit characters tesseract is looking for

Is it possible to limit the set of characters that tesseract is looking for (e.g. search only for letters a-z)? That would improve my results greatly.
6
votes
7answers
856 views

Optimized OCR black/white pixel algorithm

I am writing a simple OCR solution for a finite set of characters. That is, I know the exact way all 26 letters in the alphabet will look like. I am using C# and am able to easily determine if a given ...
6
votes
4answers
2k views

Text detection / location libraries

I need to detect the bounding box(es) around portions of text in an image, and while there are quite a number of scholarly articles describing algorithms, I haven't found any implementations. The ...
6
votes
4answers
2k views

OCR for recognising handwriting in .NET

I need to use an OCR component within a .NET application that can recognise handwriting. We got the MODI component from MS office up and running, and it recognises printed text, but not handwriting. ...
6
votes
5answers
4k views

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 with tesseract. At the moment I am just T&E'n different fonts, but this seems pretty ...
5
votes
2answers
451 views

Recognise text in certain position using the Iphone camera

I would like to develop an app which should be able to recognise some numbers in a computer printed card (located in fixed locations of the card) and then send them to a webservice. I know that I ...
5
votes
4answers
553 views

Can I use OCR to detect font style (bold, italic)?

I am interested in using OCR to extract bold and italic words from a simple text. For example, if I input a clear image with text like so: "The quick brown fox jumps over the lazy dog." I would like ...
5
votes
2answers
1k views

c++ Tesseract or any other OCR lib

I'm looking for an explanation / API doc / examples of how to use (and train?) Tesseract in C++, nothing useful on the google Tesseract page, and yet to find something over the web. Anyone useful ...
5
votes
5answers
524 views

How to scan in/to a Webapplication

I have contemplating how to handle paper document input in Webapps for some time. The main problem is how to unify metadata and a scanned PDF. For the sake of this example I will present a ...
5
votes
2answers
247 views

OCR for known font

im searching for an OCR lib, that can be parameterized with a font, because I always know it and I believe the recognition results will be lots better this way. Does anyone know ?
5
votes
5answers
2k views

OCR lib for math formulas

I need an open OCR library which is able to scan complex printed math formulas (for example some formulas which were generated via LaTeX). I want to get some LaTeX-like output (or just some AST-like ...
5
votes
2answers
161 views

What is the best algorithm to locate a point in an image file?

I want to create a mark sheet recognizer. Here is the description: My system uses black and white color scheme. The mark sheet paper has a small black rectangle on each corner and an additional ...
5
votes
2answers
632 views

Are there any free .NET OCR libraries that will perform OCR on an application window directly?

I am looking for a free .NET OCR library that will be able to do OCR on a given application window or even a image in memory (I can take a snapshot of the application window myself). I have looked at ...
5
votes
4answers
2k views

How to segment text images using MATLAB?

It's part of the process of OCR,which is : How to segment the sentences into words,and then characters? What's the candidate algorithm for this task?
5
votes
1answer
178 views

OCR and word reviewing

I'm using Tesseract for my letter recognition project and currently the recognitions is quite good. The image processing part was done using OpenCv libraries. The letters are hand written.But there ...

1 2 3 4 5 12