Date Element With Check Digit
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.
A date element typically includes the date value, its string representation, its position within the MRZ, and its check digit.
Constructors
Link copied to clipboard
fun DateElementWithCheckDigit(date: Date, value: String, positions: List<StringPosition>, checkDigit: CheckDigit)