Image |
Options for OCR processing of images
These options control how images in the PDF document are processed during OCR.public class ImageOptions : NativeObject
The ImageOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| ImageOptions |
| Name | Description | |
|---|---|---|
| DeskewScan | Whether to deskew scanned pages This option has an effect only if the required information is provided by the OCR engine, which depends on the type and settings of the engine. Default value: | |
| Mode | The mode for processing images Default value: None | |
| RemoveOnlyInvisibleOcrText | Whether to remove only invisible OCR text (text rendering mode 3) When used with ReplaceText or RemoveText, only the invisible text layer typically added by OCR engines is removed, while other text is preserved. Default value: | |
| RotateScan | Whether to rotate scanned pages based on detected orientation This option has an effect only if the required information is provided by the OCR engine, which depends on the type and settings of the engine. Default value: |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from NativeObject) | |
| GetHashCode | (Inherited from NativeObject) |