-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Labels
CHECKERMRZ.CHECKER IssuesMRZ.CHECKER IssuesGENERATORMRZ.GENERATOR IssuesMRZ.GENERATOR IssuesbugSomething isn't workingSomething isn't working
Description
While working with austrian ID cards and passports, I noticed that many of them fail the "optional data hash" check. For example (name and ID number redacted):
P<AUTPL***<<**********<<<<<<<<<<<<<<<<<<<<<<
U******9<4AUT9211041F2505060<<<<<<<<<<<<<<<2
type TD3
--> False
fields(surname='PL***', name='*********', country='AUT', nationality='AUT', birth_date='921104',
expiry_date='250506', sex='F', document_type='P', document_number='U******9', optional_data='',
birth_date_hash='1', expiry_date_hash='0', document_number_hash='4', optional_data_hash='<',
final_hash='2')
[('final hash', True), ('document number hash', True), ('birth date hash', True), ('expiry date hash', True),
('optional data hash', False), ('document type format', True), ('valid country code', True),
('valid nationality code', True), ('birth date', True), ('expiry date', True), ('valid genre format', True),
('identifier', True), ('document number format', True)]and
P<AUTK******<<*********<<<<<<<<<<<<<<<<<<<<<
U******3<0AUT8402183M2610209<<<<<<<<<<<<<<<0
type TD3
--> False
fields(surname='K******', name='*********', country='AUT', nationality='AUT', birth_date='840218',
expiry_date='261020', sex='M', document_type='P', document_number='U******3', optional_data='',
birth_date_hash='3', expiry_date_hash='9', document_number_hash='0', optional_data_hash='<',
final_hash='0')
[('final hash', True), ('document number hash', True), ('birth date hash', True), ('expiry date hash', True),
('optional data hash', False), ('document type format', True), ('valid country code', True),
('valid nationality code', True), ('birth date', True), ('expiry date', True), ('valid genre format', True),
('identifier', True), ('document number format', True)]I suppose, that should not be checked if there is no optional_data and/or if the optional_data_hash is '<'?
Metadata
Metadata
Assignees
Labels
CHECKERMRZ.CHECKER IssuesMRZ.CHECKER IssuesGENERATORMRZ.GENERATOR IssuesMRZ.GENERATOR IssuesbugSomething isn't workingSomething isn't working