| LabelAction Enumeration |
Action associated with label detection.
Namespace:
Opait.ReportMiner.Api
Assembly:
Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax Members
| Member name | Value | Description |
---|
| Default | 0 |
No action is required. The label is used to identify other entities.
|
| SkipText | 1 |
Skip the matching text within the bounding rectangle during detection.
The text is retained in the output.
|
| SkipLine | 2 |
Skip the text line within the bounding rectangle where query matches.
The text line is retained in the output.
|
| SkipRectangle | 3 |
Skip all the text within the bounding rectangle where query matches.
The text is retained in the output.
|
| SkipPage | 4 |
Skip the entire page during detection, but include in the output.
|
See Also