On scanning UPC-E type barcodes which consist of 8 digits, the result is being changed to match a 12 digit barcode by adding 0's in the middle of the barcode.
For example:
on scanning 06541238 the barcode reader will return 065400001238.
This behavior, to my knowledge, cannot be changed.
Pyzbar version: 0.1.9
Python version: 3.9.0
On scanning UPC-E type barcodes which consist of 8 digits, the result is being changed to match a 12 digit barcode by adding 0's in the middle of the barcode.
For example: on scanning 06541238 the barcode reader will return 065400001238.
This behavior, to my knowledge, cannot be changed. Pyzbar version: 0.1.9 Python version: 3.9.0
Code: