Set the characters (UTF-32) 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: 73.0.0.0
Syntax
Parameters
- characterCodes
- Type: System Int32
The character codes that should be considerd swappable.
Exceptions
| Exception | Condition |
|---|---|
| CogOCRMaxSwapCharParamsException |
Thrown if:
|
| ObjectDisposedException | Thrown if the object is disposed. |
| ArgumentNullException | Thrown if characterCodes is null. |
See Also