Mobile Document OCR Result
Defined in package com.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
@Nullable String getFirstName()
Added in version 8.0.0
The first name of the document holder extracted via OCR.
- lastName
@Nullable String getLastName()
Added in version 8.0.0
The last name of the document holder extracted via OCR.
- fullName
@Nullable String getFullName()
Added in version 8.0.0
The full name of the document holder extracted via OCR.
- dateOfBirth
@Nullable DateResult getDateOfBirth()
Added in version 8.0.0
The date of birth of the document holder extracted via OCR.
- sex
@Nullable String getSex()
Added in version 8.0.0
The sex of the document holder extracted via OCR.
- nationality
@Nullable String getNationality()
Added in version 8.0.0
The nationality of the document holder extracted via OCR.
- address
@Nullable String getAddress()
Added in version 8.0.0
The address of the document holder extracted via OCR.
- documentNumber
@Nullable String getDocumentNumber()
Added in version 8.0.0
The document number extracted via OCR.
- documentAdditionalNumber
@Nullable String getDocumentAdditionalNumber()
Added in version 8.0.0
The additional document number extracted via OCR.
- dateOfExpiry
@Nullable DateResult getDateOfExpiry()
Added in version 8.0.0
The date of expiry of the document extracted via OCR.
- dateOfIssue
@Nullable DateResult getDateOfIssue()
Added in version 8.0.0
The date of issue of the document extracted via OCR.