GoMap icon indicating copy to clipboard operation
GoMap copied to clipboard

QR/bar code insert

Open dieterdreist opened this issue 1 year ago • 4 comments

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.

dieterdreist avatar Oct 06 '24 21:10 dieterdreist

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.

bryceco avatar Oct 07 '24 00:10 bryceco

Which tag(s) would be be adding this to?

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

dieterdreist avatar Oct 07 '24 06:10 dieterdreist

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.

bryceco avatar Oct 07 '24 08:10 bryceco

It seems this is described here: https://developer.apple.com/documentation/vision

in particular there is https://developer.apple.com/documentation/vision/detectbarcodesrequest while it says "barcode", from what I have found out it seems it would detect QR codes as well.

dieterdreist avatar Oct 07 '24 11:10 dieterdreist