Crate mrtd

Source
Expand description

A Rust parser for the machine-readable zone (MRZ) of machine-readable travel documents (MRTD) as defined by ICAO Document 9303.

Structs§

IdentityCard
Identity Card
Passport
Passport

Enums§

Document
Travel document
Error
Parsing error
Gender
Gender

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.