panzi / verify-ehc

Simple Python script to decode and verify an European Health Certificate QR-code
60 stars 17 forks source link

Read QR Codes from PDF Files #16

Closed LexanRed closed 3 years ago

LexanRed commented 3 years ago

Some countries, e.g. Switzerland, offer direct export from the COVID app to PDF.

To avoid first converting PDFs to images, I implemented this step into the code.

It supports multiple pages, in case you combined a series of certificates to one bundle.

panzi commented 3 years ago

Ah yes, why not? :D Thanks.