FOSS Intelligent Character Recognition (ICR) [closed]
Asked Answered
I

2

7

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.

Iconoduly answered 8/4, 2009 at 15:44 Comment(0)
L
1

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

Lingle answered 8/4, 2009 at 15:56 Comment(1)
The FAQ states that OCRopus does not work for handwritten text and only for printed material. Check it here: code.google.com/p/ocropus/wiki/FrequentlyAskedQuestionsManatarms
A
6

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.

Avast answered 3/8, 2010 at 22:34 Comment(0)
L
1

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

Lingle answered 8/4, 2009 at 15:56 Comment(1)
The FAQ states that OCRopus does not work for handwritten text and only for printed material. Check it here: code.google.com/p/ocropus/wiki/FrequentlyAskedQuestionsManatarms

© 2022 - 2024 — McMap. All rights reserved.