- Passes input files to ABBYY Vantage.
- Creates a multi-file transaction with transaction- and file-level registration parameters.
- Processes the results across multiple documents in a single transaction.
The sample process comes with Windows compatibility.
C:\Users\Public\ABBYY Vantage Connector for UiPath\SampleWorkflow\Vantage.
The workflow will get input images from the predefined input location (\SampleWorkflow\Vantage\Input images) and send them to ABBYY Vantage for processing. Once the processing is complete, some of the processing results will be saved to \SampleWorkflow\Vantage\Results and others will appear in the workflow log in the Output panel.
Workflow outputs
Files saved to disk
The following processing results are saved to\SampleWorkflow\Vantage\Results:
- A subfolder with the name equal to the transaction ID is created.
- In the transaction folder, a ResultFiles subfolder is created for all export files from all documents of the transaction. Each file name has a prefix containing the identifier of the document.
- Next to the ResultFiles folder, text files are created for the classification confidence values and full-text recognition result (
ClassificationConfidencesandDocumentFullTextparameters) of each document. Each file name has a prefix containing the identifier of the document.
DocumentFullText returns the default placeholder rather than full-text recognition results, because the Default Process skill the sample uses isn’t configured to export TXT.
To get real full-text results, duplicate the Default Process skill, enable TXT export in its Output activity, publish the copy, and reference it from the Use Skill activity.
The TXT file containing the classification confidence values is just an example of how the Classification Confidences value received by the Get Results activity can be processed. You do not need to save results to TXT files.
Workflow log output
The Get Results activity displays the following processing results in the workflow log in the Output panel:- Document Class
- Is Classification Confident
- Values of UiPath variables (individual document field values, mapped in the Map Fields activities and filled when the process runs)
- Bank Statement – Bank Name, Account Owner Name, and Ending Balance of the Period
- Utility Bill – Customer Name, Issuer Name, Bill Date, Current Charges, and the Description column from the LineItems table
Run the sample process
1
Copy the sample folder
Copy the folder containing the sample process (
C:\Users\Public\ABBYY Vantage Connector for UiPath\SampleWorkflow) into any folder accessible to the user running UiPath Studio.2
Open Main.xaml
In UiPath Studio, open the
Main.xaml file.3
Configure the Vantage variables
In the Design tab, double-click the Send Files to ABBYY Vantage sequence and open the Variables panel. Specify the address of the ABBYY Vantage server and the credentials that were used to register your ABBYY Vantage account:
VantageServerUrlVantageUserNameVantagePasswordVantageTenant(if your user is in multiple tenants)

4
Run the workflow
Click Debug File > Run File or press Ctrl+F5. The workflow sends documents to ABBYY Vantage for processing.
