CogOCRMaxTool ExecuteOperators Method Cognex VisionPro 9.5
Cognex Internal Use Only

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 69.0.0.0
Syntax

public CogOCRMaxLineResult ExecuteOperators(
	ICogImage image,
	CogRectangleAffine region,
	CogOCRMaxSegmenter segmenter,
	CogOCRMaxFielding fielding,
	ref string msg,
	ref CogToolResultConstants result,
	ref Exception exception
)

Parameters

image
Type: Cognex.VisionPro ICogImage
The image on which to run OCRMax.
region
Type: Cognex.VisionPro CogRectangleAffine
The region on which to run OCRMax.
segmenter
Type: Cognex.VisionPro.OCRMax CogOCRMaxSegmenter
The segmenter operator used to run OCRMax.
fielding
Type: Cognex.VisionPro.OCRMax CogOCRMaxFielding
The fielding operator used to run OCRMax.
msg
Type: System String 
A return message from running OCRMax.
result
Type: Cognex.VisionPro CogToolResultConstants 
A return result from running OCRMax... was there an error that prevented the ExecuteOperators method from returning a proper CogOCRMaxLineResult. A return result from running OCRMax... was there an error that prevented the ExecuteOperators method from returning a proper CogOCRMaxLineResult.
exception
Type: System Exception 
Returns the exception that happened the method was called, or null if no exception happened.

Return Value

Type: CogOCRMaxLineResult
See Also