Tesseract.NET in C#

后端 未结 3 1469
一整个雨季
一整个雨季 2021-02-11 10:57

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

相关标签:
3条回答
  • 2021-02-11 11:23

    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).

    0 讨论(0)
  • 2021-02-11 11:37
    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).

    0 讨论(0)
  • 2021-02-11 11:46

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

    0 讨论(0)
提交回复
热议问题