OCROperator Execute Method (IImage)Cognex VisionPro 9.22 SR1

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.22.2.0
Syntax

public OCRResult Execute(
	IImage image
)

Return Value

Type: OCRResult

A Result containing all the details of the recognition.

See Also