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?
相关问题
- What is the best way to do a search in a large fil
- Spring Integration - Inbound file endpoint. How to
- How to get the bounding box of text that are overl
- php--glob for searching directories and .jpg only
- Editing how file name is displayed in JComboBox wh
相关文章
- What is the correct way to declare and use a FILE
- Making new files automatically executable?
- How to serialize data into indented json [duplicat
- Creating a custom file like object python suggesti
- Sorting a data stream before writing to file in no
- Fastest way to create files in C#
- Is there a way to instantly check whether a direct
- Prepending to a multi-gigabyte file
You can unpack the existing
.traineddata
and merge the components separately; however, I'm not sure that's going to work. You can create yourell1.traineddata
and specify it together with the existing one at the command line, such as: