vvanarasi
(Venugopal)
July 24, 2019, 1:32pm
1
Hi,
I am trying to extract specific portions of text from multiple PDFs.
Trying to use Get Text or Get OCR Text. In both cases, i wanted to dynamically change the clipping region each time based on some headings.
Please help with any example on how to do this
loginerror
(Maciej Kuźmicz)
July 24, 2019, 2:02pm
2
Hi @vvanarasi
Welcome to our UiPath Forum!
See this post for the answer:
Hi,
Short answer is that you cannot directly from the property, however you can achieve the same using the following approach.
Start to define your scope, being an UiElement. (ex: Find element, element scope etc…)
Use “Set clipping region” activity, I recommend you to use the property “Direction” as rectangle
Set the property “Element” as base UiElement (the container)
Inside the “Set clipping region” activity, set now the property region with a new instance of a region object as bellow, You …