在生成tesseract-ocr后,执行exe遇到一个错误,如下

E:\BuildFolder\tesseract-ocr\testing>tesseract-dlld.exe eurotext.tif eurotext
Error opening data file ./tessdata/eng.traineddata
Please make sure the TESSDATA_PREFIX environment variable is set to the parent directory of your "tessdata" directory.
Failed loading language 'eng'
Tesseract couldn't load any languages!
Could not initialize tesseract.

解决:参考:tesseract-ocr/vs2008/doc/building.html

It’s usually better to make a separate directory to test tesseract.exe. To run tesseract, you either need to make sure your test directory contains the tessdata tesseract language data folder or you set theTESSDATA_PREFIX environment variable to point to it. Seehttp://code.google.com/p/tesseract-ocr/wiki/ReadMe for important details.

For example, you can use the following directory structure:

C:\BuildFolder\
  include\
  lib\
  tesseract-3.02\
  testing\
     tessdata\

简单就是说把tessdata拷贝到exe的所在目录,或者设置TESSDATA_PREFIX环境变量

GitHub 加速计划 / te / tessdata
6.19 K
2.15 K
下载
训练模型基于‘最佳’LSTM模型的一个快速变体以及遗留模型。
最近提交(Master分支:3 个月前 )
ced78752 Signed-off-by: Stefan Weil <sw@weilnetz.de> 7 个月前
4767ea92 This was already fixed in commit 71689a2a0157344ce09fe380f81a6777c22f4852, but introduced again in commit d87b3cbc75555bd3282e0cadab5e159e2d468396. Signed-off-by: Stefan Weil <sw@weilnetz.de> 3 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