MachineReadableZone

data class MachineReadableZone(val lines: List<String>, val td1: Td1MachineReadableZone? = null, val td2: Td2MachineReadableZone? = null, val td3: Td3MachineReadableZone? = null)

Machine Readable Zone (MRZ). It contains a travel document type and the parsed content in one of the TD1, TD2 or TD3.

Constructors

Link copied to clipboard
constructor(lines: List<String>, td1: Td1MachineReadableZone? = null, td2: Td2MachineReadableZone? = null, td3: Td3MachineReadableZone? = null)

Properties

Link copied to clipboard

Text lines.