ericblade / quagga2

An advanced barcode-scanner written in Javascript and TypeScript - Continuation from https://github.com/serratus/quaggajs
MIT License
762 stars 85 forks source link

Is there a way to configure quagga to fallback on zxing-js when it cannot identify a barcode in the image? #544

Open ghevge opened 5 months ago

ghevge commented 5 months ago

Is there a way to configure quagga to fallback on zxing-js when it cannot identify a barcode in the image?

ericblade commented 5 months ago

You could use the external reader functionality to pass the image to another code/service/whatever.

Example: https://github.com/ericblade/quagga2-reader-qr

That reader plugin passes unrecognized images to a QR reader