Search code examples
c++tesseract

tesseract.lib (version 4 ) for windows 10 (x64)


  1. I find just Tesseract.lib (version 4.0.0) for windows10(x86) but I dont't find it for windows10(x64) .
  2. So how can I get it or download it ? and how I integrate it with C++ project (Cmake Project) ?

Solution

  • tesseract-ocr project does not provide binary release - best way is to compile by yourself.

    There are several ways/help tools (cppan, sw, vcpkg). If you want to have whole process under control you can get inspiration at blog (Building tesseract and leptonica with CMake and Clang on Windows)3 - (clang can be easily replaced with msvc or mingw - in tesseract issue tracker there are described experiences with android cross building.