FOSS Intelligent Character Recognition (ICR) [closed]

牧云@^-^@ 提交于 2019-11-29 10:10:43

问题


Does anyone know of an open source Intelligent Character Recognition (ICR) library? There seems to be plenty out there for OCR but I am focusing on recognizing handwriting and would love it if there was an open source solution out there.


回答1:


OCRopus claims to do handwriting recognition. It's available under the Apache License 2.0.




回答2:


OCRopus does not appear to be ICR-ready at this time. From an OCRopus developer forum message on Dec 18, 2009.

Pretty much all thee old code for handwriting recognition is there and it's now accesssible from Python; it should be fairly easy to script a handwriting recognizer. However, making it perform well will require a lot of training and tweaks, plus careful language modeling. Depending on the nature of the handwritten material, it may also be necessary to integrate additional recognizers (HMM, convolutional nnet).

I was looking for exactly the same as you. However, that (and other similar comments) were enough to convince me that there would be a great deal of work required to get OCRopus ready for prime time ICR. I could not in all conscience recommend it to my client right now.

Also, I see that there has not been a new release of OCRopus in over a year. Hardly reassuring.



来源:https://stackoverflow.com/questions/730594/foss-intelligent-character-recognition-icr

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