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.64k stars 602 forks source link

Some codes don't scan #165

Open robertthewolf opened 4 years ago

robertthewolf commented 4 years ago

We have 5000 cards with QR codes in my company, but we have discovered that that these 2 codes are not recognized by the scanner.

U2FsdGVkX1+T7M5JW2JP:K:sU4xEcGzKu5RS7a:dY6U= U2FsdGVkX1+T7M5JW2JP/K/sU4xEcGzKu5RS7a/dY6U=

U2FsdGVkX19AD0SQUSYG7RLiVIiaESvFHOKJY+o7cNk= U2FsdGVkX19AD0SQUSYG7RLiVIiaESvFHOKJY+o7cNk=

Strangly, they work with scanners like Instascan

eventualbuddha commented 4 years ago

FWIW, both of these work for me when I tried them out in NodeJS (jsqr@1.3.0, jpeg-js@0.4.0, node@12.16.3).