MinIdentificationScore

Description

During the identification process, Interpret creates the list of candidates (invoice definitions that match the invoice to a certain extent). Every candidate gets a number of probability points, indicating how well the candidate matches the invoice: 0 is a 0% match and 1000000 is a 100% match.

Use MinIdentificationScore to control the minimum number of points that are required for a definition to be added to the candidate list. The default threshold is 700000 (a 70% match).

Valid values

  • Any positive integer from 0 to 1000000 (default value: 700000)