dlenski / python-zxing

python wrapper for the ZXing barcode library
GNU Lesser General Public License v3.0
121 stars 36 forks source link

Can't find the code when there are other content in the image #24

Closed dincozdemir closed 1 year ago

dincozdemir commented 2 years ago

When I have an image file that has other text apart from the aztec code, the library fails to find the code. Is there a way to improve this precision?

dlenski commented 2 years ago

This is dependent on the underlying ZXing library, not on this Python wrapper.