OverwriteResolutionModeEnum
OverwriteResolutionModeEnum enumeration constants are used to specify if the resolution of the image should be overwritten during preprocessing.
typedef enum {
ORM_Auto,
ORM_Manual,
ORM_No
} OverwriteResolutionModeEnum;
Elements
| Name | Description |
|---|---|
| ORM_Auto | ABBYY FineReader Engine will automatically determine optimal image resolution and overwrite it if necessary. |
| ORM_Manual | Image resolution will be overwritten with the value specified in the IPagePreprocessingParams::ResolutionToOverwrite property. |
| ORM_No | Image resolution will not be overwritten. |
Used in
07.11.2025 12:48:30