CogOCRMaxPositionResult GetCharacter Method Cognex VisionPro 9.5
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.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 69.0.0.0
Syntax

public CogOCRMaxChar GetCharacter()

Return Value

Type: CogOCRMaxChar
Exceptions

ExceptionCondition
InvalidOperationException Thrown if this position result was inserted by the OCRMax fielding operation and does not have any character info for training.
See Also