PDF Get Text Block
Description
This action component allows you to get the specific text block from PDF and stores them in a string variable.
Input Properties
- Page Index (Int32) – The pdf page index where you want to get text block.
- X (Double) – X position to text block to be captured.
- Y (Double) – Y position to text block to be captured.
- Width (Double) – The text block width to be captured.
- Height (Double) – The text block height to be captured.
Output Properties
- Result (String) – The captured text block result will be stored in a String variable.
General Properties
- Global Waits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- Ignore Error (Checkbox) – Continue the process flow without throwing error.
- Post Wait (Checkbox) – Apply specified wait after execute the action.
- Pre Wait (Checkbox) – Apply specified wait before execute the action.