- Open the sample project on the FC Project Setup Station and then upload it to the ABBYY FlexiCapture Application Server.
- In Blue Prism, install BPA Object - FlexiCapture 12 VBO.xml together with the BPA Process - FlexiCapture 12 Processor.xml usage example.
- Install BPA Process - FlexiCapture 12 Listener.xml.
- Open the properties dialog box for the Document Definition named European Invoice, click the Export Destinations tab, select the Export_to_BluePrism export profile, and click the Edit… button. Then click Edit script and in the code of the script, specify the actual values required to connect to the FlexiCapture12Listener web service in Blue Prism:
- connectorSettings.DmsConnectionSettings.Server = “web-service-address”;
- connectorSettings.DmsConnectionSettings.Credentials.Username = “username”;
- connectorSettings.DmsConnectionSettings.Credentials.Password = “password”;
- In the FlexiCapture 12 Processor example, specify the following:
- InputFilePath – the path to the file (including the file name) to be sent to ABBYY FlexiCapture 12
- OutputDir – the folder where the processing results are to be saved
- ServerUrl – the address of the ABBYY FlexiCapture 12 server
- Company – the name of the tenant, if the project has been uploaded to a tenant on the FlexiCapture Application Server (if you are working with ABBYY FlexiCapture Cloud, specify the name of your company here)
- Username and Password – the credentials of the user’s ABBYY FlexiCapture account
Note: Make sure that the user has the roles of Scanning Operator and Verification Operator for this project and batch type, or the role of Administrator. - ProjectName – the name of the project on the server (specify “InvoiceDemoProject”)
- BatchType – the name of the batch type (specify “Attended service”)
- In Blue Prism, start the FlexiCapture 12 Processor process.
ABBYY FlexiCapture as an attended service
Sample FlexiCapture project
The ABBYY FlexiCapture single-task integration solution for Blue Prism is shipped with a preconfigured ABBYY FlexiCapture project with test images.
This example demonstrates how documents can be processed in the scenario that requires verification (using the Attended service batch type).
To run the “Attended processing” example:
Configuring the ABBYY FlexiCapture workflow
Previous
Installing, configuring, and starting the components
Next
