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.

CorrectOrientationModeEnum enumeration constants are used to specify the mode of orientation correction.
typedef enum {
 COM_Auto,
 COM_No,
 COM_Clockwise,
 COM_UpsideDown,
 COM_CounterClockwise,
} CorrectOrientationModeEnum;

Elements

NameDescription
COM\_AutoCorrect orientation automatically.
COM\_ClockwiseRotate the image clockwise.
COM\_CounterClockwiseRotate the image counterclockwise.
COM\_NoDo not correct orientation.
COM\_UpsideDownRotate the image upside down.

Used in

IPagePreprocessingParams::CorrectOrientationMode