multi-qr-code-reader support
xujiandream opened this issue · 7 comments
xujiandream commented
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
werthdavid commented
I will look through that PR when I find time
L-Rocket commented
hello, I wonder if this feature is available in the latest package?
werthdavid commented
No, sorry. this needs quite some time which I couldn't find yet...
L-Rocket commented
For someone who needs this, I have made one. Welcome to give it a try!
werthdavid commented
Nice. @L-Rocket what is that based on? what's the license of the project? It's made in vue.js right?
L-Rocket commented
Hi!
- 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.
- I plan to open-source it whenever I am available.
- Absolutely! I utilized Vue.js to develop the web interface.
- 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 commented
I've made it open source !
Welcome to have a look!
https://github.com/L-Rocket/Multi-qr-code-reader