4

I have a requirement to parse a handwritten document and be able to upload the data to database, I am looking for some open source libraries that can recognize handwriting and can and give me the results back.

Sandeep
  • 41
  • 1
  • 2
  • 3
    I'd like to see such a library in _any_ language. – Oded Jan 31 '12 at 21:20
  • You want an [OCR](http://en.wikipedia.org/wiki/Optical_character_recognition) library. That's been asked [here](http://stackoverflow.com/questions/1085/free-ocr-library). – dario_ramos Jan 31 '12 at 21:24
  • I am thinking of having individual boxes for each letter and fixed positions for each section on a document, i tried designing such form and parsed it with tesseract ocr but it only recognizes machine typed characters, if i can find a way to detect characters inside each box that will do it. – Sandeep Jan 31 '12 at 21:27
  • 3
    @dario_ramos - OCR libraries work well with typed/printed text (and even then can be hit and miss). Handwriting is _much_ more complex. – Oded Jan 31 '12 at 21:30

2 Answers2

1

Why don't you look at the InkAnalyzer by Microsoft. The only problem is The conversion of your handwriting to Strokes

MyKuLLSKI
  • 5,285
  • 3
  • 20
  • 39
0

I came across Cell Writer, when reading the wikipedia article on HWR. Looks like you have to train it to a specific writing, but maybe it'd help you.

Millhouse
  • 732
  • 1
  • 8
  • 17