Set the characters that are defined as "swappable" (They appear similar
and are hard to distinguish, e.g. '0' (zero) and 'O' (capital oh)).
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 87.0.0.0
Syntax
Parameters
- characters
- Type: System String
The characters that should be considerd swappable.
Exceptions
| Exception | Condition |
|---|---|
| CogOCRMaxSwapCharParamsException |
Thrown if:
|
| ObjectDisposedException | Thrown if the object is disposed. |
| ArgumentNullException | Thrown if characters is null. |
Remarks
The characters will be sorted by the character codes in ascending order.
See Also