# 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. It runs after [ID Capture](https://developer.incode.com/docs/id-capture).

## Integrations

:x: Web | :white_check_mark: iOS | :white_check_mark: Android

## How It Works

After the user completes ID Capture, Incode runs OCR on the captured document to extract its text fields. The Review OCR Data module then displays those fields to the user on a review screen.

By default, the module:

- Displays OCR-extracted fields from the identity document, including Full Name, Date of Birth, Gender, Document Number, Expiry Date, and Address.
- Allows the user to confirm the extracted data is correct before the session proceeds.

The module can also allow the user to edit and correct OCR-extracted values. This is useful when a field is missing or was misread. For example, when an address is not detected on the document, the user can enter it manually. Enabling this feature may require back-end enablement. Contact your Incode Representative for more information.

## Use Review OCR Data

For instructions on implementing and configuring Review OCR Data on each supported platform, use the following pages:

- [Review OCR Data (Dashboard)](https://developer.incode.com/docs/review-ocr-data-dashboard)
- [Review OCR Data (iOS)](https://developer.incode.com/docs/review-ocr-data-ios)
- [Review OCR Data (Android)](https://developer.incode.com/docs/review-ocr-data-android)

<br />
