Machine Readable Zone
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
Machine Readable Zone according to Doc 9303 Part 5: Specifications for TD1 Size Machine Readable Official Travel Documents (MROTDs).
Link copied to clipboard
Machine Readable Zone according to Doc 9303 Part 6: Specifications for TD2 Size Machine Readable Official Travel Documents (MROTDs).
Link copied to clipboard
Machine Readable Zone according to Doc 9303 Part 4: Specifications for Machine Readable Passports (MRPs) and other TD3 Size MRTDs.