You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the output is '0104023F3110061UKR<<<<<<<<<<<D'.
We can clearly see that the check_composite equals to D, which is obviously wrong.
Butsomehowmrz_dict['check_composite'] gives me 0 (which is the right answer),
because of that mrz_dict['valid_composite'] == True and mrz_dict['valid_score'] == 100
How is that possible? Am I missing something?
The text was updated successfully, but these errors were encountered:
Hello!
First of all, thank you for the awesome library! It really helps me a lot at work :)
Now to the issue itself.
I read mrz from an image and print the second line of it like that
the output is
'0104023F3110061UKR<<<<<<<<<<<D'
.We can clearly see that the
check_composite
equals toD
, which is obviously wrong.But somehow
mrz_dict['check_composite']
gives me0
(which is the right answer),because of that
mrz_dict['valid_composite']
== True andmrz_dict['valid_score']
== 100How is that possible? Am I missing something?
The text was updated successfully, but these errors were encountered: