python-zxing icon indicating copy to clipboard operation
python-zxing copied to clipboard

python wrapper for the ZXing barcode library

Results 10 python-zxing issues
Sort by recently updated
recently updated
newest added

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...

needs info

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. ![image](https://user-images.githubusercontent.com/2772109/235306398-552ee662-2fd3-4cb2-b7a4-0feb00ff50f1.png) I am using code like below- `from zxing...

zxing-library-issue

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.

duplicate

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...

needs info

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...

enhancement
zxing-library-issue