-1

I have a requirement where I have to convert the user hand written text using stylus into digital text as and when they write or convert after they completes scribbling.

Is there any library available in Android to do this or steps to do also will help me.

user2978042
  • 221
  • 1
  • 4
  • 11
  • With lot of googling, I found a perfect library which can convert the hand written scripts into texts, numbers and shapes and it is proposed for web applications. Trying to get the same for Android Mobile Application. If any one have experienced before, please do contribute. – user2978042 Dec 09 '14 at 12:56

1 Answers1

1

See OCR library ABBYY Mobile OCR Engine for Android. But beware that doing OCR on a device can be quite expensive for CPU

Nasir
  • 1,982
  • 4
  • 19
  • 35