Zum Hauptinhalt springen

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.

Die Flags mit dem Präfix DCR_ werden verwendet, um anzugeben, ob das zur Erkennung von Text- und Hintergrundfarbe übergebene Bild invertiert ist.
module DetectColorRegionFlags
{
  const int DCR_Invert = 0x00000001;
};

Elemente

Flag-NameBeschreibung
DCR_InvertDas Rechteck ist invertiert.

Verwendet in

IImageDocument::GetTextBackgroundColor