如何在 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++的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 Visual Studio 2017 在 Windows 上构建 OpenSSL?
如何在 Windows 7 上使用 Visual Studio 2012(64 位)安装 OpenCV?
我无法在 Windows 上安装 pyaudio?如何解决“错误:需要 Microsoft Visual C++ 14.0。”?
在 WSL@Windows 10 上使用 C-v 的 Vim 中的 Visual-Block 模式不起作用
Visual Studio 无法在 Windows 10 上正确安装
Windows 10 使用 Visual Studio Express 2015 构建程序 使用 SQL Server CE 只是挂在其他平台上