Skip to content
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

Different results from online decoder #25

Closed
cooperlab opened this issue Aug 1, 2022 · 2 comments
Closed

Different results from online decoder #25

cooperlab opened this issue Aug 1, 2022 · 2 comments

Comments

@cooperlab
Copy link

Thank you for making this library.

I have a collection of barcodes that mostly fail to decode with the python wrapper, but that are successfully decoded using the online ZXing resource here: https://zxing.org/w/decode.jspx. Do you have any insights on what options the online decoder might be using, or how this might differ from your wrapper? Happy to share data privately.

@dlenski
Copy link
Owner

dlenski commented Aug 1, 2022

Do you have any insights on what options the online decoder might be using, or how this might differ from your wrapper?

Are you using either AZTEC code or PDF417? I made a couple changes to improve those decoders upstream (see https://github.com/zxing/zxing/commits?author=dlenski), but they aren't yet in a tagged release of ZXing.

Other than that, I don't have any ideas about known deficiencies.

Happy to share data privately.

I'm definitely interested in seeing them. You can email to the address on my profile.

@cooperlab
Copy link
Author

We resolved these issues by aggressively augmenting the images. We create a basket of different versions of the image transformed by intensity and thresholded at different gray levels. This brought us to a 98% read rate. I'm closing this since it seems like the decoding library is working fine.

Repository owner locked and limited conversation to collaborators Feb 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants