Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
The ITableDetector type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DetectionMaxNumberOfInvalidSubsequentRowsAllowed |
Max number of non valid subsequent rows allowed inside detected table
| |
| DetectionMinNumberOfColumns |
Gets or sets the min number of columns in detected table.
| |
| DetectionMinNumberOfLineBreaksBetweenTables |
Min number of line breaks required between tables
| |
| DetectionMinNumberOfRows |
Gets or sets the min number of rows in detected table.
| |
| DetectLinesInsteadOfParagraphs |
Tries to detect single lines instead of multiple lines.
| |
| EnhanceTableBorders |
Gets or sets whether to enhance table borders. The borders enhancement can help if a table
is drawn with very thin or faint lines. Default is true.
| |
| FoundTableCells |
Contains two-dimensional array of cell rectangles of the table found by FindTable() or FindNext() methods.
| |
| FoundTableLocation |
Contains the location (rectangle) of the table found by FindTable() or FindNextTable() methods.
|
See Also