MrzRecognitionResult

data class MrzRecognitionResult(val rawLines: List<String>, val machineReadableZone: MachineReadableZone?)

Result of MRZ recognition.

Constructors

Link copied to clipboard
fun MrzRecognitionResult(rawLines: List<String>, machineReadableZone: MachineReadableZone?)

Properties

Link copied to clipboard

Machine Readable Zone. This property is present if MRZ reading is enabled.

Link copied to clipboard

raw lines of text found by the OCR on the document that might be MRZ