Click or drag to resize

OmrEngineRecognizeDocument Method

Performs document-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 OmrDocument RecognizeDocument(
	ImageSource imageSource,
	OmrTemplateDocument template
)

Parameters

imageSource
Type: Atalasoft.ImagingImageSource
An ImageSource containing the marked pages of the to-be-recognized document.
template
Type: Atalasoft.FormsProcessing.OmrOmrTemplateDocument
A template which specifies the marks to be found.

Return Value

Type: OmrDocument
The results of mark detection.

Implements

IOmrEngineRecognizeDocument(ImageSource, OmrTemplateDocument)
See Also