Help! I’m trying to create an app that will read and recognize certain words in a food label so I can easily see if the food contains something that I can’t eat. How do I get the image recognizer option to allow the label to display text from an image instead of just describing what the image is (i.e. hand holding a box).
1 Like
u have tags and description , u can use that tags for u what u want , for example ,
in the description will say hand holding a box
The tags : hand,box,table, etc etc
1 Like
I’ve tried that but the tags still come up as describing the picture. I want it to be able to read/recognize the words in the picture. Is there a way I can do that?
1 Like
for that the best solutions its OCR but i dont know if thunkablex have that
1 Like
Or u can use , google vision api whit json , its very easy , But need to have a account on google cloud
https://cloud.google.com/vision/docs/ocr
1 Like
Care to share exactly how your blocks worked to get an image to google OCR?