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

Use jsQR to find single rectangle pattern #195

Closed majidramzani closed 3 years ago

majidramzani commented 3 years ago

Hi, I am using jsQr to find find qrcodes in images and it's working well. Now i want to use this library to find single rectangle pattern (1 of 3 in qrcode) in an image and its position info. Can you tell me how can i do this? Thanks in advance,