简体   繁体   中英

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

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM