Mobile Document OCR Result
Defined in library scandit_datacapture_id
- MobileDocumentOcrResult
class MobileDocumentOcrResultAdded in version 8.0.0
This class represents data extracted from mobile documents using optical character recognition (OCR). It contains information from mobile driver’s licenses captured using OCR-based scanning methods, such as Australian mobile driver licenses. Some properties may not apply to certain document types and will be set to nil if the corresponding data is not available or could not be extracted via OCR.
- firstName
String? get firstName
Added in version 8.0.0
The first name of the document holder extracted via OCR.
- lastName
String? get lastName
Added in version 8.0.0
The last name of the document holder extracted via OCR.
- fullName
String? get fullName
Added in version 8.0.0
The full name of the document holder extracted via OCR.
- dateOfBirth
DateResult? get dateOfBirth
Added in version 8.0.0
The date of birth of the document holder extracted via OCR.
- nationality
String? get nationality
Added in version 8.0.0
The nationality of the document holder extracted via OCR.
- address
String? get address
Added in version 8.0.0
The address of the document holder extracted via OCR.
- documentNumber
String? get documentNumber
Added in version 8.0.0
The document number extracted via OCR.
- documentAdditionalNumber
String? get documentAdditionalNumber
Added in version 8.0.0
The additional document number extracted via OCR.
- dateOfExpiry
DateResult? get dateOfExpiry
Added in version 8.0.0
The date of expiry of the document extracted via OCR.
- dateOfIssue
DateResult? get dateOfIssue
Added in version 8.0.0
The date of issue of the document extracted via OCR.