我想在我的VS2017 C ++项目中使用Tesseract 4.0。
我遵循了以下指示:
https://github.com/tesseract-ocr/tesseract/wiki/Compiling,但VS2017找不到静态的tesseract库。
#include <tesseract/baseapi.h>
我正在使用:vcpkg install tesseract:x64-windows-static --head
当我使用vcpkg install tesseract:x64-windows --head
时,VS2017查找Tesseract库。我想念什么吗?我还使用了vcpkg integrate install
,它应该在VS2017中可用。