Expand description
A Rust parser for the machine-readable zone (MRZ) of machine-readable travel documents (MRTD) as defined by ICAO Document 9303.
Structs§
- Identity
Card - Identity Card
- Passport
- Passport
Enums§
Functions§
- parse
- Parse a Machine-readable Zone (MRZ) returning the corresponding travel document. Performs error checking using the included check digits.
- parse_
without_ checks - Parse a Machine-readable Zone (MRZ) returning the corresponding travel document. Does not perform error checking using the included check digits.