cozmo / jsQR

A pure javascript QR code reading library. This library takes in raw images and will locate, extract and parse any QR code found within.
https://cozmo.github.io/jsQR/
Apache License 2.0
3.63k stars 600 forks source link

Unable to decode qr where pyzbar can do #219

Open miqmago opened 2 years ago

miqmago commented 2 years ago

I'm trying to decode this qr code:

20220225174614046-0 còpia

It can be successfully decoded with QR-droid android app and also with python https://pypi.org/project/pyzbar/ lib, but I'm unable to decode it with this library. I know the quality is so-so, but is there something I'm missing?

I've tried with the example provided in https://github.com/cozmo/jsQR/issues/52 (https://codesandbox.io/s/pwoywz6n5x?file=/index.js:17-23)