Tesseract 3.0 OCR.NET 4.0 Wrapper

Can anyone point out a link to a compiled DLL that works for the .net framework 4. I tried to find them via the links here and there, but is only available for .net framework 2 (and only for Tesseract 2 (tessnet2)) and other s Releases discovered at all. I take all these githubs etc. calmly, And coulnd sets out a way to compile versions using the source code for the structure I need.

I am using a project with .NET 4, and I really need Tesseract.NET4 Wrapper, I will be very grateful for the help.

The question relates to this topic: Tesseract 3 (OCR) -NET Wrapper . The reason why I ask is the inability to make quotation marks for posts, as if it were just a forum.

Thanx

+5
source share
4 answers

There is currently a NuGet package for the .NET charlesw shell with precompiled versions for all runtime environments

http://www.nuget.org/packages/Tesseract/

Project included:

https://github.com/charlesw/tesseract

It is very important to install Visual Studio 2012 Runtimes on client machines

http://www.microsoft.com/en-us/download/details.aspx?id=30679

+8
source

.NET wrapper for tesseract-ocr 3.0x: https://github.com/charlesw/tesseract . It has versions compatible with the .NET Framework 2.0, 4.0, and 4.5.

+6
source

, dll , . , dll:

  • Tesseract 2: tessnet2_32.dll
  • Tesseract 3: tesseractengine3.dll

Tesesseract 2 3 DLL

0

It can also be useful: Github has a complete C # desktop application that uses Tesseract:

Free-Ocr-Windows-Desktop

This is an open source OCR application for the Windows desktop, basically it is a C # WPF GUI interface for the Tesseract OCR engine. The application also includes support for reading and OCR'ing PDF files through Ghostscript.

0
source

All Articles