|
|
|
|
|
- Properties specific to ocrOption variables
ocrOption (Variable type) In french: ocrOption
The ocrOption type is used to define all the general options of the native OCR (Optical Character Recognition) system. You can define and change the characteristics of these options using different WLanguage properties. Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
MesOCROptions is ocrOption
MesOCROptions.OnlyDigit = True
OCRConfigure(MesOCROptions)
Properties Properties specific to ocrOption variables The following properties can be used to handle the advanced options of the native OCR system: | | | Property name | Type used | Effect |
---|
Accuracy | Integer constant | | ListWord | Array of strings | | OnlyDigit | Boolean | - True if the OCR system must return Arabic numerals only,
- False otherwise.
| WithSpellingChecker | Boolean | - True (default) to enable the spelling checker,
- False to disable it.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|