Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi-qr-code-reader support #571

Open
xujiandream opened this issue Aug 16, 2023 · 7 comments
Open

multi-qr-code-reader support #571

xujiandream opened this issue Aug 16, 2023 · 7 comments

Comments

@xujiandream
Copy link

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
Copy link
Member

I will look through that PR when I find time

@L-Rocket
Copy link

L-Rocket commented Feb 7, 2024

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

@werthdavid
Copy link
Member

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

@L-Rocket
Copy link

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

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

@werthdavid
Copy link
Member

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

@L-Rocket
Copy link

L-Rocket commented Mar 14, 2024

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants