python-zxing
python-zxing copied to clipboard
Add support of multiple barcodes per file
What version of Java ZXing are you testing with? For me, the decode of the multi-barcode test image is failing.
@dlenski Thanks for checking, I'm using Java ZXing 3.4.1 :) I rebased over master and forgot to pass products_only
from decode_as_list
method to decode
, it should be solved now.
this would be a nice feature to have. is there any ETA to merge the code from @certator?