# OCR Component

## Description:

OCR Component

Change me...

### Allowed Parent Components:

1. Card Body
2. Horizontal Section
3. Vertical Section

### Allowed Child Components:

1. Popover
2. Pulse
3. Trigger Before Render

### Properties

### ➤ Image Url

Image URL expression.

Allowed Values: An expression which should return string after evaluation

### ➤ Image Json Url

Image Json Url Expression

Allowed Values: An expression which should return string after evaluation

### ➤ Selection Disable Condition

Provide expression value to disable the selection.

Allowed Values: An expression which should return boolean after evaluation

### ➤ Populated Values Store Data Source Alias

Give the Popoulated values store alias name

Allowed Values: Give the Popoulated values store alias name

### ➤ Trained Data Store Data Source Alias

Give the Trained data store alias name

Allowed Values: Give the Trained data store alias name

### ➤ Active Attribute Code

Highlight the active field on the image

Allowed Values: An expression which should return string after evaluation

### ➤ Loading Message

Specify a message to display until it loads

Allowed Values: Free text field

### ➤ Highlight Key Value Metadata

Highlights the key value pair from the source

Allowed Values: Yes/No

### ➤ Highlight Cell Metadata

Highlights the cells from the source

Allowed Values: Yes/No

### ➤ Highlight All Lines

Highlights the lines from the source

Allowed Values: Yes/No

### ➤ Enable Label Training

Shows the popover defined at OCR component level when we mouse hover.

Allowed Values: Yes/No

### ➤ Show Populated Data

Highlights the automatic populated data.

Allowed Values: Yes/No

### ➤ Show Trained Data

Highlights the trained data.

Allowed Values: Yes/No

### ➤ Train Words

Enable this for the words training.

Allowed Values: Yes/No

### ➤ Tool Tip

A message which appears when a cursor is positioned over.

Allowed Values: An expression which should return string after evaluation

### ➤ Tool Tip Position

Select an option to change the placement of the tooltip when appears.

Allowed Values:

1. left
2. right
3. top
4. bottom

### ➤ On Selection

Allowed Values: Controller Function


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudio.io/ui-components/widgets/ocrcomponent.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
