Releases: Arg0s1080/mrz
Releases · Arg0s1080/mrz
MRZ Checker & MRZ Generator v0.6.2
MRZ
- Urgent version release to fix #26
MRZ Checker
- Fix #26 (thanks to @rutgervandriel )
NOTES:
- The publication date was August 31, 2020
TODO in v0.6.x:
MRZ Checker & MRZ Generator v0.6.1
MRZ
- Added support for new Kosovo Travel Documents (PR #22 by @Asa-Nisi-Masa)
- Added flowcharts to docs folder
MRZ Checker
MRZ Generator
- Several improvements
NOTES:
- The publication date was August 29, 2020
TODO in v0.6.x:
MRZ Chacker & MRZ Generator v0.5.8
MRZ
- Added support for diplomatic passport (DP) (PR #8 by @t1t0n)
- Added .mailmap to identify proper contributors (PR #9 by @ffflabs)
- Added links to ICAO9303 docs in all available languages (Arab, Chinese, English, Frech, Russian and Spanish)
- Fixed genre bug (see #13 thanks to @jellevanwezel)
MRZ Checker
- Add field() unittests for all documents (TD1, TD2, Passports and Visas)
- Several improvements
MRZ Generator
- Fix MRVB refactor bug (see #10 thanks to @jellevanwezel)
- Several improvements
NOTES:
- The publication date was January 5, 2020
MRZ Checker & MRZ Generator v0.5.5
MRZ Checker
- Fields extraction (name, surname, country, birth date, etc) (see #6)
- Several improvements
- Fix several bugs
MRZ Generator
- Several improvements
- Fix several bugs
NOTES:
MRZ Checker & MRZ Generator v0.4.0
MRZ
- Change dev status to Beta
MRZ Checker
- Identifier checks
- Several improvements
- Added special cases (TD1 Germany, TD1 Belgica and TD3 India) (not available in PyPi)
MRZ Generator
- Several improvements
- Fix several bugs
NOTES:
MRZ Checker & MRZ Generator v0.3.5
MRZ Generator
- Added Visas support (MRVA and MRVB)
- Fixed several bugs
MRZ Generator
- Added Visas support (MRVA and MRVB)
- Fix Several bugs
NOTES:
MRZ Checker & MRZ Generator v0.2.2
MRZ
MRZ was born from an old project called MRZ Generator. It was done because I wanted to know how the MRZ code of my national identity card was generated. It was then expanded to generate MRZ for passports and other travel documents.
Before this version everything was very disorganized, so there is no changelog or any record of what was done.
This was the first release published in Pypi.
MRZ GENERATOR
- Special Latin characters (acutes, tildes, diaeresis, graves, circumflex, etc)
- Arabic chars transliteration
- Several variations of Cyrillic added: Serbian, Macedonian, Belarusian, Ukrainian and Bulgarian
- Transliteration of modern Greek (experimental)
- Transliteration of modern Hebrew (without vowels) (experimental)
- Generation of the country code from its name in English (Ex.: “Netherlands” -> “NLD”)
- Name truncation detection
- 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.
MRZ CHECKER
- Error report, warnings report and full report.
- Possibility that warnings compute as errors using compute_warnings keyword in Checker.
- Added new checks for periods of time.