tessnet2

Why is loading FromFile and new Bitmap different? Its breaking my code :(

I am using tessnet2 to extract the sentence in this img file. When i call the tessnet2 func using bmp it fails (it returns "~" as my sentence) and when i use bmp2 instead it works. WTF, why? The reason why i am am doing FromFile is because i am grabbing the image from my server and using Image.FromStream to directly load instead of savi...

tessnet2 fails to load

Hi all, i'm using the tessnet2 wrapper to the Tesseract 2.04 Source on windows XP, configured it to work with x86. TessarctTest project main function contains: Bitmap bmp = new Bitmap(@"C:\temp\New Folder\dotnet\eurotext.tif"); tessnet2.Tesseract ocr = new tessnet2.Tesseract(); // ocr.SetVariable("tessedit_char...

Having a threading issue with tesseract/tessnet2, works with one thread but not two?

Howdy, I'm attempting to use OCR to automate some of the QA process we have in place at work. A QA worker gets one terminal open per document scanner, and as work orders are scanned, they appear in the terminal, and information from this terminal is entered into a different tool to be added to a database, then the QA worker signals they ...

Tessnet2- Can't find referenced assembly (C#)

Hi, I decided to use tessnet2 library for my windows mobile project. Unfortunetly while I am trying to compile it, it throws an error: The best overloaded method match for 'tessnet2.Tesseract.GetThresholdedImage(System.Drawing.Bitmap, System.Drawing.Rectangle)' has some invalid arguments The type 'System.Drawing.Rectangle' is de...

Question regrading which files are needed by tessnet2.dll

Hello, I made an application for an automated invoice management system for my company. I am using the tessnet2 library for OCR. The whole application works properly on my development machine but as soon as I put the code on the target machine, wihout the development framework, it gives an error of references not found in the .DoOCR met...

Help with Tessnet2

Hi, I need advance. I am trying to use Tessnet2 lib to recognize text of image. Image consist a string with five characters(chars and digit). I downloaded lib from http://www.pixel-technology.com/freeware/tessnet2/. Add refrence on this lib in my project. Then I downloaded language data definition file (from http://code.google.com/p/t...