How can I access the confidence score for an extracted field in Kofax Transformation Modules (KTM) scripting?
13016
QAID # 13016 Published
Question / Problem:
How can I access the confidence score for an extracted field in Kofax Transformation Modules (KTM) scripting?
Answer / Solution:
To access the confidence score for an extracted KTM field in scripting, use the following code:
pXDoc.Fields.ItemByName("Total").Confidence
where "Total" is the name of the KTM field.
Applies to:
Product | Version | Category |
---|---|---|
AXPRO | 3.0 | Configuration |
AXPRO | 3.0 | Project Builder |
AXPRO | 3.1 | Configuration |
AXPRO | 3.1 | Project Builder |
AXPRO | 3.5 | Configuration |
AXPRO | 3.5 | Project Builder |
AXPRO | 4.0 | Configuration |
AXPRO | 4.0 | Project Builder |