Skip to main content
After you configure the case type and the connection, create a case to see how documents are processed in ABBYY Vantage.

Create and run a case

1

Open the User Portal

In Pega Dev Studio, choose either your Pega application (Invoices as shown in the screenshot) or Abbyy Vantage Sample. Click Launch Portal > User Portal.
Launch Portal menu with the User Portal option in Pega Dev Studio
2

Create a case

Create a case of the case type you configured (for example, Invoice processing).
Creating a new Invoice processing case in the Pega User Portal
3

Upload a document and select a skill

In the window that opens, upload the document image. You can use the sample images in the connector distribution archive, such as Invoice US_1.tif. In the Skills drop-down list, select Default Process Skill, and then click Create.
New Invoice processing window with the Skill Name set to Default Process Skill and Invoice US_1.tif uploaded
If you cannot get a list of skills, review Configure a connection to ABBYY Vantage to check that your connection settings are correct.

Get the transaction status

1

Open the case

Your new case appears with a transaction identifier and a transaction status.
New Pega case showing the transaction identifier and status
2

Refresh on the Get Status stage

On the Get Status stage, click Actions > Refresh. This sends a request to get the transaction status. Wait for the transaction to be processed, and then refresh the case again.
Actions menu with the Refresh option on the Get Status stage
3

Submit when the transaction is processed

Once the transaction reaches the Processed status, the Get Status page displays the status, a list of documents, and result files for each document. Click Submit to continue to the next stage.
Get Status page showing the Processed status with documents and result files

Get the processing results

On the Get Processing Results stage, a form displays all the data extracted from your document. The form is created dynamically. To see other extracted fields, process the BankStatement.tif sample image in a new case.
Get Processing Results form showing data extracted from the document
The Data Transform rules parse the JSON file downloaded from ABBYY Vantage. The file with the FileType Json is used to get the fields.
The Get Processing Results stage displays the data extracted for the first document in a transaction only, and classification results are not shown on this stage. To work with all documents in a transaction and get classification data, set up an additional configuration.
If needed, refresh the case again by clicking Actions > Refresh on the Get Processing Results stage. The files downloaded from ABBYY Vantage are then added to the case attachments.
Pega case attachments with the files downloaded from ABBYY Vantage
If your ABBYY Vantage skill contains a Review activity, you can get a review link on the Get Status stage.

Result files by skill type

The result files downloaded from ABBYY Vantage vary depending on the skill applied to the document.

Next steps

For the REST rules that call the ABBYY Vantage public API, see Connect REST rules.