mrz-java icon indicating copy to clipboard operation
mrz-java copied to clipboard

Machine-Readable Zone parser for Java

Results 9 mrz-java issues
Sort by recently updated
recently updated
newest added

hi is there an indicator if the names in the mrz are truncated? See 9303 p4 Section 4.2.3.2 & 4.2.3.3

Hi, do you have this project compiled into a jar somewhere in maven so it can be added via a maven or gradle dependency?

I noticed that RuntimeExceptions are thrown instead of MrzParseExceptions, in 3 different places in the library: - MrzParser line 249 ` private static int getCharacterValue(char c) { if (c ==...

bug
help wanted

As mentioned in https://github.com/ZsBT/mrz-java/issues/15#issuecomment-330182695 , what if we left the boolean validDateofBirth name in the result object as is, and introduced a new property "validCheckDigit" in MrzDate? Thus, validDateofBirth would...

question

final check digit validation is missing from SlovakId2_34 :: fromMrz() can someone please fix this

wontfix

An optional corrector algo could try to find the real characters in the MRZ lines with replacing "8" to "B", "H" to "M" etcetera.

enhancement

expirationDate check digit validation is missing from FrenchIdCard.java can please someone fix this.

enhancement
help wanted

final check digit validation is missing from MrvA, MrvB :: fromMrz()

enhancement

Hello, ran into an issue parsing a TD1 document. Example: I

help wanted