Closed ZsBT closed 6 years ago
Issue #13: A MrzParserException is thrown when the dates in the MRZ are invalid (e.g 1999 September 35) (#14)
New boolean isValidDate in the MrzDate that indicates the validity of the date.
Unit tests fix
JDK version downgraded to 1.7 for Android compatibility
set validDateOfBirth and validExpirationDate booleans to false when date are invalid
introducing development branch
Error handling when unparseable dates (#17)
No MrzParseException
Unparseable year, month or day set to -1
Raw value field in MrzDate (#19)
this will merely help an auto-correction in the future.
Issue #13: A MrzParserException is thrown when the dates in the MRZ are invalid (e.g 1999 September 35) (#14)
New boolean isValidDate in the MrzDate that indicates the validity of the date.
Unit tests fix
JDK version downgraded to 1.7 for Android compatibility
set validDateOfBirth and validExpirationDate booleans to false when date are invalid
introducing development branch
Error handling when unparseable dates (#17)
No MrzParseException
Unparseable year, month or day set to -1
Raw value field in MrzDate (#19)
this will merely help an auto-correction in the future.