Extract Text With OCR
Description
This Activity extracts text from the specified image using the set OCR engine.
Properties
Input
- Clipping Region – The rectangular region to extract the selected text. If the region is not specified, the text from the entire image gets extracted.
- Image File Path – Specify the image file's path to extract the text file.
- OCR Engine – An instance of an OCR engine returned by one of the following activities.
- OCR Parameters – Parameters to pass to OCR engine.
Misc
- DisplayName – Add a display name to your Activity.
- Private – By default, Activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.
Optional
- Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
note
Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.
Output
- Result – It displays the text extracted from the image and the screen coordinates of each word found in that image with return type TextResult.
Example
Download Example