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
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:
The text was updated successfully, but these errors were encountered: