Reduce the size of the clipping region for a selector

Hello,

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.

The reason is that I further use OCR to find a text like “.100” and I want to reduce the size of the image to be processed.

Thanks!

Hi @bianca.rati

Are u trying to read PDF and trying to check if the element is present in the PDF (.100)?

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.

@bianca.rati
have a check on the options of the used activity on following:
grafik

Yes, that was the solution :slight_smile: 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.

Thank you all.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.