Pdf Get Field By OCR
Description
This action component allows you to read the specific field value from PDF by OCR.
Input Properties
- Page Index (Int32) – The pdf page index where you want to get field.
- X (Double) – X position to field to be captured.
- Y (Double) – Y position to field to be captured.
- Width (Double) – The field width to be captured.
- Height (Double) – The field height to be captured.
Output Properties
- Result (String) – The captured text 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.