Re: [android-developers] In App Billing - Signature Verification failed.

2014-08-13 Thread Nikolay Elenkov
On Thu, Aug 14, 2014 at 9:41 AM, Nathan wrote: > > So why would Google Play send me a bogus signature? Its not the first Google > glitch, but what can I or the customer do about it? > Build a backup license restore method (using randomly generated license codes that your *own* server verifies, e

[android-developers] In App Billing - Signature Verification failed.

2014-08-13 Thread Nathan
Customer cannot restored a purchased subscription. Log indicates: "Purchase signature verification **FAILED**. Not adding item." This happened several months ago as well. I checked the server logs and yes indeed the signature was invalid. I don't know what ever happened with that customer. Cus

Re: [android-developers] Android : How to recognize MICR codes

2014-08-13 Thread Todd Grigsby
My advice: pay for Leadtools. On Aug 13, 2014 5:30 AM, "Juned Khan" wrote: > Since last few days I am trying to find the way to OCR the MICR codes from > document. for that I used Tesseract > library, Using this I got success in recognizing texts but when it

[android-developers] Android : How to recognize MICR codes

2014-08-13 Thread Juned Khan
Since last few days I am trying to find the way to OCR the MICR codes from document. for that I used Tesseract library, Using this I got success in recognizing texts but when it comes to MICR it fails to recognize that. Here is the sample MICR image whic