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.

learn more… | top users | synonyms

0
votes
1answer
23 views

Pre-processing of an image with OpenCV on Android for optimizing ocr accuracy

I want to use OpenCV Library for Android in combine with tesseract ocr engine. I'm making ocr on an image with tess-two which is using leptonica for image processing. But as i'm seeing we need better ...
0
votes
0answers
29 views

At what resolution I should take a picture of my vinyl record to be able to play it? [closed]

Is it feasible to optically scan a vinyl record into an image, and then process that image into a audio waveform to play. What resolution you reckon would be sufficient for a decent sound quality?
1
vote
1answer
36 views

The Tesseract OCR engine isn't able to read the text from an auto generated image, but can from a CUT in MS Paint

I'm using a .NET wrapper for the Tesseract OCR engine. I have a large document that is a PNG. When I cut out a section of image in MS paint and then feed it into the engine, it works. But when I do it ...
0
votes
0answers
12 views

Parallel tesseract ocr on Android

Is it possible to parallelize Tesseract OCR Process in order to speed up on Android? For example the basic process in all procedure is baseApi.getUTF8Text(); Can this be parallelized? and how? I ...
-1
votes
0answers
35 views

How to use google goggles to get the text from an image in my application? [closed]

i want to read text file of image which is produced by google goggles in my application .pls help or u can suggest some other OCR thrid party apps which is more easy to use. thanks Nitesh Kumar
1
vote
2answers
58 views

Tesseract OCR simple example

Hi Can you anyone give me a simple example of testing Tesseract OCR preferably in C#. I tried the demo found here. I download the English dataset and unzipped in C drive. and modified the code as ...
0
votes
0answers
14 views

Tesseract Ocr Engine Cube mode - Training Tesseract

Can you explain me what cube mode and Cube Data Files are on Tesseract ocr Engine and what is the advantage of using them? And how can i train tesseract for Greek to have better results?
-1
votes
0answers
35 views

TextExtraction on food packaging [closed]

For a new development project, I need to implement a program to detect and extract texts from food packaging. Images will be taken through smartphones. I tried a lots of algorithm with OpenCV to ...
0
votes
1answer
31 views

Looking for ANPR/LPR (Automatic Number Plate Recognition/License Plate Recognition) SDK for android

I am looking for ANPR/LPR (Automatic Number Plate Recognition/License Plate Recognition) SDK for android..Is there any SDK for Android? i want to develop a license plate identification software for ...
3
votes
1answer
46 views

chinese character recognition using Tesseract OCR

I have been using Tesseract 3.0.2 OCR SDK for image text extraction. But if I use chinese text images and pass through OCR then Tesseract doesn't provide me the chinese characters instead of that I am ...
1
vote
0answers
31 views

Configuration OCR JAVA Asprise

I'm starting to Asprise Java technology. I would like to use a method that converts an image to a text (OCR). import com.asprise.util.ocr.OCR; public class Test { public static void main(String[] ...
2
votes
1answer
40 views

Determine if PDF file has searchable text in PHP

We have hundreds of PDF files on a server. Some of them contain searchable text and others do not. I was asked to find out which are searchable and which are not. Does anybody know of a way to read ...
1
vote
1answer
16 views

Scan and read a document with tick boxes

I have a request from a customer who wishes to provide meals to elderly people in different localities. To do this the people fill out a form for the week and tick boxes depending on their choices for ...
0
votes
2answers
38 views

OCR Solutions on Android and iOS (?)

'Optical Character Recognition' seems to be an exercise in itself with lots of trial and error. I have been evaluating various COTS (Customized off the shelf solutions) to recognize English ...
0
votes
0answers
12 views

How to perform OCR on PDF/Image documents in SharePoint Online document library?

I am new in SharePoint online (office 365). I want to perform OCR on PDF/Image documents which are stored in document library. I am doing the OCR on onprems SharePoint 2010 foundation server using ...
0
votes
1answer
30 views

How can I generate a pdf in iOS that contains embedded hocr data?

