使用tesseract训练字库,在生成.tr文件时报错“Error:Assert failed:in file ../../../../../src/ccmain/applybox.cpp, line 317”

使用jTessBoxEditor进行ocr训练。
运行tesseract chi_1.font.exp0.tif chi_1.fnot.exp0 nobatch box.train后,
报错:
Tesseract Open Source OCR Engine v4.0.0.20181030 with Leptonica
Page 1
Warning: Invalid resolution 1 dpi. Using 70 instead.
Estimating resolution as 248
row xheight=25.625, but median xheight = 13.5714
……
……
a != 0 && b != 0:Error:Assert failed:in file ../../../../../src/ccmain/applybox.cpp, line 317

有踩坑贴提供办法“多张图片用jTessBoxEditor合成一张 tif 格式的图片,可能会报这个错,换成VietOCR.NET 合成图片之后,可以正常生成tr 文件,这他么都是什么问题??? 如果还是不能生成tr 文件,重新换张图片试试”

但尝试后无效,求解

https://blog.csdn.net/u013116540/article/details/95002418

兄弟,你这问题后来咋解决的,我也遇到了