SaveFieldsText
Saves recognized page types and field values after recognition for accuracy calculations.
Syntax
bool SaveFieldsText (strParam)
Parameters
NoneReturns
Always TrueLevel
Batch level onlyDetails
Call this action after page classification and recognition and before verification to save the original recognized data for statistics calculations. The action will populate the following page and field variables:- ClassifiedPageType
- Set for each page to the current page type
- RecognizedText
- Set for each non-empty field to the current value of the field.
- Example
SaveFieldsText()