如何在 Windows 10 上使用 Visual Studio 2015 x64 配置和构建 Tesseract OCR C++

Posted

技术标签:

【中文标题】如何在 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 【发布时间】:2017-01-12 23:27:42 【问题描述】:

我正在尝试在 Tesseract OCR 库中运行 VS2015_Tesseract 示例。

当我尝试打开文件时,总是出现以下错误:

找不到路径的一部分

目前我在 Windows 10(64 位)上使用 Visual Studio 2015。

请提供有关如何在 Visual Studio 2015 Windows 10(64 位)上配置 Tesseract OCR C++ 库的完整信息。

您也可以提供任何参考教程链接。

【问题讨论】:

可以参考这个链接***.com/questions/18180824/… 【参考方案1】:

    您必须下载vs2015_Tesseract 或简单地在工作目录中运行以下 git 命令:

    git clone https://github.com/peirick/VS2015_Tesseract.git

    运行build_tesseract.bat 文件。

    激活tesseract作为启动项目。

【讨论】:

Windows 的最佳解决方案,因为 tesseract 需要很多 3rd 方库。真的很棒的链接

以上是关于如何在 Windows 10 上使用 Visual Studio 2015 x64 配置和构建 Tesseract OCR C++的主要内容,如果未能解决你的问题,请参考以下文章