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.

learn more… | top users | synonyms

0
votes
0answers
5 views

Why does WDiff have issues with text extracted from Google Docs PDF?

I'm working with an OCR program for PDFs. As part of the program, if the PDF has already been OCRd, I extract the text with Apache Tika. Then I compare that text to a sample of "perfect" text from ...
-1
votes
0answers
19 views

How to improve OCR Accuracy which use tesseract?

I am working on OCR application . I have used this this Demo! with the help of Tesseract. Its working fine . But the Problem is in Accuracy So How to improve accuracy through code? I have seen many ...
0
votes
0answers
17 views

How to cross compile Tesseractocr for ARM Beagle Bone

I'm looking for cross compiling Tesseract-ocr for ARM (Beagle Bone), is this possible? Theres a tutorial about this? Thank you !
0
votes
1answer
26 views

Why Tesseract OCR library (iOS) cannot recognize text at all?

I'm trying to use Tesseract OCR library in my iOS application. I downloaded tesseract-ios library from github and when I tried to recognize a simple text image i got garbage instead. Here is a image ...
1
vote
0answers
9 views

tesseract install mac os

I am trying to install tesseract on my mac using homeBrew. When I try installing, everything seems to be good but I get the following error/message: Warning: Could not link leptonica. Unlinking... ...
-1
votes
0answers
14 views

How to convert image in to binary image using Image processing with Emgu CV

Any suggestions to convert image into binary and remove noise from it. Submit the coding plz. I'm trying to read characters in the image using tesseract function in Emgu CV.
1
vote
0answers
17 views

Limit to 1 word with exact length in Tesseract OCR

I have scrapping project. The problem is it have captcha. I use Tesseract OCR to decode the captcha but I got low accuracy. I think if we give limit to the ocr engine, the accuracy will increase. The ...
0
votes
0answers
17 views

Determine if picture of text or holiday photo before OCR

We are doing OCR with Tesseract on lots of files without user interaction. At that point we have no context information about the files, that means that any file may be a pictures of a document that ...
0
votes
1answer
17 views

I have tesseract-ocr and hadoop seperately. I need to integrate them

According to my project of image processing. I need is to integrate hadoop (parallel processor) with tessearct (image processing to txt). Please help
0
votes
1answer
12 views

Python tesseract installation on Mac

I am trying to install python-tesseract on my mac with little success. Can someone give me a tutorial or link to one?
1
vote
0answers
23 views

Tesseract in extraction of tiff and scanned PDF Document

IDE: - Visual Studio 2008 Language: - C# Requirement: - Need to extract documents using Tesseract using C#. Extension Support: - We are using recommended filter for ...
-1
votes
0answers
33 views

Unable to Run Python-Tesseract without Crashing from Spyder/Winpython [closed]

Python-Tesseract is a python wrapper for Tesseract OCR. Using it interactively in a interpreted environment like Spyder will lead to crashing. I suspect it is because it must be run in "unbuffered ...
1
vote
1answer
42 views

Extraction with Tesseract using C#

Requirement: - We have requirement for extracting tiff and scanned PDF document. Already Search : - I searched on internet and forums, then I come to know that Tesseract is providing best approach ...
0
votes
0answers
24 views

How to install php'tesseract on CentOS 6.4?

I try install php-tesseract on centos 6.4 but i got errors when try make I following this steps https://code.google.com/p/php-tesseract/wiki/HowToInstallPhpTesseract And got lot of errors.
0
votes
0answers
15 views

Tesseract spaces and numbers

I'm using Tesseract on some images (excellent quality computer-generated 300 dpi) and generally it is working ok. But there's a problem with the numbers in that 1123.45 is being returned as 1 123.45. ...
1
vote
0answers
25 views

How do I install Tesseract OCR onto WAMP server, to be run by PHP?

I am attempting to install the OCR software Tesseract onto my WAMP server so that I can then automate the OCR process for some images. When I search for how to install software onto a WAMP server, all ...
1
vote
1answer
40 views

Tesseract detect lines

I am working on an OCR Application in Objective-C. So far I have image recognition working fairly good but I am interested in detecting lines/rows for potentially better and nicer results. I have ...
0
votes
1answer
30 views

Native Client plugin using tesseract library

I'm trying to build a Native Client plugin for Chrome that will include the TesseractOCR library. I've compiled leptonica and tesseract (and appropriate dependencies) using the glibc NaCL toolchain ...
-1
votes
1answer
57 views

How to extract text boxes from image

I have a image which has many text boxes in it.These text boxes in turn have content it.Now the aim is to read the content of the desired box. I have explored that tesseract is one of the best OCR's ...
0
votes
0answers
42 views

Tesseract: RetriveResultDetail-Method always returns null

