AppleDelegate
AppleDelegate

Reputation: 4249

Recognizing characters/handwritten characters

I,ve been looking out for character/handwriting recognition API or web services that aptly serves the purpose of recognizing handwritten data..basically from a drawn objects on a UIView subtypes.For this query ,i ve explored tesseract(which seems to need a proper input preferrably typed text) to give a matched output.Ideally i would want to have a service like visionobjects.Most of them are paid API's including the one pasted above.

Are there any API /webservices matching the scenario like visionobjects

Upvotes: 3

Views: 1552

Answers (1)

Julien Fadel
Julien Fadel

Reputation: 11

If you are looking for a FREE API that recognizes hand writing for iOS in objective-c, I used this completed project :

https://github.com/eelretep/HandwritingTextField

Basically just download the project. Click on handwriting view, and write in the grey square, it should recognize your handwriting. The bad side is that it requires internet connection. If you have anything that does not require internet connection, please share.

Upvotes: 1

Related Questions