Is it possible to use same OCR scrape multiple times

As topic says, it’s it possible to make one screen scrape and use that multiple times to for instance click on different texts that i know don’t change?

As far as i can see, the ORC have an output called Result, that have a list of paired rectangle and string, that i’m thinking should be usable, but i don’t know how to use that.


I can’t figure out if i need to make some code for it, or if can just use a click text or click OCR text?

Any help on this is appreciated!