UiPath Chinese, Japanese, Korean OCR
UiPath.Core.Activities.CjkOCR
Description
important
The UiPath Chinese, Japanese, Korean OCR is deprecated. We recommend using the UiPath Extended Languages OCR instead.
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).
Project compatibility
Windows-Legacy | Windows
Configuration
Properties panel
Common
- DisplayName - The display name of the activity.
Input
- Image - The image that you want to process. This field supports only
Imagevariables.
Logon
- ApiKey - The API key used to provide you access to Document Understanding, when the OCR for Chinese, Japanese and Korean is used with Document Understanding activities. If the OCR for Chinese, Japanese and Korean 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.
Misc
- 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
IEnumerable<KeyValuePair<Rectangle, String>>variables. - Text - Provides the extracted text. This field supports only
Stringvariables.