It's not easy to read data from image files, you need some Optical Character Recognition algorithms, you can try to find is there any existing libraries can help you. (write a new OCR algorithm by someone self is too hard)
2010/7/26 TreKing <[email protected]> > On Mon, Jul 26, 2010 at 3:14 AM, anil kukreti > <[email protected]>wrote: > >> My objective is to scan a text or image file and if there's any phone no >> present in that file i could call that no. through my app. >> > > Oh, you want to find phone *numbers*. Standard Java I/O and those regex > classes should suffice for text files. No idea how you would read this data > from image files. > > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- 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

