
I want to change a text string pulled using the Text Recognizer control into an image when a user clicks a button. As an example, if a user's image returns a "1", I want to show the image in the app named '1' when the user clicks submit. If the text is "2", it will change it to '2', etc.
Hi @erg3ytos
To configure this, you can set the configuration like:
Switch(First(TextRecognizer1.OcrObjects).text, "1", Image1, "2", Image2,"3", Image3)
Make sure that these Image1, Image2 and Image3 are already uploaded in the Media.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!