11-22-2012 02:54 PM
i want to take an image and take number from it exp: +98977655
as phone number and invoke the call
which OS support this and any documentation for helping my doing this
thanks in advance
11-22-2012 05:29 PM
Hi,
I'm not sure it's a client task.
I think it would be much more efficient to take the image, send it to a server for the processing and display the result (or make the call) to the user.
E.
11-22-2012 05:41 PM
11-22-2012 07:10 PM
I agree with maadani, I would send the image to a Server and get the Server to extract what it can.
There are, as far as I am aware, no standard BB OCR type scanning facilities. So you will have to look for some open source J2ME library that someone might have written, or write one yourself.
You could have a look at xing, which an open source Java library fo detecting and processing bar codes. This might provide the basis of sort of OCR processing on the BlackBerry.