-
Notifications
You must be signed in to change notification settings - Fork 22
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
QR Code JWT Integration #125
Conversation
00b6d60
to
3a1e92a
Compare
- Add option to show guide for scanning - Fix bug issue in scanning MRZ - Fix and add new UI for guide scanning - Add a buondingBoxDraw for debugging mlkit
- Improve scanning with mrz by fixing the setResolution to 640x480 - Clean up unnecessary code - Move essential code to bitmapUtils - Add validations to avoid crash in using MrzAnalyzer - Fix handle api for showing guide bounding box
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are some commented code that maybe should not be there/
val timeRequired = System.currentTimeMillis() - start | ||
Log.d( | ||
"${SmartScannerActivity.TAG}/SmartScanner", | ||
"MRZ MLKit TextRecognition: success: $timeRequired ms" | ||
) | ||
var rawFullRead = "" | ||
val blocks = visionText.textBlocks | ||
|
||
// val boxes = ArrayList<MRZBox>() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should these comments be deleted instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahhh sorry, these will remain here for the meantime for the future debugging of MRZ.. Still getting feedback from other projects, so might be handy to have these here.
Will remove this once we have resolved the issue or improve the debugging condition here soon
Changes
Fixes /issues/127
Fixes /issues/81