I used the ocr client tesseract to generate ocr text and location data in an hocr file. I'd like top create a pdf from the images with an invisible layer of text from tesseract embeedded within it. I ...
-2
votes
0answers
11 views

How to do MODI in an ASP.Net Web Application? [closed]

I would like to develop an asp.net app with OCR operations. The photos will be scanned on the page. I do not want to give path to. How to write code.
0
votes
0answers
27 views

Extract small Arial text from screenshot

I need to automate a extract of info from a Flash App. My idea was to take a screenshot and get the text from there, but using Pytesser isn't working (it returns nothing, don't know if it's because ...
2
votes
0answers
61 views

OCR Java library that delivers overlay HTML to an Image?

I am looking for an OCR software that renders overlay HTML to an image. I am currently using some unnamed product. It has an OCR function, which will do an inline OCR of a PDF document with images. ...
0
votes
1answer
40 views

How can I use multiple language support on Android with Tesseract?

I'm trying to make use of Tesseract TessbaseApi and i want to use two languages so that i can recognize for example english and greek characters together. I searched on the internet and i found that ...
0
votes
0answers
18 views

Binarized dataset for OCR [closed]

I'm looking for trainig dataset for my OCR algorithm that has english alphabet, digits, and interpunction characters. For example, something that is similar to this, ...
0
votes
0answers
27 views

Training tesseract - shapeclustering issue

I'm trying to train tesseract (adding a new, digit only font) as per the instructions found here: http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3 What I've done: Created a PDF with ...
0
votes
0answers
26 views

Tessnet2 returning only one character

I'm writing an application and I want to read an image and extract the text. For testing porpuses I'm passing in an image with 6 characters. Here is my code. Bitmap image = new ...
-4
votes
2answers
60 views

How to Classify Letters in OpenCV? [closed]

There is a sample code from OpenCV called letter-recognition. Here is the code and the dataset: OpenCV Letter Recognition. But, the output is just the response how well the algorithm works. What I ...
0
votes
0answers
24 views

TiffIFilter Limitations

I've found that the TiffIFilter fails to OCR certain images. Upon visual inspection there doesn't seem to be anything special about them... There's no hint of a failure (an exception) it just returns ...
0
votes
2answers
31 views

Interpret the content of the UI as a image

I am developing an application which is talking to a legacy application. My application must be able to know the status of the legacy application, and able to read the signs in the lower right corner ...
0
votes
0answers
23 views

How to detect Text and Caption from videos in Java

I want to detect Text and Caption from Videos in my java project. The texts can be still or moving. I went through some information available on internet regarding text detection, localization, ...
0
votes
0answers
30 views

Tesseract in android not identifying properly

So I tried running my application and tesseract was getting no results on images I took and I thought it was probably just the resolution of the images or the lack of straightness so I took a ...
0
votes
1answer
77 views

Get data from PDF to php/html/javascript

i want to ask one think about pdfs. So i want to get out some data from pdf, but only specified data. Is it possible to choose what to get out from pdf? For example is this image, so you can see ...
0
votes
0answers
21 views

Tesseract Confidence level from one class

I am newbie in tesseract OCR. I need your help please. I have tried to solve this problem for weeks. I wanna get confidence level from one class that I want. Lets say I used an image contained an "A" ...
0
votes
0answers
20 views

Copying asset files to SD Card (file not found)?

I'm trying to copy files for Tesseract to use and no matter how I try it keeps giving me filenot found exceptions. I don't understand why because I have them in the assets folder. I tried it one way ...
0
votes
0answers
23 views

Tesseract unable to copy data to SD?

I think I'm doing something wrong with my paths but I can't figure out what. I am testing on a Nexus 7 if that's relevant. Following examples I tried to copy the tessdata folder over to the SD card ...
0
votes
1answer
34 views

abbyy finereader.exe looking for cmd commands to use in other programms

I just bought abbyy finereader 11 copr to rund it from another programm, but i cant find any commends to be used for finereader.exe. so without any commands it simply openens and scans but i need to ...
0
votes
1answer
54 views

Wich methods can i use to recognize characters/letters without an OCR?

I want to know if there are some methods to recognize letters (my case is a little easier, i need to recognize only capital letters) without using an OCR. At the moment my application can produce a ...
0
votes
1answer
17 views

Linux aspell non-interactively [SOLVED]

I'm experimenting with OCR solutions on Linux. Tesseract gives a fairly good rendering, but does occasionally stumble and misspell words. I was wandering if it is possible to make aspell try to ...
0
votes
0answers
47 views

ocr library other than tesseract-android-tools

I have creating a ocr based android application.Is there any library available other than tesseract?Because it had deprecated from code.google.com.Asprise doesn't seem to be a platform independent ...
2
votes
1answer
110 views

“Adding” new fonts to Tesseract eng.traineddata

As far as I know, Tesseract 3.x comes with 6 English (correct me if I'm wrong). I need to train Tesseract for more 5 types of fonts. I need only capital letters and digits (no special characters or ...
0
votes
0answers
78 views

A free OCR engine for pdfs using python? [closed]

the title says it all. I know about python-tesseract, but I am at a loss as to how to use it and it doesn't seem like it works with pdfs. Thoughts?
0
votes
0answers
34 views

Tesseract not copying training data in android

I think this is best explained with an image so below is an image of my project and the part where it's failing. It's also got the eng.traineddata right there in the assets folder which begs the ...
0
votes
1answer
36 views

Detecting spam text over uploaded images (filtering script)?

I'd like to know if is there a script or a filtering tool that is able to recognize SPAM text applied over user-uploaded images like here:
-1
votes
0answers
8 views

How to make tesserwrap work for windows?

I tried python-tesseract on windows, but it acts very weird like the api produces appcrash error very frequently. I kind of skimmed through the code of tesserwrap, i am hoping that it works well, ...
0
votes
3answers
98 views

Local Thresholding or Binarization of Text in an image

Im developing an application to exctract text in C# in different light condition. My problem is that sometimes there are different brightness levels in the image, like this: So i cant utilize a ...
0
votes
1answer
22 views

TesseractNotFound - Pytesser

I'm trying to do OCR using pytesser downloaded from HERE. Here is the code of pytesser.py try: import cv2.cv as cv OPENCV_AVAILABLE = True except ImportError: OPENCV_AVAILABLE = False ...
1
vote
1answer
51 views

How to locate text on a buffered Image

I need to analyse a Buffered Image and locate the X and Y coordinates of a certain word or phrase. How will I accomplish this, where should a start. I have taken a look at some OCR libraries, but the ...
-1
votes
0answers
48 views

-bash: ndk-build: command not found Cygwin [closed]

I'm currently following a tutorial from this site http://www.pratigya.com.np/2012/09/30/optical-character-recognition-using-tesseract-in-android/ to clone tesseract ocr into my android project but i'm ...
0
votes
0answers
32 views

Atalasoft gylphreader OCR

Has anyone experience of using the Atalasoft OCR Engine with a Windows Service in C# with Multi-threading. I am able to process only one document at a time even though I have MT code. Appreciate ...
0
votes
0answers
63 views

Tesseract SetVariable tessedit_char_whitelist in another language

Tesseract setVariable whitelist works ok for english language for example i use this to recognize only digits and letters from image (excluding special characters &*^%! etc) ...
1
vote
2answers
149 views

OCR API for Windows Phone 8

Is there any 3rd Party OCR library compatible with windows phone 8 or 7 I have used Hawaii Project its not working ,, properly ,, is there any other library which I can use ., ??
0
votes
0answers
90 views

How to implement stroke width algorithm or is there any practicle implementation available for it in java or javacv?

I searches many blogs but I am unable to find exact solution for stroke width algorithm. I am using Neural Network Technique for text recognition from image. But during image processing it was ...
0
votes
1answer
71 views

Tesseract - Help me understand datapath

Can someone explain what exactly is going on and how I can rectify it. So I understand tesseract has to have an image to target and presumably this would be the bitmap I've captured and tried to ...

1 2 3 4 5 24