OCROperator Execute Method (IImage, IRegion)Cognex VisionPro 9.24

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

public OCRResult Execute(
	IImage image,
	IRegion inputRegion
)

Parameters

image
Type: Cognex.Vision IImage
The Image on which to run.
inputRegion
Type: Cognex.Vision IRegion
The IRegion which describes which part of the image where the recognition will run.

Return Value

Type: OCRResult

A OCRResult containing all the details of the recognition.

See Also