Re: [android-developers] Re: Scanning a Text File In Android

2010-07-28 Thread anil kukreti
Hi John Thanks for replying getting your point that google does the image processing part at the server side. On Wed, Jul 28, 2010 at 5:43 AM, Maps.Huge.Info (Maps API Guru) < cor...@gmail.com> wrote: > Google Goggles does the processing on the server side, not on the > device, so that shows y

Re: [android-developers] Re: Scanning a Text File In Android

2010-07-27 Thread anil kukreti
Sure I will google regarding the Optical Character Recognition algos. Thanks for your time and patience at least now I know where I need to put my efforts. On Tue, Jul 27, 2010 at 7:03 AM, 蒲昊 wrote: > It's not easy to read data from image files, you need some Optical > Character Recognition algo

Re: [android-developers] Re: Scanning a Text File In Android

2010-07-27 Thread 蒲昊
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 > On Mon, Jul 26, 2010 at 3:14 AM, anil kukreti > wro

Re: [android-developers] Re: Scanning a Text File In Android

2010-07-27 Thread TreKing
On Mon, Jul 26, 2010 at 7:13 PM, anil kukreti wrote: > I could be wrong in assuming to read the telephone no.s from an image fileby > scanning it. > I'm sure it's technically possible, I just don't know how often you're going to find pictures of telephone numbers on people's phones ... > But th

Re: [android-developers] Re: Scanning a Text File In Android

2010-07-26 Thread anil kukreti
Thanks all for replying I could be wrong in assuming to read the telephone no.s from an image file by scanning it. But there's one application SnapIt or might be some more that does the same thing of scanning an image file and extract the needed information. Moreover google ships an application wi

Re: [android-developers] Re: Scanning a Text File In Android

2010-07-26 Thread TreKing
On Mon, Jul 26, 2010 at 3:14 AM, anil kukreti 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 fi

Re: [android-developers] Re: Scanning a Text File In Android

2010-07-26 Thread anil kukreti
hmm.. 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. Thanks On Mon, Jul 26, 2010 at 8:12 AM, TreKing wrote: > On Sun, Jul 25, 2010 at 1:33 AM, anil kukreti > wrote: > >> I mean if theres' any phone no in file

Re: [android-developers] Re: Scanning a Text File In Android

2010-07-25 Thread TreKing
On Sun, Jul 25, 2010 at 1:33 AM, anil kukreti wrote: > I mean if theres' any phone no in file ,, the android application can call > it. I still have no idea what you're trying to do ... - TreKing

Re: [android-developers] Re: Scanning a Text File In Android

2010-07-24 Thread anil kukreti
Ya Thanks I 'm right now googling for parsing regex in java. Then I will implement the same on Android. By parsing a text file and later image file, I mean if theres' any phone no in file ,, the android application can call it. On Sun, Jul 25, 2010 at 10:49 AM, Maps.Huge.Info (Maps API Guru) <