NaturalHistoryMuseum / pyzbar

Read one-dimensional barcodes and QR codes from Python 2 and 3.
MIT License
728 stars 176 forks source link

Add a points member to the Decoded tuple #78

Open denvera opened 4 years ago

denvera commented 4 years ago

This is an attempt to address #57 by also including the unmodified symbol points without breaking compatibility.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.009%) to 98.104% when pulling ac9fbf46936d5bd495a765e472dd88d6addac419 on denvera:master into 833b375c0e84077943b7100cc9dc22a7bd48754b on NaturalHistoryMuseum:master.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.009%) to 98.104% when pulling ac9fbf46936d5bd495a765e472dd88d6addac419 on denvera:master into 833b375c0e84077943b7100cc9dc22a7bd48754b on NaturalHistoryMuseum:master.

pablospe commented 4 years ago

It would be nice to include this PR in the main repo. This is a replacement of the old PR #39.