Click or drag to resize

LabelAction Enumeration

Action associated with label detection.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
public enum LabelAction
Members
  Member nameValueDescription
Default0 No action is required. The label is used to identify other entities.
SkipText1 Skip the matching text within the bounding rectangle during detection. The text is retained in the output.
SkipLine2 Skip the text line within the bounding rectangle where query matches. The text line is retained in the output.
SkipRectangle3 Skip all the text within the bounding rectangle where query matches. The text is retained in the output.
SkipPage4 Skip the entire page during detection, but include in the output.
See Also