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.

ObjectsColorEnum enumeration constants describe available colors of the objects which can be removed from the image.
typedef enum {
 OC_Red,
 OC_Green,
 OC_Blue,
 OC_Yellow
} ObjectsColorEnum;

Elements

NameDescription
OC\_BlueBlue tint.
OC\_GreenGreen tint.
OC\_RedRed tint.
OC\_YellowYellow tint.

Used in

IImageDocument::RemoveColorObjects