# Review OCR Data

The Review OCR Data module extracts text from a captured identity document using [Optical Character Recognition (OCR)](https://developer.incode.com/docs/glossary#ocr)​. It then shows that text to the user to confirm it's correct before the session continues. When enabled, users can correct missing or misread fields.

For an overview of this module and how it works, see [Review OCR Data](https://developer.incode.com/docs/review-ocr-data).

## Supported with:

:white_check_mark: Workflows | :x: Flows

## Add Review OCR Data to Workflows

1. In the left menu, click **Flow Builder** > **Workflows**.
2. Click **New** or select an existing Workflow.
3. From the Modules list, drag and drop the **Review OCR Data** module into the builder. Place it after the [ID Capture](https://developer.incode.com/docs/id-capture-dashboard) module.
4. You can click the three dots > **Edit** on the module node to open the [Configuration Options](#configuration-options) panel and adjust settings as needed.

## Configuration Options

After changing anything, click **Save Configurations** before closing the configuration panel.

![Image of the Review OCR Data module's configuration page. Has two configuration options.](https://files.readme.io/d53de811ac3778521c77db789256d4488d92462f305fc4790b297f8a065dd5bf-image.png)

| Setting            | Description                                                                                                                                                                                                                                                                                                               |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **_Select ID_**    | Specifies which ID in a multi-ID Session this module applies to: _First ID_ or _Second ID_. Use this when your Workflow captures more than one identity document.                                                                                                                                                         |
| **_Editable OCR_** | Allows the user to edit and correct the OCR-extracted values displayed on the review screen. Useful when a field is missing or was misread: for example, when an address is not detected on the document. Enabling this setting may require back-end enablement. Contact your Incode Representative for more information. |

<br />
