Mobile Document OCR Result
Defined in namespace Scandit.DataCapture.ID.Data
- MobileDocumentOcrResult
class MobileDocumentOcrResult : IDisposable
Added 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
stringFirstName { get; }Added in version 8.0.0
The first name of the document holder extracted via OCR.
- LastName
stringLastName { get; }Added in version 8.0.0
The last name of the document holder extracted via OCR.
- FullName
stringFullName { get; }Added in version 8.0.0
The full name of the document holder extracted via OCR.
- DateOfBirth
DateResult DateOfBirth { get; }
Added in version 8.0.0
The date of birth of the document holder extracted via OCR.
- Sex
stringSex { get; }Added in version 8.0.0
The sex of the document holder extracted via OCR.
- Nationality
stringNationality { get; }Added in version 8.0.0
The nationality of the document holder extracted via OCR.
- Address
stringAddress { get; }Added in version 8.0.0
The address of the document holder extracted via OCR.
- DocumentNumber
stringDocumentNumber { get; }Added in version 8.0.0
The document number extracted via OCR.
- DocumentAdditionalNumber
stringDocumentAdditionalNumber { get; }Added in version 8.0.0
The additional document number extracted via OCR.
- DateOfExpiry
DateResult DateOfExpiry { get; }
Added in version 8.0.0
The date of expiry of the document extracted via OCR.
- DateOfIssue
DateResult DateOfIssue { get; }
Added in version 8.0.0
The date of issue of the document extracted via OCR.
- IssuingJurisdictionIso
stringIssuingJurisdictionIso { get; }Added in version 8.0.0
The ISO code of the issuing jurisdiction extracted via OCR.
- IssuingJurisdiction
stringIssuingJurisdiction { get; }Added in version 8.0.0
The issuing jurisdiction of the document extracted via OCR.