Is there a way to change the clipping region of an element in order to reduce its size? In the image below, the red rectangle is the clipping region set by an element with a reliable selector. The blue rectangle is the clipping region that I would like to obtain.
I’m using OCR because I need to fill in the PDF, not to read from it. On the right side there are input fields (which are not form fields), and I have to click on them relatively to the number (in this ex, .100). The cursor is set to Fill&Sign, so the click will create a Text Box where I can write the values.
Yes, that was the solution I obtained the left, top, right and bottom values that I needed, passed them in the activity, returned the UiElement and highlighted it and it is what I was looking for.