-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sony Z3 NFC #4
Comments
I will control it asap. :) |
Hi @akeilox, |
Hi @alimertozdemir thank you for the update. I can seem to scan most of the passports on a low powered device. There is one passport which doesnt get scanned, either with this version or the jllarraz one i linked above. Not sure if the regex failing for that particular one. It would be great if there is an intermediate page after the camera ocr scan, that shows the scanned/OCR results before proceeding with the actual scan. This will give user the verify the scanned result before proceeding with the NFC scan. |
I am sorry I don't have enough time to maintain this project. This project shows how to implement MRZ scanning and card read functions on Android. If you face some issues, try debugging and logging. :) |
I have few units of sony z3 and it appears the ML kit OCR used in this project is not working on a Sony Z3(text/mrz recognition is delayed and even waiting patiently does not complete), but the ML kit implementation used at other similar project (which branched from tananev project too) at https://github.com/jllarraz/AndroidPassportReader seems to work on the same phone with same conditions given (memory, camera etc.)
Is it the drawing on the screen or the different Google ML implementation ?
The text was updated successfully, but these errors were encountered: