RecognizeMultiPageTemplate

TemplateProcessor.RecognizeMultiPageTemplate method

Recognizes multi-page template

public RecognitionResult[] RecognizeMultiPageTemplate(string[] imagePaths, 
    int recognitionThreshold = -100)
ParameterTypeDescription
imagePathsString[]The path to the images to recognize
recognitionThresholdInt32(Optional) The recognition threshold in range (0..100). Only elements filled above threshold will be counted as filled.

Return Value

The recognition result

See Also