Runs the tool using the current settings.
Namespace: Cognex.VisionPro.ViDiELAssembly: Cognex.VisionPro.ViDiEL (in Cognex.VisionPro.ViDiEL.dll) Version: 93.1.0.0
Syntax
Implements
ICogTool RunEvents
| Event Type | Reason |
|---|---|
| ICogTool Running | Fires before the tool runs. |
| ICogTool Ran | Fires after the tool runs. |
Remarks
Performs Edge Learning OCR on the InputImage using an internally held Vision ViDiEL OCR Tool that has been trained and configured directly through the VisionInteropTool property.
Runtime errors will be reported in the RunStatus property.
See Also