OpenCV Get Text
Description
This action component allows you to extract the text from a specified image by using the Computer Vision neural network.
Input Properties
- Image Path (String) – Input image file to read text.
- Input Image Object (IImageObject) – Input IImageObject Object to read the text.
- Selector (String) – Choose the image region to read text and it will generate a string (Selector) to specify the location of that element.
- Language (Dropdown) – Tesseract language to read the text.
- Timeout (Int32) – The amount of time (in milliseconds) to wait for the action to run.
- Threshold (Double) – A unit of measurement from 0 to 1. Threshold value which is used to classify the pixel values.
- OcrEngineMode (Dropdown) – OpenCV OCR Engine Mode.
Output Properties
- Result (String) – Extracted text stored as a String variable.
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.