# Document Capture

The Document Capture module captures a supplementary document, such as a proof of address document, medical document, or bank statement. Users can upload a file or take a photo of the document with their device’s camera.

Submitted documents appear in the **Other** tab in [single Session view](https://developer.incode.com/docs/single-session-view#other).

For an overview of this module and how it works, see [Document Capture](https://developer.incode.com/docs/document-capture).

## Supported with:

:white_check_mark: Workflows | :white_check_mark: Flows

## Add Document Capture to Workflows

1. In Dashboard, find **Build & Verify** in the left menu. Select **Flow Builder** > **Workflows**.
2. Click **New** or select an existing Workflow.
3. From the Modules list, drag and drop the **Document Capture** module into the builder.
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.

## Add Document Capture to Flows

1. In Dashboard, find **Build & Verify** in the left menu. Select **Flow Builder** > **Flows**.
2. Click **New** or select an existing Flow.
3. On the **Select Modules** tab, find the **Document Capture** module and click **Add**.
4. You can click **Details & Configurations** to open the [Configuration Options](#configuration-options) panel and adjust settings as needed.

## Configuration Options

After making changes on any tab, click **Save configurations** to apply them.

![Image of Document Capture module configuration in Workflows. Has four configurable options.](https://files.readme.io/c138b0768eab29a236a4238249e9730a51decdd85c2a752f828eaea88d96b06c-image.png)

| Setting                                   | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| ----------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **_Title_**                               | Custom title text displayed to the user on the document capture screen. Leave blank to use the default.                                                                                                                                                                                                                                                                                                                                                                                                      |
| **_Text_**                                | Custom instructional text displayed to the user on the document capture screen. Leave blank to use the default.                                                                                                                                                                                                                                                                                                                                                                                              |
| **_Processing Type_**                     | Determines how the captured document is processed after submission. Select one of the following options: _Capture_, _Process Proof Of Address OCR_, _Process Letter Of Authorization OCR_, _Process Asylum Seeker Visa ZAF OCR_, _Process Bank Statement OCR_, _Process Voided Check OCR_, _Process V5C Logbook_, _Process Car Invoice_, _Process Circulation Card_, _Process Finance Settlement_, or _Process Mexican INE as POA_.{/* TODO: Confirm with PM — what does each Processing Type option do? */} |
| **_Allow user to skip document capture_** | When enabled, users can bypass the document capture step and continue without submitting a document.                                                                                                                                                                                                                                                                                                                                                                                                         |

<br />
