Click or drag to resize

OmrEngineRecognizePage Method

Performs page-wide Optical Mark Recognition.

Namespace:  Atalasoft.FormsProcessing.Omr
Assembly:  Atalasoft.dotImage.FormsProcessing (in Atalasoft.dotImage.FormsProcessing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public OmrPage RecognizePage(
	AtalaImage omrImage,
	OmrTemplatePage templatePage
)

Parameters

omrImage
Type: Atalasoft.ImagingAtalaImage
An image containing the marked document
templatePage
Type: Atalasoft.FormsProcessing.OmrOmrTemplatePage
A template which specifies the marks to be found.

Return Value

Type: OmrPage
The results of mark detection.

Implements

IOmrEngineRecognizePage(AtalaImage, OmrTemplatePage)
See Also