NFC Passport Reader
Scan passport and retrieve information using NFC technologies.
ProcessCallback processCallback
Callback where result information is received.
NFCustomization? nfcCustomization
NFC activity text and color configurations
CaptureOptions? scannerCustomization
MRZ Code reader configurations
The standard method for reading passport information involves an MRZ code reader. This step is essential for securely connecting to the passport via NFC.
In case the MRZ data required was already obtained, the MRZ reading step mentioned above can be skipped when using the following method:
ProcessCallback processCallback
Callback where result information is received.
MrzData documentMrz
Required document data to allow NFC scan.
NFCustomization? nfcCustomization
NFC activity text and color configurations
Implementation Example
Callback params
Parameter
Description
EDocument? document
Contains the complete scanned passport information
Errors? errors
Contains detected errors
Was this helpful?