Overview
Last updated
Was this helpful?
Last updated
Was this helpful?
Keyless Mobile Document SDK offers the following APIs:
In this section we briefly summarize when to use which API. All details for the specific API can be found in the dedicated section.
Reads the Machine Readable Zone - MRZ - data from a document using device camera. Keyless Document SDK performs optical character recognition - OCR - on the MRZ zone of the document. It also offer a fallback form where users can input MRZ data manually in case the OCR fails.
The read MRZ API comes handy if you want to show the data read from the MRZ to the user for validation before proceeding to the NFC scan of the tag in the document.
Reads the document data stored on the device chip using .
NFC must be enabled on the device to read the document chip data.
The read NFC API comes handy if you already have your own OCR system and already retrieved the MRZ data. In such scenario the Keyless Document SDK can be used only to read the data contained in the Document chip.
Reads the MRZ, computes the key to unlock the document chip and reads the document chip using NFC. This is the complete flow to retrieve the document data. The Keyless Document SDK performs the OCR and then prompts the user to hold the device against the document to read its data. At the end of the process the document data is returned as result.
The Scan Document API comes handy if you want the Keyless Document SDK to handle the entire process combining reading the MRZ and reading the NFC tag.