Gets a CogOCRMaxChar representation of this position result. CogOCRMaxChars
contain information about a character which is necessary for training
the classifier. Usually CogOCRMaxChars are extracted from the result and
added to the Classifier's Font using the OCRMaxTool.Classifier.Font.Add()
method. This process is repeated until the training information in the
font enables the classifier to successfully read all the characters of
interest to the OCRMax application.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 69.0.0.0
Syntax
Return Value
Type: CogOCRMaxCharExceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown if this position result was inserted by the OCRMax fielding operation and does not have any character info for training. |
See Also