You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really helpfully to make the details of the barcodes (raw, type, points) as provided by ZXing-cpp accessible to the python-user. Use-cases are f.e. overlay of a tooltip wiht barcode-data and meta-information in a scanned document.
Possible solution without breaking running projects would be another function for getting all barcodes with details.
Cheers
Jörn
The text was updated successfully, but these errors were encountered:
Something that my PR doesn't cover (and which is a much bigger issue) is text vs binary mode. My intuition is that a binary mode QR code should read as bytes, and all other modes as str (or unicode for python2).
Hi!
It would be really helpfully to make the details of the barcodes (raw, type, points) as provided by ZXing-cpp accessible to the python-user. Use-cases are f.e. overlay of a tooltip wiht barcode-data and meta-information in a scanned document.
Possible solution without breaking running projects would be another function for getting all barcodes with details.
Cheers
Jörn
The text was updated successfully, but these errors were encountered: