aztec-barcode

Unable to decode Aztec barcode

Unable to decode Aztec barcode Question: I’m trying to decode an Aztec barcode using the following script: import zxing reader = zxing.BarCodeReader() barcode = reader.decode("test.png") print(barcode) Here is the input image: Following is the output: BarCode(raw=None, parsed=None, path=’/Users/dhiwatdg/Desktop/test.png’, format=None, type=None, points=None) I’m sure it a valid Aztec barcode. Not the script is not able to …

Total answers: 2