-
Notifications
You must be signed in to change notification settings - Fork 41
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/bar code insert #817
Comments
Which tag(s) would be be adding this to? OCR has gotten really good on iOS and there are a lot of places we could make better use of the camera. |
in my specific case at hand it would be ref, but I could imagine this for all kind of stuff, more like an input method / keyboard, where you could switch to ocr/qr/bar code, and have the text added into the current field as if you typed it. This is much easier than opening hours where one has to interpret the text, here it is just transcription |
There are lot's of other things that would be nice to transcribe from a camera view: phone numbers, website, email etc. iOS can now automatically classify some of this text as well, so potentially fill in a lot of business details in one swoop. I have looked into the API but presumably it supports QR as well. |
It seems this is described here: in particular there is https://developer.apple.com/documentation/vision/detectbarcodesrequest |
Sometimes objects have signs with (typically) long id numbers and additionally a QR or bar code with this same number. I wonder if there is a way to add the content of these codes directly in the tag values or if there isn’t currently, whether it seems attractive to add this.
The text was updated successfully, but these errors were encountered: