如何在 Windows 10 上使用 Visual Studio 2015 x64 配置和构建 Tesseract OCR C++
How to configure and build Tesseract OCR C++ using Visual Studio 2015 x64 on Windows 10
我正在尝试 运行 Tesseract OCR 库中的 VS2015_Tesseract 示例。
我尝试打开文件时总是出现以下错误:
Could not find a part of the path
目前我在 Windows 10(64 位)上使用 Visual Studio 2015。
请提供有关如何在 Visual Studio 2015 Windows 10(64 位) 上配置 Tesseract OCR C++ 库的完整信息。
您也可以提供任何参考教程链接。
您必须在工作目录中下载 vs2015_Tesseract 或简单地 运行 以下 git 命令:
git clone https://github.com/peirick/VS2015_Tesseract.git
运行 build_tesseract.bat
文件。
激活tesseract
作为启动项目。
我正在尝试 运行 Tesseract OCR 库中的 VS2015_Tesseract 示例。
我尝试打开文件时总是出现以下错误:
Could not find a part of the path
目前我在 Windows 10(64 位)上使用 Visual Studio 2015。
请提供有关如何在 Visual Studio 2015 Windows 10(64 位) 上配置 Tesseract OCR C++ 库的完整信息。
您也可以提供任何参考教程链接。
您必须在工作目录中下载 vs2015_Tesseract 或简单地 运行 以下 git 命令:
git clone https://github.com/peirick/VS2015_Tesseract.git
运行
build_tesseract.bat
文件。激活
tesseract
作为启动项目。