I need to be able to get thunkable to recognise & read text in an image with said text (it’ll also be handwriting so i’m not sure if that’s pushing my luck a little too much)
Then I need the app to read said text out loud (although I think that might not be a problem if I can recognise the text)
PS: is it possible to highlight/select text in the image and/or recognise its color? thanks
update: i used a few tutorials on thunkable as reference, but i still can’t seem to figure out how to get the text obtained/detected from the ocr to appear on a label. any help?
{"ParsedResults":[{"TextOverlay":{"Lines":[],"HasOverlay":false,"Message":"Text overlay is not provided as it is not requested"},"TextOrientation":"0","FileParseExitCode":1,"ParsedText":"GAVE AWAY MY BOOK\r\nFREE ON\r\nREACHED TOP OF AMAZON\r\nBESTSELLER\r\n","ErrorMessage":"","ErrorDetails":""}],"OCRExitCode":1,"IsErroredOnProcessing":false,"ProcessingTimeInMilliseconds":"390","SearchablePDFURL":"Searchable PDF not generated as it was not requested."}
You should read ParsedText to get the result of the OCR.