Reputation: 4033
Do you know of step by 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.
Upvotes: 0
Views: 13825
Reputation: 21
Remove all installations of the tesseract bins from 3.0 also cleanup your registry (took me hours to find this one out).
Upvotes: 2
Reputation: 8345
VietOCR.NET is a working program of tessnet2 library. It is an open-source application.
Upvotes: 1
Reputation: 3636
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).
Upvotes: 2