I need to convert the image drawn on a canvas by the user to the corresponding alphabet or numeric . Suppose if the user draws 'a' on the canvas , it should be converted to the proper text character 'a' . Please give some input to proceed in this way .
Asked
Active
Viewed 277 times
1
-
check out [this question](http://stackoverflow.com/questions/1106202/android-ocr) about Android OCR. – thepoosh May 01 '12 at 07:13
-
refer this- http://stackoverflow.com/questions/4830711/how-to-convert-a-image-into-base64-string – gandharva May 01 '12 at 07:21