newlogic / smartscanner-capacitor

Capacitor plugin for the SmartScanner Core library to scan MRZ, NFC and barcodes
https://www.npmjs.com/package/@idpass/smartscanner-capacitor
Apache License 2.0
10 stars 4 forks source link

Also Extract Passport Face Image and Signature in NFC Scanning #16

Open rs2-davebanguilan opened 1 year ago

rs2-davebanguilan commented 1 year ago

Current Behaviour

The only image that can be fetched in the NFC Scanning is the scanned photo of the passport. There is still no configuration to fetch the signature and Person's Photo

Expected Behaviour

An option to fetch the signature and face image of the passport owner. The photo can be fetched using by path or base64 string of the image.

Context

rs2-davebanguilan commented 1 year ago

Currently, it returns the image on mrz mode. But it does not return any image for nfc-scan mode.

image

rs2-davebanguilan commented 1 year ago

I checked the returned result of nfc in smartscanner-core and it seems that it returns a lot of details but it does not return everything in the plugin. Screenshot of sample details returned using the nfc-scan below:

image