Mobile Document OCR Result
Defined in framework ScanditIdCapture
- MobileDocumentOcrResult
open class MobileDocumentOcrResult : NSObject
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
open var firstName: String? { get }
Added in version 8.0.0
The first name of the document holder extracted via OCR.
- lastName
open var lastName: String? { get }
Added in version 8.0.0
The last name of the document holder extracted via OCR.
- fullName
open var fullName: String? { get }
Added in version 8.0.0
The full name of the document holder extracted via OCR.
- dateOfBirth
open var dateOfBirth: DateResult? { get }
Added in version 8.0.0
The date of birth of the document holder extracted via OCR.
- sex
open var sex: String? { get }
Added in version 8.0.0
The sex of the document holder extracted via OCR.
- nationality
open var nationality: String? { get }
Added in version 8.0.0
The nationality of the document holder extracted via OCR.
- address
open var address: String? { get }
Added in version 8.0.0
The address of the document holder extracted via OCR.
- documentNumber
open var documentNumber: String? { get }
Added in version 8.0.0
The document number extracted via OCR.
- documentAdditionalNumber
open var documentAdditionalNumber: String? { get }
Added in version 8.0.0
The additional document number extracted via OCR.
- dateOfExpiry
open var dateOfExpiry: DateResult? { get }
Added in version 8.0.0
The date of expiry of the document extracted via OCR.
- dateOfIssue
open var dateOfIssue: DateResult? { get }
Added in version 8.0.0
The date of issue of the document extracted via OCR.