Either
The integrated Bing vision successfully scans the text in the image. Is there a way Call the same task in our application (similar to Microsoft.Phone.Tasks)?
Is there a way to force Zxing library to scan only text? I am looking for an offline (non-cloud) solution to scan text in Windows Phone.
Either
The integrated Bing vision successfully scans the text in the image. Is there a way Call the same task in our application (similar to Microsoft.Phone.Tasks)?
As far as I know, there is no native .NET OCR engine. In theory, you can use any OCR SDK for Win CE (as long as WP7 is based on it ), but in practice-I haven’t seen any available solutions, and all the OCR applications of WP7 I have seen are based on cloud services. If you change your view of Web API, I can point you to some Prepared cloud solutions.