Predefined projects

You can edit transformation projects supplied with Kofax RPA and your custom projects in the KTT Project Builder installed by Kofax RPA. Once you open the Project Builder you can access its documentation.

Barcode project
The purpose of this project is to extract all barcodes from the document.

To change the Barcode project settings, perform the following steps.

  1. Locate the Kapow_Barcodes.fpr project file.

  2. Open it in Project Builder.

  3. Select the class Default in the Project tree on the left side.

  4. Click the eye symbol to open the details.

  5. Under Locators, double-click the BL barcode locator. By default, the locator is configured to auto-detect the barcode type.

  6. Clear the Auto detect option under Type and select a specific type.

  7. By default, the locator is configured to automatically detect the orientation. Clear the Auto detect option under Orientation and select a specific orientation.

  8. By default, the locator is configured to look for barcodes on all pages of a document. To limit the barcode detection to a specific set of pages, select the Regions tab and modify the Enable locator for settings accordingly.

  9. When you finish editing the project, close all dialog boxes and click Save Project on the Project tab.

Invoice projects (Invoice Sales TAX and Invoice VAT)

These projects are designed to extract invoices from the USA and it also supports sales tax. The projects require setup of ERP master data to extract the vendor properly. The master data for vendors and internal companies needs to be provided as a csv file. The projects contain a vendors.csv file and an internal_venders.csv file that can be adapted to the company-specific vendors.

To provide and configure master data, perform the following steps.

Prerequisites
  • The vendors file is a semicolon-separated document called Vendors.csv. The file must have the following columns:

    • VendorID (required)

    • CompanyCode (optional)

    • Name (required)

    • Street (required)

    • City (required)

    • ZIP (required)

    • PostBox (optional)

    • Country (required, 2-character country code)

    • FIDNumber (optional)

    • Phone (optional)

    • Fax (optional)

    • URL (optional)

    • Email (optional)

  • The internal vendors file must be called Vendors_Internal.csv. It is a semicolon-separated file with the same columns as Vendors.csv. Internal vendors are those that are internal within the customer's enterprise. This file is used to exclude those from the vendor results, as they are easy to confuse with the bill-to address on any normal external invoice.

  1. Locate the Kapow_Invoices_SalesTax.fpr project file or the Kapow_Invoices_VAT.fpr project file and open it in the Project Builder.

  2. Open Project Settings.

  3. Select the Databases tab.

    Note that the 2 Fuzzy Database items are flagged as red, because the path is incorrect.

  4. Double-click Vendors.

  5. Select the path to the Vendors.csv on the network share.

  6. Click OK to close the dialog box. The file is imported.

  7. Double-Click Vendors_Internal.

  8. Select the path to the Vendors_Internal.csv on the network share.

  9. Click OK to close the dialog box. The file is imported.

  10. When you finish editing the files, close all dialog boxes and click Save Project on the Project tab.

Online Learning
By default, the Online Learning feature, which helps increase the rate of field recognition on similar documents, can only be enabled for the Invoices projects. When specifying the path to the folder where your training documents are stored, ensure that the folder already exists. If it does not exist, you receive a notification prompting you to create it. To proceed, click Yes.
Language project
The purpose of this project is to identify the language a document is written in.

This project is not configurable.

OCR project

The purpose of this project is to return full text OCR results for the document. Note that this project does not include the validation process by default.

To change the OCR recognition language from the default (English), perform the following steps.

  1. Locate the Kapow_OCR.fpr project file.
  2. Open it in Project Builder.
  3. Click Project Settings.
  4. In the Project Settings dialog box, select the Recognition tab.
  5. Select the FineReader page profile.
  6. Check the desired language.
  7. Close all dialog boxes and click Save Project on the Project tab.

US Address Extraction Project
The purpose of this project is to extract all US addresses from a document.

This project is not configurable.

Sentiment project

The purpose of this project is to deduce the mood of the text, such as positive or negative, and to identify entities, such as company names, person names, and so forth. In the transformed document, the mood is displayed in the Sentiment field in a number from -1 to 1 where -1 is completely negative and 1 is completely positive. For example, 0.257545 represents a slightly positive text.

By default, the project processes English language texts. Language bundles for the Sentiment project are distributed separately in three .msi installers:

  • Kofax NLP Western Default Language Bundle: English, French, German, Portuguese, Spanish

  • Kofax NLP Western Extended Language Bundle: Dutch, Italian, Romanian

  • Kofax NLP Additional Language Bundle: Japanese, Korean, Mandarin

Language bundles are not installed by default. To use any available language, install the appropriate language bundle. For example, to use the English language, install the Kofax NLP Western Default Language Bundle.

The bundles are installed as Windows programs and have no options. To remove a language bundle, open the Programs and Features or Apps and features from the Control Panel, select the bundle and click Uninstall.

To change the recognition language from default (English), perform the following steps.

  1. Open the Sentiment project in the Project Builder.

  2. Click Project Settings.

  3. In the Project Settings dialog box, click the Properties button.

  4. Clear the default English language option.

  5. Select the language.

  6. Close all dialog boxes.

  7. In the Project Tree, select the Default Project Class definition.

  8. Scroll down and select the desired language from the language list.

  9. Click Save Project on the Project tab.

Customized project
When you select this option, specify the path to the project to process your documents in the Project Name property, such as c:\rpa\ocr. The project link must be a locally accessible folder on the Document Transformation host and not on a computer running Design Studio.