Skip to content
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

Merged
merged 53 commits into from
Jan 13, 2023
Merged

QR Code JWT Integration #125

merged 53 commits into from
Jan 13, 2023

Conversation

rjmangubat23
Copy link
Contributor

@rjmangubat23 rjmangubat23 commented Oct 14, 2022

Changes

  1. Add JJWT library dependency
  2. Refactor NON-ODK send result
  3. Initial Ability to Read JWT

Fixes /issues/127
Fixes /issues/81

@rjmangubat23 rjmangubat23 requested a review from haklyray October 14, 2022 09:24
@rjmangubat23 rjmangubat23 changed the title Initial JWT Integration QR Code JWT Integration Oct 21, 2022
rjmangubat23 and others added 26 commits November 10, 2022 15:06
@nicholemnl nicholemnl force-pushed the feature/jwt-integration branch from 00b6d60 to 3a1e92a Compare November 10, 2022 07:47
@haklyray haklyray linked an issue Nov 16, 2022 that may be closed by this pull request
@nicholemnl nicholemnl self-assigned this Nov 16, 2022
nicholemnl and others added 8 commits December 22, 2022 19:40
- 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
Copy link
Collaborator

@haklyray haklyray left a 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>()
Copy link
Collaborator

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?

Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants