We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gcp-osm/main.py
Lines 44 to 50 in 00cec7f
it is now working for one QR per image. please check if it works when two or more QR codes are in one image.
The text was updated successfully, but these errors were encountered:
At the moment (5760496) the reader.decode(file, True) [1] will return None, as there where no QR-Code in the image. Afairc the zxing libary dlenski/python-zxing doesn't support multiple QR-Codes in one image. We may need to implement the wrapper function ourself: https://zxing.github.io/zxing/apidocs/com/google/zxing/multi/qrcode/QRCodeMultiReader.html
reader.decode(file, True)
[1]
Line 28 in c7153fc
Sorry, something went wrong.
quantenProjects
No branches or pull requests
gcp-osm/main.py
Lines 44 to 50 in 00cec7f
it is now working for one QR per image.
please check if it works when two or more QR codes are in one image.
The text was updated successfully, but these errors were encountered: