-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues in decoding PDF 417 format Barcodes #30
Comments
Any updates on this? |
What version of the Python module? What version of the Java library? There was a bug in the Python module related to |
Two bugs fixed since v1.0.1: 1. 178c50b (closing #31) which fixes the Java classpath separator on Windows (`:` → `;`) 2. 50c7efe (quite likely the fix for #30) which fixes a borked format conversion specifier. Switching to "Trusted Publishers" for deployment to PyPI (see https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers).
Two bugs fixed since v1.0.1: 1. 178c50b (closing #31) which fixes the Java classpath separator on Windows (`:` → `;`) 2. 50c7efe (quite likely the fix for #30) which fixes a borked format conversion specifier. Switching to "Trusted Publishers" for deployment to PyPI (see https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers).
Two bugs fixed since v1.0.1: 1. 178c50b (closing #31) which fixes the Java classpath separator on Windows (`:` → `;`) 2. 50c7efe (quite likely the fix for #30) which fixes a borked format conversion specifier. Switching to "Trusted Publishers" for deployment to PyPI (see https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers).
Two bugs fixed since v1.0.1: 1. 178c50b (closing #31) which fixes the Java classpath separator on Windows (`:` → `;`) 2. 50c7efe (quite likely the fix for #30) which fixes a borked format conversion specifier. Switching to "Trusted Publishers" for deployment to PyPI (see https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers).
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 to be in the
__repr__
of the BarCode ClassHere is the File i'm using
Can I understand if there is any workaround for the same?
The text was updated successfully, but these errors were encountered: