-
Notifications
You must be signed in to change notification settings - Fork 44
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
QR Code from screenshot #7
Comments
I see thanks for sharing this |
2fast directly opens snipping tool to scan any QR on screen, it is open source, so you can see how it works. |
wow its uwp too interesting |
See also: https://sourceforge.net/p/twofactorqrcodereader/code/ci/master/tree/ That grabs QR codes visible on screen (to KeePass, but wouldn't be hard to adapt the code for use here) |
Thanks. This is being worked on |
I checked and it looks like they have a key uri parser which will help in #4 and this issue. I need to implement #4 before I can do this as all apps seem to export via this method |
Does anyone know a library to read QR codes from images (not taken from camera). QR Screenshots can be pasted in or uploaded from image
The text was updated successfully, but these errors were encountered: