Executes the OCR process with the trained model.
Assembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.21.1.1
Syntax
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: OCRResultA OCRResult containing all the details of the recognition.
See Also