There's a .NET wrapper around Tesseract on GitHub: https://github.com/charlesw/tesseract It's using Visual Studio 2012 though. I don't know if that might cause problems.
I guess you can use the 32 bit version of Tesseract on both 32 and 64 bit Windows. Am Sonntag, 29. Juni 2014 20:53:25 UTC+2 schrieb Richard Arnold: > > Hello All. I am new to using Tesseract and have several questions I need > to ask, so please be patient with me. > > I want to incorporate Tesseract into a C#.NET application with straight > output to a text file. I am using Visual Studio 2010. > > > 1. Should I use the Tesseract API or just tesseract-ocr and leptonica > library? > 2. Can Tesseract \ API be compiled using Visual Studio 2010? > 3. Are there any special steps in compiling the API that I should know > about? > > My development platform is 64-bit Windows 8.1. > > 1. Can my Visual Studio 2010 C# application be set to use Any CPU, > i.e. 32-bit and 64-bit, or does it have to specifically target 64-bit user > platforms? > > When testing a scan containing an official government seal (see attached > Word docx) and attempting to OCR the form using freeOCR, the government > seal is converted to gibberish, i.e. symbols and stray characters. > > 1. Is the seal considered an image? > 2. How can I instruct Tesseract to ignore this seal? > > Thank you > > > -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/6bb6682a-22f5-4d67-8ac0-2502922dfb49%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

