dlenski / python-zxing

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

read multiple barcodes? #16

Open xulihang opened 2 years ago

xulihang commented 2 years ago

It seems that the library can only detect one barcode?

The pyzxing can read multiple barcodes but it is too slow as it runs java -jar every time.

dlenski commented 2 years ago

It seems that the library can only detect one barcode?

As of e7974a9fe02265f49df6f5911b295610d8df2e97, this library/program can decode multiple files with only one subprocess call. :man_shrugging:

xulihang commented 2 years ago

I mean multiple barcodes in one image.

dlenski commented 2 years ago

I mean multiple barcodes in one image.

Ah. See #13