Click or drag to resize

AlignmentRejectorTestAlignmentResult Method

Tests the AlignmentResult against the given PageFingerprint.

Namespace:  Atalasoft.FormsProcessing.Alignment
Assembly:  Atalasoft.dotImage.FormsProcessing (in Atalasoft.dotImage.FormsProcessing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AlignmentRejectorResult TestAlignmentResult(
	AlignmentResult alignmentResult
)

Parameters

alignmentResult
Type: Atalasoft.FormsProcessing.AlignmentAlignmentResult
The result of DocumentAligner

Return Value

Type: AlignmentRejectorResult
An instance of AlignmentRejectorResult which contains the results of each heurisitc used.

Implements

IAlignmentRejectorTestAlignmentResult(AlignmentResult)
Exceptions
ExceptionCondition
Thrown when ThrowOnAlignmentResultBelowThreshold is true and the a heurisitc returned a result below HeuristicThreshold.
See Also