library icon indicating copy to clipboard operation
library copied to clipboard

multi-qr-code-reader support

Open xujiandream opened this issue 2 years ago • 7 comments
trafficstars

Hi, repo owner, I found there is a feature branch feature/multi-qr-code-reader support scanning multi qr-code from one picture. Can you merge this to release branch, I do need this feature on my project. Thanks a lot! CC: @werthdavid

xujiandream avatar Aug 16 '23 01:08 xujiandream

I will look through that PR when I find time

werthdavid avatar Aug 17 '23 06:08 werthdavid

hello, I wonder if this feature is available in the latest package?

L-Rocket avatar Feb 07 '24 06:02 L-Rocket

No, sorry. this needs quite some time which I couldn't find yet...

werthdavid avatar Feb 07 '24 06:02 werthdavid

For someone who needs this, I have made one. Welcome to give it a try!

https://l-rocket.github.io/

L-Rocket avatar Mar 13 '24 07:03 L-Rocket

Nice. @L-Rocket what is that based on? what's the license of the project? It's made in vue.js right?

werthdavid avatar Mar 13 '24 07:03 werthdavid

Hi!

  1. The project is built upon the 'qr-scanner-wechat' package, which is capable of detecting the clearest QR code on the image. I first scan the image to get the clearest QR code. I then cover the detected area to search for the second clearest QR code, and continue this process until no QR code is found in the image.
  2. I plan to open-source it whenever I am available.
  3. Absolutely! I utilized Vue.js to develop the web interface.
  4. Additionally, I intend to use the methods I mentioned above to rewrite another version using this library. This means it will be capable of detecting other types of codes, such as barcodes, which 'qr-scanner-wechat' cannot handle.

L-Rocket avatar Mar 14 '24 11:03 L-Rocket

I've made it open source ! Welcome to have a look! https://github.com/L-Rocket/Multi-qr-code-reader

L-Rocket avatar Mar 21 '24 04:03 L-Rocket