Text recognition in an image

I wonder if there are any features of the touch designer that can recognize the text of a specific image as data.

Hello @kijhome,

there is no native support for text recognition but you can utilize openCV in python and the connected OCR modules that allow for this. Maybe some of the tutorials online can help with this:

Idea would be to capture the texture of a TOP using the TOP Class’s .numpyArray method and using this with the relevant openCV libraries to detect the text in the image.

cheers
Markus