Transact

⌘K
  1. Home
  2. Transact
  3. Install and Upgrade
  4. Transact 4.1.0.0
  5. Accuracy | Keyword Based Classification

Accuracy | Keyword Based Classification

What’s New in Transact 4.1


Accuracy | Keyword Based Classification

UI options provided to automate keyword-based classification instead of scripting to configure the rules enabling classification of document types based on keywords.

Documentation

Change in unique operator (from 4.1.2.0)

 

In Keyword Classification, unique operator checks for uniqueness in all page level field values and operator returns true only for first occurrence of the page level field value.

 

This is changed to check for uniqueness only with last occurrence of page level field value, instead of uniqueness across all occurrences i.e. operator will return true, if the current page level field value is different from previous value for this page level field.

 

These changes would correct the following issue:

 

Previous Unique Operator Implementation:

For example, if using invoice number examples (1111, 1111, 1111, 2222, 2222, 3333, 3333, 1111, 1111) will result in the following breakdown:

Document One
1111
1111
1111
Document Two
2222
2222

Document Three
3333
3333
1111
1111

 

Improved Unique Operator Implementation:

For example, if using invoice number examples (1111, 1111, 1111, 2222, 2222, 3333, 3333, 1111, 1111) will result in the following breakdown:

Document One
1111
1111
1111

Document Two
2222
2222

Document Three
3333
3333

Document Four

1111
1111