tesseract

Tesseract.NET in C#

Hi, Do you know of step by step guide of how to use bins and dlls in http://www.pixel-technology.com/freeware/tessnet2/ I spent 2 days trying to use this by when compiling i am being asked for a dll that do not exist in the zip file i downloaded from the site. Any help will be greatly appreciated. ...

OCR: How to improve accuracy - existing libraries for removing non-text 'furniture', shapes, etc to avoid confusing OCR?

I want to remove rectangles etc that enclose text in a screenshot image, so that I can perform optical character recognition to get accurate text from the screenshot. Background: I doing this to extract data from a legacy application for use with other applications. This is the only way to get at this data as associated files are in a ...

tesseract-ocr use ascii only?

I have been using tesseract-ocr (in .NET) which has been working well. The images i feed it are ascii only (A-z0-9). Is there a way i can tell it not to use special characters? ...

Is their an optimal config/format for a TIFF when using Tesseract or other OCR?

I'm having a bizarre problem with Tesseract. I have a name, "Janice" that is in a 200x40 pixel tiff, that Tesseract interprets as a blank. I'm running hundreds of names through Tesseract and they are processed fine. What I'm actually doing, though, is breaking up a larger TIFF into smaller tiffs of one word each. In the larger TIFF, te...

How to setup RAM disk drive using python or WMI?

Hi, The background of my question is associated with Tesseract, the free OCR engine (1985-1995 by HP, now hosting in Google). It specifically requires an input file and an output file; the argument only takes filename (not stream / binary string), so in order to use the wrapper API such as pytesser and / or python-tesser.py, the OCR tem...

Training tesseract to use with iPhone

Hi all, I am trying to use tesseract-2.04 in my iPhone application and just want to detect the numbers. What I am doing here is first I am cross compiling tesseract to generate lib file using this post http://robertcarlsen.net/2009/07/15/cross-compiling-for-iphone-dev-884 and then using the the demo application at http://robertcarlsen.n...

How to run UNLV tests on Tesseract using mac osx

TestingTesseract How to run UNLV tests on Tesseract using mac osx? I am wondering if there are methods to build OCR Frontiers Toolkit on mac os? ...

Does anybody know abot/have a tesseract wrapper for VB6 so that i dont have to use shell and the exe

I am trying to use tesseract in my VB6 Application, and would very much like to use the dll version, istead of calling the exe with parameters ( a temporary tif file ) via the shell command. Also would be easyer to pass image data directly ( e.g. from image or picture property of other controls ). Looks that for that I would need a wrapp...

OCR for mobile photos

Hi everybody, I'm thinking of developping a mobile OCR app to detect words from mobile pictures. The purpose if only to detect what words are in the picture, the layout is not important. Also it would be use on very short texts. I'm currently thinking of adapting tesseract to iphone and android. I wonder if anyone has had any related ...

Tesseract Training on iPhone

I'm using Tesseract in one of my applications, and I'm having trouble obtaining perfect results. When I use the library on a perfect screenshot, it gets most of the text and that's fine. But when I use it on a photo for example, it has trouble working it out, and sometimes it won't even return anything. I know you can train Tesseract, ...

Tesseract OCR - Newbie Questions!

I just installed Tesseract OCR and was able to convert a TIF image to its corresponding text. The application seems fairly easy to use, but I am struggling finding the documentation that will help me make the most of it. So, here are a couple of questions I hope someone here can help me with: I'm converting PDFs to TIFs using ImageMagi...

Delphi / Tesseract OCR: Can somebody help me get this new DLL working in Delphi?

There is this great open-source OCR component that Google has been developing: http://code.google.com/p/tesseract-ocr/ They have a new version out (version 3) at the beginning of October 2010. But this new version no longer has a working C wrapper, and it's up to somebody in the Delphi community to get it to work from inside Delphi -- ...