Skip to main content
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

NameDescription
ORM\_AutoABBYY FineReader Engine will automatically determine optimal image resolution and overwrite it if necessary.
ORM\_ManualImage resolution will be overwritten with the value specified in the IPagePreprocessingParams::ResolutionToOverwrite property.
ORM\_NoImage resolution will not be overwritten.

Used in

IPagePreprocessingParams::OverwriteResolutionMode