Package-level declarations
Types
Link copied to clipboard
data class DateElementWithCheckDigit(val date: Date, val value: String, val positions: List<StringPosition>, val checkDigit: CheckDigit)
Represents a date element extracted from a Machine Readable Zone (MRZ) according to the ICAO Doc 9303.
Link copied to clipboard
Represents an element extracted from a Machine Readable Zone (MRZ) according to the ICAO Doc 9303.
Link copied to clipboard
data class ElementWithCheckDigit(val value: String, val positions: List<StringPosition>, val checkDigit: CheckDigit)
Represents an element extracted from a Machine Readable Zone (MRZ) along with its associated check digit according to the ICAO Doc 9303.
Link copied to clipboard
Represents a name element extracted from a Machine Readable Zone (MRZ) according to the ICAO Doc 9303.