Open jkrenzer opened 6 years ago
Hi, @jkrenzer. I like this idea, but I'm currently not interested in implementing it myself. As always, pull requests are welcome.
I want this too. I'm going to implement it. I want to be able to do https://cozmo.github.io/jsQR/ in python.
I've implemented this in https://github.com/lubo/zxinglight/pull/8!
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