Mobile Document OCR Result

Defined in package com.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
val firstName: String?

Added in version 8.0.0

The first name of the document holder extracted via OCR.

lastName
val lastName: String?

Added in version 8.0.0

The last name of the document holder extracted via OCR.

fullName
val fullName: String?

Added in version 8.0.0

The full name of the document holder extracted via OCR.

dateOfBirth
val dateOfBirth: DateResult?

Added in version 8.0.0

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

sex
val sex: String?

Added in version 8.0.0

The sex of the document holder extracted via OCR.

nationality
val nationality: String?

Added in version 8.0.0

The nationality of the document holder extracted via OCR.

address
val address: String?

Added in version 8.0.0

The address of the document holder extracted via OCR.

documentNumber
val documentNumber: String?

Added in version 8.0.0

The document number extracted via OCR.

documentAdditionalNumber
val documentAdditionalNumber: String?

Added in version 8.0.0

The additional document number extracted via OCR.

dateOfExpiry
val dateOfExpiry: DateResult?

Added in version 8.0.0

The date of expiry of the document extracted via OCR.

dateOfIssue
val dateOfIssue: DateResult?

Added in version 8.0.0

The date of issue of the document extracted via OCR.

issuingJurisdictionIso
val issuingJurisdictionIso: String?

Added in version 8.0.0

The ISO code of the issuing jurisdiction extracted via OCR.

issuingJurisdiction
val issuingJurisdiction: String?

Added in version 8.0.0

The issuing jurisdiction of the document extracted via OCR.