3

我按照本教程http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3中的步骤操作,并给出了部分错误 mftraining-F-U font_properties unicharset nobatch.tr

我得到的错误是:

Failed to load font_properties
Reading nobatch.tr ...
nobatch has no defined properties.
!"Missing font_properties entry is a fatal error!":Error:Assert failed:in file mftraining.cpp, line 281
Segmentation fault

你应该做的是阅读上标和下标。感谢任何 OCR 提供的任何帮助或建议。

4

2 回答 2

1

创建文件“font_properties”

有数据:

字体名称 1 0 0 1 0

RTM 又是关于字体的

于 2012-03-28T00:38:56.610 回答
0

当我按照该教程进行操作时,我遇到了同样的问题“xxx.font_properties”更改为“font_properties”并修复了问题

于 2016-11-09T08:48:12.003 回答