I want to do an OCR with the Tesseract OCR-Engine in .Net. Therefore I use the tesseractdotnet-Wrapper 1. I need to get the word position of each recognized word (RetriveResultDetail-Method): ...
0
votes
0answers
21 views

Training Tesseract for custom font

I've been following some tutorials online trying to figure out how to train tesseract to process custom font. I can create the box and everything goes fine until i run this line: shapeclustering -F ...
0
votes
0answers
70 views

Tesseract and OpenCV for iPhone Application

I havent really done much working using OCR before but i decided to give it a try. I'm making an application for iphone to recognize licence plate text. I'm using a tesseract wrapper i found for iOS ...
1
vote
2answers
55 views

Tesseract read an image online?

Im about to start working with tesseract, tess4j to be exact, and im going through the api docs. I havent come across any way to read from a webpage. Basically the program opens a webpage that is ...
-1
votes
0answers
39 views

Tesseract with some tiff from Ghostscript in a shell script not work [closed]

I have the problem that my ShellScript don't work with some PDFs #!/bin/sh name=$(basename $1) tiff=/...somewhere.../$name.tif text=/...somewhere.../$name gs -q -dBATCH -dNOPAUSE -sDEVICE=tiffgray ...
0
votes
1answer
66 views

Can Tesseract OCR recognize images with less than 4 characters?

I'm taking a PDF and cutting it up into 400+ sections and feeding those individual sections to Tesseract. Which is working perfectly. Except for fields that have 1, 2, or 3 characters. If it have 4 or ...
0
votes
0answers
39 views

java.lang.NoClassDefFoundError: Could not initialize class net.sf.ghost4j.GhostscriptLibrary

I'm really stuck, I met a really incomprehensible problem. I use OCR Tess4J .Ithis is My methode takes a file pdf with scaned pages and I try to get the text this methode works fine and return ...
1
vote
1answer
98 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
30 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 ...
0
votes
0answers
121 views

Teeseract (Tess4J ocr java with eclipse)Configuration

I have a small question. I try to test a sample exemple .Getting Text from images(scaned text) with OCR (Tess4J) Tesseract java and eclipse. File imageFile = new File("D:\\HEAD2.png"); ...
0
votes
1answer
35 views

PdfUtilities.convertPdf2Png Create automatic images in My directory

I've written some code to perform OCR on a PDF using Tesseract (Tess4J): public void DoOCRAnalyse(String From) throws FileNotFoundException { Tesseract instance = Tesseract.getInstance(); // JNA ...
-2
votes
0answers
75 views

I'm Stuck here on PDF parsing (text and image) those are my methodes [closed]

I work with iText to retrieve the contents of a PDF file. there are two types of PDF files: * A text file. * A file with all the pages pictures (scaned images). the goal is to get a few words to ...
1
vote
0answers
60 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?
0
votes
1answer
115 views

How to use Tesseract

I'm trying to convert the images in a PDF file (every page is a scanned image) to text, using Tesseract (Tess4J) OCR, but it's not working: (see comments in code) public static void main(String[] ...
0
votes
1answer
57 views

Make Tess4J get image from PDF file

How to make Tess4J get image from PDF file? I'm sarted on the transformation image file to text using OCR (Tess4J). It works fine, I have tested on image and it is great. File imageFile = new ...
0
votes
1answer
213 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
137 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 ...
0
votes
0answers
34 views

Get word list on Tess-Two

I'm developing an app that utilizes OCR on Android. The tess-two sample is working pretty good and I can get the full OCR text but I want to know how I can get the individual words inside the boxes ...
0
votes
1answer
54 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 ...
0
votes
0answers
42 views

Trying to download traineddata files(Tesseract)

i'm trying to download this file: tesseract-ocr-3.02.eng.tar.gz on android with the commands: HttpURLConnection urlConnection = null; urlConnection = (HttpURLConnection) url.openConnection(); ...
0
votes
1answer
72 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 ...
1
vote
3answers
186 views

Java exception- Exception in thread “main” java.lang.NoClassDefFoundError: net/sourceforge/tess4 j/Tesseract

I am try to make things works with tess4j (OCR algorithm), and i m using this code: import java.awt.image.RenderedImage; import java.io.File; import java.net.URL; import javax.imageio.ImageIO; ...
0
votes
0answers
97 views

Installing tesseract in visual studio 2012

I was trying to use tesseract in visual studio 2012 in C++ but I keep getting an error I can't solve. I downloaded and installed the executable file and even included all the headers in my project ...
0
votes
1answer
73 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 ...
1
vote
0answers
32 views

Precise Result for Image to Text Conversion Using Tesseract Framework

I am using tesseract library to develop Business Card Reader. But not getting the precise output for many cards. There is an app in the App Store called SamCard, it works 90% correctly. How can I ...
0
votes
1answer
37 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 ...
0
votes
0answers
53 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
0answers
32 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
51 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
44 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
70 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 ...

1 2 3 4 5 11