我正按照教程中的步骤尝试训练Tesseract4.0:
https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract-4.00---Replacing-Top-Layer-Example
但是当我执行命令时:
mkdir -p~ / tesstutorial / nor_layer
$ combine_tessdata -e ../tessdata/nor.traineddata~ / tesstutorial / nor_layer / nor.lstm
系统给出了一条错误消息,如下所示:未提取/home/robert/tesstutorial/nor_layer/nor.lstm,因为此组件不存在。
为什么会收到此错误?教程中的消息显示:"写了/home/shree/tesstutorial/nor_layer/nor.lstm"代表nor.lstm将被写入。 但为什么系统提示nor.lstm文件不存在?你能救我吗...(谢谢)
答案 0 :(得分:0)
这是因为您很可能正在使用版本3中的tessdata。您必须使用Github上tessdata_best
存储库中的tessdata。