简体   繁体   English

用于Windows 10(x64)的tesseract.lib(版本4)

[英]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) . 我找到了适用于windows10(x86)的Tesseract.lib(版本4.0.0),但我找不到它适用于windows10(x64)。
  2. So how can I get it or download it ? 那我该如何获取或下载呢? and how I integrate it with C++ project (Cmake Project) ? 以及我如何将它与C ++项目(Cmake Project)集成?

tesseract-ocr project does not provide binary release - best way is to compile by yourself. tesseract-ocr项目不提供二进制发布 - 最好的方法是自己编译。

There are several ways/help tools (cppan, sw, vcpkg) . 几种方法/帮助工具(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 . 如果你想控制整个过程你可以在博客上获得灵感(在Windows上使用CMake和Clang构建tesseract和leptonica) 3 - (clang可以很容易地用msvc或mingw替换 - 在tesseract问题跟踪器中有描述的android体验跨建筑

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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