michaeltroger / greenpass-android

Green Pass PDF Wallet Android App
https://play.google.com/store/apps/details?id=com.michaeltroger.gruenerpass
GNU General Public License v3.0
73 stars 3 forks source link

QR Code is not extracted for the Canadian Vaccine Certificate if there are more than 2 vaccine shots listed on the certificate #58

Closed 32423d closed 2 years ago

32423d commented 2 years ago

The QR code on the Canadian Vaccine Certificate is not extracted if there are more than 2 vaccine shots listed on the document. The reason for why there can be more than 2 vaccine shots listed on the document is if someone was to get a booster vaccine shot. The QR code on the Canadian Vaccine Certificate is still extracted if there are 1 or 2 vaccine shots listed on the document.

michaeltroger commented 2 years ago

The app only supports one qr code per document, if no QR code is detected then most likely because it's too small see https://github.com/michaeltroger/greenpass-android/issues/54 If the QR code is extracted but not the desired one, please check https://github.com/michaeltroger/greenpass-android/issues/56