Abbyy Cloud OCR
UiPath.Abbyy.Activities.AbbyyCloudOCR
note
The UiPath.Abbyy.Activities package has been deprecated and is currently out of support. Also, the package is unlisted from the UiPath Studio Manage Packages official feed. Check the Deprecation timeline for more details.
Extracts a string and its information from an indicated UI element or image using the Abbyy Cloud OCR engine. It can be used with other OCR activities (Click OCR Text, Hover OCR Text, Get OCR Text, Find OCR Text Position).
note
If you want to use this OCR activity from package UiPath.Abbyy.Activities v1.5.0 in Studio v19.10, please install the UiPath.CoreIPC package, version 2.0.1 or higher."
Properties
Common
- DisplayName - The display name of the activity.
Input
- Image - The image that you want to process. This field supports only
Imagevariables.
Logon
- ApplicationID - The application ID provided when subscribing to the Abbyy Cloud OCR service.
- Password - The password provided when subscribing to the Abbyy Cloud OCR service.
- ServerUrl - The Server URL provided when subscribing to the Abbyy Cloud OCR service.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Options
- ExtractWords - If this check box is selected, the on-screen position of each detected word is extracted.
- Language - The language used by the OCR engine to extract the text. The ABBYY FineReader Engine includes the majority of supported OCR languages by default. They can be used right after a successful installation of the engine. The full language name must be written, such as "english", "japanese", "romanian".
- Scale - The scaling factor of the selected UI element or image. The higher the number is, the more you enlarge the image. This can provide a better OCR read and it is recommended with small images. If you want to scale down, values between 0 and 1 are also accepted. By default, the value is 1.
Output
- Result - The extracted words along with their on-screen position. This field supports only
KeyValuePair <rectangle,string>variables. - Text - The extracted string. This field supports only
Stringvariables.