开发者

Tesseract.NET in C#

Do you know of step b开发者_StackOverflow社区y 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.


You need the Leptonica DLL for Windows. You can download it from http://www.leptonica.com/download.html, or direct link to the specific zip is here. You need to copy the lib & include folders into the Google Tesseract vs2008 folder (ie, create vs2008\lib and vs2008\include).


  1. download the binaries here: http://www.pixel-technology.com/freeware/tessnet2/bin.zip
  2. select the project and rightclick in the project explorer → Add reference → Browse...
  3. select the dll version that is compatible with your build settings (x86 or x64) see the properties of your project
  4. do a rebuild

Remove all installations of the tesseract bins from 3.0 also cleanup your registry (took me hours to find this one out).


VietOCR.NET is a working program of tessnet2 library. It is an open-source application.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