Mobile Document OCR Result

Defined under the namespace Scandit.Datacapture.Id

MobileDocumentOCRResult
class MobileDocumentOCRResult

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
get firstName(): string | null

Added in version 8.0.0

The first name of the document holder extracted via OCR.

lastName
get lastName(): string | null

Added in version 8.0.0

The last name of the document holder extracted via OCR.

fullName
get fullName(): string | null

Added in version 8.0.0

The full name of the document holder extracted via OCR.

dateOfBirth
get dateOfBirth(): DateResult | null

Added in version 8.0.0

The date of birth of the document holder extracted via OCR.

sex
get sex(): string | null

Added in version 8.0.0

The sex of the document holder extracted via OCR.

nationality
get nationality(): string | null

Added in version 8.0.0

The nationality of the document holder extracted via OCR.

address
get address(): string | null

Added in version 8.0.0

The address of the document holder extracted via OCR.

documentNumber
get documentNumber(): string | null

Added in version 8.0.0

The document number extracted via OCR.

documentAdditionalNumber
get documentAdditionalNumber(): string | null

Added in version 8.0.0

The additional document number extracted via OCR.

dateOfExpiry
get dateOfExpiry(): DateResult | null

Added in version 8.0.0

The date of expiry of the document extracted via OCR.

dateOfIssue
get dateOfIssue(): DateResult | null

Added in version 8.0.0

The date of issue of the document extracted via OCR.

issuingJurisdictionIso
get issuingJurisdictionIso(): string | null

Added in version 8.0.0

The ISO code of the issuing jurisdiction extracted via OCR.

issuingJurisdiction
get issuingJurisdiction(): string | null

Added in version 8.0.0

The issuing jurisdiction of the document extracted via OCR.