newlogic / smartscanner-core

ID scanning Android app and library. Supports MRZ, NFC, Barcodes, and ID PASS Lite cards.
Apache License 2.0
72 stars 19 forks source link

org.idpass:idpass-smartscanner:0.0.1-SNAPSHOT #107

Closed ErsinDemirbas closed 2 years ago

ErsinDemirbas commented 2 years ago

org.idpass:idpass-smartscanner:0.0.1-SNAPSHOT not working. Is there any way to import this repo now?

rjmangubat23 commented 2 years ago

hello @ErsinDemirbas we are still working on that issue.

In the meantime can you please follow our guide from wiki in Building from source.

If successfully built you can generate an .aar file which you can then use. Thank you!

ErsinDemirbas commented 2 years ago

Thanks for your response, by the way I need your help. I wonder that when I use ImageCapture.Builder().setTargetRotation(Surface.ROTATION_180) the captured image is roteted but mrz reader area is in top of the surface so to scan a card I have to show mrz to top of the scanner area. So how this mrz scanner rotate as image. Sorry for my bad English. Thanks advance.

ErsinDemirbas commented 2 years ago

I solve this problem by don't crop image in MRZAnalyzer.kt. Will this make a problem in the feture scans?