Hello all,
i am using Click OCR text activiy to click a given word given the condtions in the properties, which works. I then use the tesseract OCR to output the result.
My result looks like
Result(0) = [X=4 , Y=11, WIDTH = 14, HEIGHT = 9]
Question is how do i extract the X and Y values from this Result.
As i am wantng to find the word, click the word then click just left of the word, something like (X - 10), a tick box.
Thank you