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.

The DCR_ prefixed flags are used to specify if the image passed for text and background color detection is inverted.
module DetectColorRegionFlags
{
  const int DCR_Invert = 0x00000001;
};

Elements

Flag nameDescription
DCR\_InvertThe rectangle is inverted.

Used in

IImageDocument::GetTextBackgroundColor