OCR software for handwritten notes

ocrsoftware-recommendation

I am looking for a way to recognize handwriting of scanned notes (in PDF format).

It doesn't have to be perfect, and it doesn't have to free, but before paying I would like to try it (even with just a single page).

It doesn't necessarily have to be a native Mac OS X application. I would be OK with an online application, or a Unix application to install or compile. In other words, anything that works somewhat decently would be OK.

I am also not necessarily looking for a perfect result. Even transforming my notes into a searchable PDF with just some of the text recognized would be better than nothing.

Best Answer

If you're fammiliar with any programming language, take a look @ ocrsdk.com, it's a website that lets you upload images through web API and sends you back OCRed data. Here's the documentation on handwriting recognition: http://ocrsdk.com/documentation/quick-start/text-fields/ and here are some codesamples @ github: https://github.com/abbyysdk/ocrsdk.com There's a nice 50 pages free trial without any upfront charges.