Skip to main content
For this scenario, the PEGA includes the following components:
  • DmsConnector.dll, a library of classes used to convert data from an abstract DMS into ABBYY FlexiCapture data.
  • AfcDmsConnector.dll, a library accessed by the ABBYY FlexiCapture export script; this library accepts ABBYY FlexiCapture objects as input, converts them, and passes them on to the PEGA.
  • PegaConnector.dll, a connector for Pega; this library provides a simplified programming interface to interact with the Pega server.
  • Newtonsoft.Json.dll, a support library; this library is used by PegaConnector.dll and provides functionality to work with JSON strings.