Converting images to text is called OCR. There are no APIs in Android for OCR.
You are welcome to attempt to find a working OCR solution -- the only one I can think of that works well (ABBYY) is probably more expensive than you can afford. There have been attempts to port open source OCR engines to Android (e.g., Tesseract), but I was under the impression that recognition quality was not that good. On Tue, Jun 21, 2011 at 8:50 AM, Sapna Srivastav <[email protected]> wrote: > Hi everyone > > I need some help to recognize text in image when a user opens his/her > camera then the application can detect the text in the image and show > it in an edit text. > Please suggest me which APIs or classes are used for developing this > kind of application and also is there any example/tutorial available > on net then please provide this also. > > Thanks and Regards > Sapna Srivastav > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in London: http://bit.ly/smand1, http://bit.ly/smand2 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

