OCR currently works reliably only for devices with support of screenshots over network or when capturing the image over the HDMI with the WingBox. If you want to use the Suitest Camera app or a USB camera, check the stream to ensure there are no reflections on the screen and the content is in focus through the corresponding lens. Additionally, define a region to achieve the highest possible reliability.
As in case of all string comparisons in Suitest, the OCR operation can use the following comparators between the defined value and the text read from the whole screen / specified region:
= - both values are exactly the same
!= - there is a difference (can be just a single letter difference)
contains - read value contains specified text
does not contain - read value does not contain specified text
ends with - read value ends with specified text
does not end with - read value does not end with specified text
starts with - read value starts with specified text
does not start with - read value does not start with specified text