Skip to main content
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.
ComponentDescription
DmsConnector.dllAn assembly of models and abstractions that are common to different types of connectors.
AfcDmsConnector.dllThis library receives as input objects specific to ABBYY FlexiCapture, converts them into an internal representation, and sends the converted result to UiPath.
UiPathConnector.dllThis library contains the connector for UiPath. It sends processing results from ABBYY FlexiCapture to the UiPath Orchestrator.
Newtonsoft.Json.dllFramework for working with JSON strings.