Skip to main content

Module table

Module table 

Source
Expand description

Table structures — TableBorder, TableBorderRow, TableBorderCell.

Structs§

TableBorder
Grid-based table structure defined by row/column coordinates.
TableBorderCell
A cell in a TableBorderRow.
TableBorderRow
A row in a TableBorder.
TableBordersCollection
Collection of detected table borders, indexed by page.
TableToken
A text chunk assigned to a table cell.

Enums§

TableTokenType
Type of content in a table cell.

Constants§

MIN_CELL_CONTENT_INTERSECTION_PERCENT
Minimum intersection for assigning content to cells.
TABLE_BORDER_EPSILON
Epsilon for table border coordinate comparisons.

Type Aliases§

TableTokenRow
Row of tokens in a table cell.