Merge trained data files - Tesseract

那年仲夏 提交于 2019-12-11 19:40:12

问题


I'm using two traineddata files in tesseract in order to recognize two languages. But because the accuracy wasn't good enough, I trained tesseract and produce a new traineddata file which I want to merge it with one of the two language files I use. So my question is: How can it be possible to merge the new traineddata file with one of the files that is found here: https://code.google.com/p/tesseract-ocr/downloads/list .Any help?


回答1:


You can unpack the existing .traineddata and merge the components separately; however, I'm not sure that's going to work. You can create your ell1.traineddata and specify it together with the existing one at the command line, such as:

tesseract image output -l ell+ell1


来源:https://stackoverflow.com/questions/18931643/merge-trained-data-files-tesseract

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!