Hi Glide Community,
Is it possible to implement OCR functionality in a Glide app that uses the smartphone camera to capture text from images? If yes, how can this be achieved?
Thanks!
Hi Glide Community,
Is it possible to implement OCR functionality in a Glide app that uses the smartphone camera to capture text from images? If yes, how can this be achieved?
Thanks!
You can add image picker component and then run a image to to text action to extract the text from the image.
You may like the Google Cloud vision → Extract text from image or the Azure → Describe image.
Thanks Maxime.
Example I’m aiming for: My user wants to scan the products contained in a ready meal and find out if the products are dangerous - he takes a photo with his phone, the text is extracted and analysed by Google Cloud?
If there is no text, you may want to use Azure describe image.
Glide AI’s Image to Text can also do it.