RecognizeMultiPageTemplate

TemplateProcessor.RecognizeMultiPageTemplate method

Recognizes multi-page template

public RecognitionResult[] RecognizeMultiPageTemplate(string[] imagePaths, 
    int recognitionThreshold = -100)
Parameter Type Description
imagePaths String[] The path to the images to recognize
recognitionThreshold Int32 (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