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
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 as black square.
I read in the docs that there is a "hybrid-binarizer" that should be working better in such cases but I fail to find the information on how to swap to that binarizer.
Would appreciate some help on this matter.
The text was updated successfully, but these errors were encountered:
If you want to be able to switch the binarizer in python-zxing, you should start by contributing a change to ZXing's CommandLineRunner.java to allow setting the binarizer from the CLI. Feel free to link it to this issue.
@dlenski ah so it's not in the python lib implemented as of now? I see.
if I get to a point where I might have time for it I guess I'll look into it.
Appreciate the Information!
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 as black square.
I read in the docs that there is a "hybrid-binarizer" that should be working better in such cases but I fail to find the information on how to swap to that binarizer.
Would appreciate some help on this matter.
The text was updated successfully, but these errors were encountered: