GdPicturePDF.PdfOcrOptions Class Members
In This Topic
The following tables list the members exposed by GdPicturePDF.PdfOcrOptions.
Public Properties
| Name | Description |
| CharWhiteList |
Specifies the so called white list of characters, in other words the restricted recognition characters.
It means that the engine shall only returns the specified characters when processing.
For example, if you want to only recognize numeric characters, set this parameter to "0123456789". If you want to only recognize uppercase letters,
set it to "ABCDEFGHIJKLMNOPQRSTUVWXYZ". Set this parameter to the empty string to recognize all characters.
|
| DetectOrientation |
Specifies whether the OCR engine shall detect image rotation before running OCR.
|
| DetectSkew |
Specifies whether the OCR engine shall detect image skew before running OCR.
|
| Dictionary |
Specifies the dictionary requested to the OCR engine, if any.
|
| EnablePreprocessing |
Specifies if image preprocessing is activated.
|
| OCRMode |
Specifies the ocr mode requested.
|
| PageNo |
Specifies the number of the page of the input document to be processed.
|
| RemoveExistingText |
Specifies of the engine must remove existing OCR text layer, if any.
|
| ResourcePath |
Specifies the resources path of the OCR engine, if any.
|
| TimeoutMillisec |
The time interval, in other words timeout, in milliseconds, that specifies the maximum time allowed for the whole OCR process.
Use 0 to specify no timeout.
|
Top
See Also