python-zxing
python-zxing copied to clipboard
python wrapper for the ZXing barcode library
Passing a `pathlib.Path` object as the `filenames` parameter raises some error: ```python3 Traceback (most recent call last): File "/home/stefan/temp/run.py", line 57, in print(reader.decode(path)) File "/home/stefan/temp/venv/lib/python3.9/site-packages/zxing/__init__.py", line 80, in decode for...
I am trying to use `zxing` to decode PDF417 images. However Im getting an error message as follows: `ValueError: Unknown format code 'x' for object of type 'str'` Error seems...
Using junit-report-action, as documented in https://github.com/marketplace/actions/junit-report-action
Hello, I'm running a simple test, trying to read an PDF417 bar code. I'm getting this error: > ... zxing\__init__.py", line 159, in parse > raw = raw[:-1].decode() > UnicodeDecodeError:...
###Bug Reports I am using zxing module of python to decode QR images like attached below. But it returns empty string.  I am using code like below- `from zxing...
It seems that the library can only detect one barcode? The [pyzxing](https://pypi.org/project/pyzxing/) can read multiple barcodes but it is too slow as it runs java -jar every time.
Hi, I have a problem detecting qrcode which contains Thai characters. Example below: qr code decoded by zxing wrapper: "ABCC051 ?????????????????????????" qr code decoded by zbar wrapper: "ABCC051 เอกสารประกอบการขอสินเชื่อ" Could...
Hey there! when using zxing for QR-Code extraction it can happen that it fails to extract due to the picture/document being of poor quality and the binarizer reading the QR-Code...