Manish Pansiniya's Blog

.NET, C#, Javascript, ASP.NET and lots more…:)

Posts Tagged ‘tesseract

Tesseract OCR Library – Successfully compiled in Window :)

with 91 comments

Today, I got the project to make OCR software. After googling, I reach on the conclusion to use Tesseract library. This library is opensource and available in both Windows and Linux. This library is provided with Visual Studio project. I have compiled it with the .NET and also Visual Studio 6.0. This creates tesseract.exe. Which is successfully run on my pc. It converts the tiff image into the text. Though not perfect but we can use it in our project.

If anybody wants the instruction please mail me or post your queries and question here.
=============================
Updated on 20 Mar 2008
Following is the link which my compiled code
http://cid-7ec550791692ecb9.skydrive.live.com/self.aspx/Tesseract/tesseract-1.03.zip

Also google updated and provided tesseract code which is on following link

http://code.google.com/p/tesseract-ocr/downloads/list
=============================

Updated on 5 Jun 2008

Following are the links which may be useful for compiling under .NET. I haven’t tried it still.

http://groups.google.com/group/tesseract-ocr/browse_thread/thread/dec2ca5ce4d5c325/b676b481590dc105?lnk=gst&q=.net#b676b481590dc105

http://www.pixel-technology.com/freeware/tessnet/

==============================

Updated on 23 Mar 2009

I believe that following URL will resolve all your issue. This ocr is updated on 14th April 2008. I think you should give it a shot 🙂

http://code.google.com/p/tesseract-ocr/downloads/list
==============================

Updated on 05 Oct 2010

Now, Tesseract 2.04 is available with the compiled source code in Visual C++ 2008 Express edition on http://code.google.com/p/tesseract-ocr/downloads/list.
Even 3.0 (Preview 1) is released with windows executable which you can use in .NET externally and convert in text.

Written by Manish

March 3, 2007 at 3:08 pm

Posted in .NET, Uncategorized

Tagged with