0
votes
3answers
38 views
Python Tesseract OCR question
I have this image:
I want to read it to a string using python, which I didn't think would be that hard. I came upon tesseract, and then a wrapper for python scripts using tesser …
0
votes
2answers
23 views
Reliably extracting identity fields from scanned documents / images?
I have to pull two pre-printed (not hand-written) fields out of a paper form, such that it can be automatically routed after being scanned. The fields contain batch and item ident …
1
vote
3answers
48 views
Fuzzy Text Search: Regex Wildcard Search Generator?
I'm wondering if there is some kind of way to do fuzzy string matching in PHP. Looking for a word in a long string, finding a potential match even if its mis-spelled; something tha …
0
votes
1answer
56 views
Python OCR library or handwritten character recognition engine
Could you recommend some python libraries or source code for OCR and handwritten character recognition?
2
votes
1answer
45 views
Mobile OCR Engine for iPhone app
Hello,
I am developing an app in which I have to make use of an OCR Engine can you please help me choose the best one in this regards. I have to extract text from images.
I heard …
2
votes
3answers
121 views
How to detect a word in an Image
Hi,
I need to find out the word in an image where user has clicked. So far i have succeeded in OCRing the image. I have a picturebox control in my c# app. user can draw a box arou …
1
vote
3answers
88 views
“OCR” for a graph - scraping sample values from a plot image
This isn't really OCR, since it's not recognizing characters, but it's the same idea. Anyone know of an image-processing library or established algorithm for retrieving the values …
0
votes
2answers
63 views
Finding a word’s frame (position and size) on the screen using Cocoa or Carbon
Here's a tough one:
I need to be able to find a word's position and size (its frame) on the screen (its first occurence is enough, from there I should be able to get the next ones …
1
vote
1answer
101 views
Is OCR a solved problem?
According to Wikipedia, "The accurate recognition of Latin-script, typewritten text is now considered largely a solved problem on applications where clear imaging is available such …
2
votes
2answers
219 views
Any free OCR Library for C#?
Is there any free OCR Library for C#? Thanks.
8
votes
5answers
696 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 th …
0
votes
0answers
58 views
Compiling tesseract-ocr on ARM/Gumstix?
Is it possible to compile tesseract-ocr for the Intel PXA270 found in certain Gumstix boards? Has anyone done this successfully, and if so, how did you do so?
0
votes
1answer
71 views
How to know if a PDF contains only images or has been OCR scanned for searching?
I have a bunch of PDF files that came from scanned documents. The files contain a mix of images and text. Some were scanned as images with no OCR, so each PDF page is one large i …
26
votes
12answers
6k 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 obsole …
0
votes
1answer
160 views
java read text from image file
what is the best open source java library that i can use to extract text from image (jpg,png) files?
