ZeroPass / dmrtd

Dart library for reading Biometric Passport
Other
43 stars 19 forks source link

Parse data stored in dg7 #21

Closed zamirszn closed 5 months ago

zamirszn commented 5 months ago

From documentations I found online , it say mark or signature (digital version of hand written signature) are stored in dg7 data , I know it is optional in some documents , I'm trying to parse the imageData if its present just like in dg2

smlu commented 5 months ago

Due to lack of test data (no EF.DG07 public test data) there is no plan to support EF.DG07 file parsing atm. We will gladly accept PR if anyone is willing to contribute code for it tho.

zamirszn commented 5 months ago

Due to lack of test data (no EF.DG07 public test data) there is no plan to support EF.DG07 file parsing atm. We will gladly accept PR if anyone is willing to contribute code for it tho.

Ok thanks , I do have test data, but I have no idea on how to parse it , I guess I'll do more research , thanks alot

smlu commented 5 months ago

The specification for EF.DG7 can be found in ICAO 9303 Part 10, Section 4.7.7 (https://www.icao.int/publications/documents/9303_p10_cons_en.pdf). Note, that spec requires support for JFIF and JPEG 2000 image format.