Cognex Internal Use Only
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 69.0.0.0
Syntax
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: CogOCRMaxLineResultSee Also