# UiPath Chinese, Japanese, Korean OCR

> `UiPath.Core.Activities.CjkOCR`

`UiPath.Core.Activities.CjkOCR`

## Description

:::important
The **UiPath Chinese, Japanese, Korean OCR** is deprecated. We recommend using the [UiPath Extended Languages OCR](https://docs.uipath.com/activities/other/latest/document-understanding/uipath-extended-languages-ocr#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](https://docs.uipath.com/activities/other/latest/ui-automation/click-ocr-text), [Hover OCR Text](https://docs.uipath.com/activities/other/latest/ui-automation/hover-ocr-text), [Get OCR Text](https://docs.uipath.com/activities/other/latest/ui-automation/get-ocr-text), [Find OCR Text Position](https://docs.uipath.com/activities/other/latest/ui-automation/find-ocr-text)), with Document Understanding activities ([Digitize Document](https://docs.uipath.com/activities/other/latest/document-understanding/digitize-document), [Intelligent Keyword Classifier](https://docs.uipath.com/activities/other/latest/document-understanding/intelligent-keyword-classifier), [Form Extractor](https://docs.uipath.com/activities/other/latest/document-understanding/form-extractor) wizards, Document Understanding classic or modern project settings), or with Computer Vision activities ([CV Screen Scope](https://docs.uipath.com/activities/other/latest/user-guide/cv-scope), [CV Get Text](https://docs.uipath.com/activities/other/latest/user-guide/cv-get-text-with-descriptor)).

## 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 `Image` variables.

**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 `String` variables.

**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 `String` variables.
