dlenski / python-zxing

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

Add support of multiple barcodes per file #13

Open certator opened 3 years ago

dlenski commented 3 years ago

What version of Java ZXing are you testing with? For me, the decode of the multi-barcode test image is failing.

certator commented 3 years ago

@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.

zeusin commented 3 months ago

this would be a nice feature to have. is there any ETA to merge the code from @certator?