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 it 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.
The following processing results will be saved to \SampleWorkflow\Vantage\Results:
- A subfolder with the name equal to the transaction ID will be created.
- In the transaction folder, a ResultFiles subfolder for saving all export files from all documents of the transaction will be created. Each file name will have the prefix containing the identifier of the document.
- Next to the ResultFiles folder, text files for storing the classification confidence values and full-text recognition result (
ClassificationConfidencesandDocumentFullTextparameters) of each document will be created. Each file name will have the prefix containing the identifier of the document.
DocumentFullText will be filled with the default value and will not contain the results of full-text recognition, because the Default Process skill used to create a transaction in the sample process is not configured to export full-text recognition results to TXT. You can create a copy of the Default Process skill, change the export file settings in the Output activity, publish the skill, and then use it in 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.
- Document Class
- Is Classification Confident
- Values of UiPath variables — these values contain data for individual fields of the document, mapped into Map Fields activities and filled while passing Map Fields activities when the process was executed. The process contains two Map Fields activities, each for a different document type.
- Bank Statement: Bank Name, Account Owner Name, Ending Balance of the Period
- Utility Bill: Customer Name, Issuer Name, Bill Date, Current Charges, Description column from the LineItems table
Running the sample process
To run the sample process, complete the following steps:-
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. - In UiPath Studio, open the Main.xaml file.
-
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)

- Run the workflow by clicking Debug File > Run File or by pressing Ctrl + F5.
