Tesseract handwriting with dictionary training

久未见 提交于 2019-11-27 01:37:30

问题


I have a dictionary of words in a text file, separated by newlines. And I want to recognize the handwriting using Tesseract, and output the nearest matching line in the text file.

This is the first time I'll be using Tesseract, and it's already in my project workspace, I just need the training data.

Is it possible to train Tesseract to do this?


回答1:


It's possible to train tesseract to recognize handwriting. Here are the instructions: https://github.com/tesseract-ocr/tesseract/wiki/Training-Tesseract

But don't expect very good results. Academics have typically gotten accuracy results topping out about 90%. Here are a couple references for words and numbers. So if your use case can deal with at least 1/10 errors, this might work for you.



来源:https://stackoverflow.com/questions/12310287/tesseract-handwriting-with-dictionary-training

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