Machine readable zone generator and checker for passports and other travel documents
Project description
Description:
MZR is a Machine Readable Zone generator and checker for official travel documents sizes 1, 2 and 3. (Passports, national id cards and other travel documents)
MZR Generator and MRZ Checker are built according to International Civil Aviation Organization specifications (ICAO 9303):
Fields Distribution of Official Travel Documents:
Usage Generator:
TD1’s (id cards):
Params: document_type (str): The first letter shall be 'I', 'A' or 'C' country_code (str): 3 letters code (ISO 3166-1) or country name (in English) document_number (str): Document number birth_date (str): YYMMDD sex (str): Genre. Male: 'M', Female: 'F' or Undefined 'X' expiry_date (str): YYMMDD nationality (str): 3 letters code (ISO 3166-1) or country name (in English) surname (str): Holder primary identifier(s). This field will be transliterated given_names (str): Holder secondary identifier(s). This field will be transliterated optional_data1 (str): Optional personal data at the discretion of the issuing State. Non-mandatory field. Empty string by default optional_data2 (str): Optional personal data at the discretion of the issuing State. Non-mandatory field. Empty string by default transliteration (dict): Transliteration dictionary for non-ascii chars. Latin based by default force (bool): Disables checks for country, nationality and document_type fields. Allows to use 3-letter-codes not included in the countries dictionary and to use document_type codes without restrictions.
TD2
Params: document_type (str): The first letter shall be 'I', 'A' or 'C' country_code (str): 3 letters code (ISO 3166-1) or country name (in English) surname (str): Holder primary identifier(s). This field will be transliterated. given_names (str): Holder secondary identifier(s). This field will be transliterated. document_number (str): Document number. nationality (str): 3 letters code (ISO 3166-1) or country name birth_date (str): YYMMDD sex (str): Genre. Male: 'M', Female: 'F' or Undefined 'X' expiry_date (str): YYMMDD optional_data (str): Optional personal data at the discretion of the issuing State. Non-mandatory field. Empty string by default transliteration (dict): Transliteration dictionary for non-ascii chars. Latin based by default force (bool): Disables checks for country, nationality and document_type fields. Allows to use 3-letter-codes not included in the countries dictionary and to use document_type codes without restrictions.
TD3 (Passports)
Params: document_type (str): Normally 'P' for passport country_code (str): 3 letters code (ISO 3166-1) or country name (in English) surname (str): Primary identifier(s) given_names (str): Secondary identifier(s) passport_number (str): Passport number nationality (str): 3 letters code (ISO 3166-1) or country name birth_date (str): YYMMDD sex (str): Genre. Male: 'M', Female: 'F' or Undefined 'X' expiry_date (str): YYMMDD id_number (str): Personal number. In some countries non-mandatory field. Empty string by default transliteration (dict): Transliteration dictionary for non-ascii chars. Latin based by default force (bool): Disables checks for country, nationality and document_type fields. Allows to use 3-letter-codes not included in the countries dictionary and to use document_type codes without restrictions.
Passport generator example (ICAO9303 Specimen):
Note: She is a fictional women from a fictional country (Utopia), but the example is very similar to real passports.
PassportCodeGenerator str:
print(PassportCodeGenerator("P", "UTO", "Eriksson", "Anna María", "L898902C3", "UTO", "740812", "F", "120415","ZE184226B"))
Output:
P<UTOERIKSSON<<ANNA<MARIA<<<<<<<<<<<<<<<<<<< L898902C36UTO7408122F1204159ZE184226B<<<<<10
Usage Generator:
TD1’s (id cards):
Params: mrz_string (str): MRZ string of td1s. Must be 90 uppercase characters long (3 lines) check_expiry (bool): If it's set to True, it is verified and reported as warning that the document is not expired and that expiry_date is not greater than 10 years compute_warnings (bool): If it's set True, warnings compute as False
TD2:
Params: mrz_string (str): MRZ string of td2. Must be 72 characters long (uppercase) (2 lines) check_expiry (bool): If it's set to True, it is verified and reported as warning that the document is not expired and that expiry_date is not greater than 10 years compute_warnings (bool): If it's set True, warnings compute as False
TD3 (Passports):
Params: mrz_string (str): MRZ string of td3. Must be 88 characters long (uppercase) (2 lines) check_expiry (bool): If it's set to True, it is verified and reported as warning that the document is not expired and that expiry_date is not greater than 10 years compute_warnings (bool): If it's set True, warnings compute as False
Id Card Checker example
TD1CodeChecker bool
print(bool(TD1CodeChecker("I<SWE59000002<8198703142391<<<\n" "8703145M1701027SWE<<<<<<<<<<<8\n" "SPECIMEN<<SVEN<<<<<<<<<<<<<<<<")))
Output
True
Features v 0.2:
[x] Special Latin characters (acutes, tildes, diaeresis, graves, circumflex, etc)
[x] Arabic chars transliteration
[x] Several variations of Cyrillic added: Serbian, Macedonian, Belarusian, Ukrainian and Bulgarian
[x] Transliteration of modern Greek (experimental)
[x] Transliteration of modern Hebrew (without vowels) (experimental)
[x] Generation of the country code from its name in English (Ex.: “Netherlands” -> “NLD”)
[x] Name truncation detection
[x] Error report, warnings report and full report in Checker.
[x] Possibility that warnings compute as errors using compute_warnings keyword in Checker.
[x] Possibility of disabling checks for country code, nationality and type of document, allowing to use 3-letter-codes not included in the countries dictionary and to use document_type codes without restrictions in Generator.
[x] Added new checks for periods of time in Checker.
TODO:
[ ] Automatic name truncation
[ ] Possibility of disabling checks for country code, nationality and type of document in Checker.
[ ] Visas support
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mrz-0.2.2.tar.gz
.
File metadata
- Download URL: mrz-0.2.2.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a9613f33a4b33e830d6a6aa70124d1603f654f654f7565146a110730ef38e64 |
|
MD5 | 44004f4c9c54c0fee703760cf4ff5b81 |
|
BLAKE2b-256 | a13ef5cc03c40ffdaa7d73fc632b3b4087307c13eea73c7fd1e0207cd8f26c95 |
File details
Details for the file mrz-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: mrz-0.2.2-py3-none-any.whl
- Upload date:
- Size: 48.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d688c7939b3432c068f1d98ae6c8b8e4425ad87378eb2ca44175e1373a688eaa |
|
MD5 | 50ab0142d105a0b8e26b045e8cd66c33 |
|
BLAKE2b-256 | b83d57e516a307fedb9f822cf95e5b6f7596448954bfee89bd4602e3892f5c02 |