> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuring document export settings

> Set up script-based export from ABBYY FlexiCapture to UiPath using the DmsConnector, AfcDmsConnector, and UiPathConnector libraries.

In order to export the processing results from FlexiCapture after verification (after a long time after the processing was started), or if the image source is FlexiCapture Mobile Client or Scanning Station, you need to configure the export using a script.\
The result of this export is the creation of a new transaction in a particular Orchestrator queue. All processing results are stored in the transaction as strings in the Specific Data.

The UIPATH is a set of libraries running on the FC 12 side. These libraries allow exporting data from FC to UiPath.

| **Component**           | **Description**                                                                                                                                                 |
| ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **DmsConnector.dll**    | An assembly of models and abstractions that are common to different types of connectors.                                                                        |
| **AfcDmsConnector.dll** | This library receives as input objects specific to ABBYY FlexiCapture, converts them into an internal representation, and sends the converted result to UiPath. |
| **UiPathConnector.dll** | This library contains the connector for UiPath. It sends processing results from ABBYY FlexiCapture to the UiPath Orchestrator.                                 |
| **Newtonsoft.Json.dll** | Framework for working with JSON strings.                                                                                                                        |
