Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any handwriting recognition libraries available for the iPhone? [closed]

Tags:

iphone

ocr

I am looking for a simple (preferably open source) handwriting recognition library for the iPhone/iPad. In my case, I'm only interested in recognizing numbers.

Does anyone know of a good library for this?

like image 800
asdcfv Avatar asked Aug 31 '10 09:08

asdcfv


1 Answers

You would have to make some efforts to compile but Tesseract is good solution.

For compiling it look http://iphone.olipion.com/cross-compilation/tesseract-ocr. For sample application see http://robertcarlsen.net/tag/tesseract

like image 60
Madhup Singh Yadav Avatar answered Sep 28 '22 18:09

Madhup Singh Yadav