Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

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