OCROperator Execute Method (IImage)Cognex VisionPro 9.21

Executes the OCR process with the trained model.

Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.21.0.0
Syntax

public OCRResult Execute(
	IImage image
)

Return Value

Type: OCRResult

A Result containing all the details of the recognition.

See Also