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.
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).
- download the binaries here: http://www.pixel-technology.com/freeware/tessnet2/bin.zip
- select the project and rightclick in the project explorer → Add reference → Browse...
- select the dll version that is compatible with your build settings (x86 or x64) see the properties of your project
- 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.