DocumentExtraction
@Serializable
Describes the contents extracted from a document.
Constructors
Link copied to clipboard
constructor(mrz: Mrz? = null, extractedData: DocumentData? = null, extractedDataCorners: ExtractedDataCorners? = null)
Properties
Link copied to clipboard
A DocumentData instance from the document MRZ with the parsed contents of the MRZ.
Link copied to clipboard
An ExtractedDataCorners instance from the document MRZ with supplemental information about the supported and available mrz data elements.