The XML file must be present on every ABBYY FlexiCapture Processing Station, and you have to synchronize it manually across all stations that export data to UiPath.
Specify export settings in an XML file
1
Create the export script
Create an export script in the Document Definition that contains the sample script
UiPath - ExportScript - Configure by XML.cs. This script reads the export settings from the XML file.2
Create the XML file
Name the file using this scheme, which lets you keep separate XML files for different Document Definitions:
3
Add the XmlFolder registry value
Work on the computer running the ABBYY FlexiCapture Processing Station.
- Go to
HKEY_LOCAL_MACHINE\SOFTWARE\ABBYY\FlexiCapture\12.0\Connectors\UiPath. - Create a new string value named
XmlFolder. - Set its value data to the path of the folder that holds the XML file.
4
Add the UiPath registry value
- Go to
HKEY_LOCAL_MACHINE\SOFTWARE\ABBYY\FlexiCapture\12.0\Connectors\. - Create a new string value named
UiPath. - Set its value data to
true.
HKEY_LOCAL_MACHINE\SOFTWARE registry branch, create them yourself.Reference files
For a sample configuration XML file with detailed comments, seedefault.config.xml in the Sample folder of the ABBYY FlexiCapture Connector for UiPath distribution package.
The code of UiPath - ExportScript - Configure by XML.cs also lists other possible naming schemes for the XML files.