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
string FirstName { get; }

Added in version 8.0.0

The first name of the document holder extracted via OCR.

LastName
string LastName { get; }

Added in version 8.0.0

The last name of the document holder extracted via OCR.

FullName
string FullName { 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
string Sex { get; }

Added in version 8.0.0

The sex of the document holder extracted via OCR.

Nationality
string Nationality { get; }

Added in version 8.0.0

The nationality of the document holder extracted via OCR.

Address
string Address { get; }

Added in version 8.0.0

The address of the document holder extracted via OCR.

DocumentNumber
string DocumentNumber { get; }

Added in version 8.0.0

The document number extracted via OCR.

DocumentAdditionalNumber
string DocumentAdditionalNumber { 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
string IssuingJurisdictionIso { get; }

Added in version 8.0.0

The ISO code of the issuing jurisdiction extracted via OCR.

IssuingJurisdiction
string IssuingJurisdiction { get; }

Added in version 8.0.0

The issuing jurisdiction of the document extracted via OCR.