UiPath Extended Languages OCR
UiPath.OCR.Activities.ExtendedLanguagesOCR
Description
Extracts a string and its information from an indicated UI element or image by using the OCR engine. It can be used with other OCR activities (Click OCR Text, Hover OCR Text, Get OCR Text, Find OCR Text Position), with Document Understanding activities (Digitize Document, Intelligent Keyword Classifier, Form Extractor wizards, Document Understanding classic or modern project settings), or with Computer Vision activities (CV Screen Scope, CV Get Text).
Enabling or disabling Extended Languages OCR in Automation Suite
To use the Extended Languages OCR in Automation Suite, you need to have a valid license configured. For more information on the necessary steps for obtaining and configuring a license for Extended Languages OCR license in Automation Suite, visit Enabling or disabling Extended Languages OCR.
Project compatibility
Windows-Legacy | Windows
Configuration
Properties panel
Common
- DisplayName - The display name of the activity. This field supports only
Stringvariables.
Input
- Image - The image that you want to process. This field supports only
Imagevariables. Do not change if the OCR activity is used inside a parent activity.
Logon
- Timeout (milliseconds) - Specifies the amount of time (in milliseconds) to wait for a response from the server before an error is thrown. The default value is 100,000 milliseconds (100 seconds).
Misc
- ApiKey - The API key used to provide you access to Document Understanding, when the UiPath® Extended Languages OCR is used with Document Understanding activities. If the Extended Languages OCR is used with Computer Vision, then use the Computer Vision API key.
- Endpoint - The endpoint associated with your Document Understanding API key. This field supports only strings and
Stringvariables. - Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
- UseSeparateOcrProcess - If set to
true, new OCR processes are created depending on the configured scheduler. The parameter is ignoored if local server is used and the processes will be used.
Output
- Result - Provides the extracted words and information about their position on the screen. This field supports only
KeyValuePair<Rectangle, String>variables. - Text - Provides the extracted text. This field supports only
Stringvariables.