TemplateTableParameters class

TemplateTableParameters class

Provides parameters for the table detection algorithms.

The TemplateTableParameters type exposes the following members:

Constructors

Constructor Description
init Constructs a new instance of TemplateTableParameters
init Constructs a new instance of TemplateTableParameters

Properties

Property Description
rectangle Gets the rectangular area that contains the table.
has_merged_cells Gets the value that indicates whether the table has merged cells.
min_row_count Gets the minimum number of the table rows.
min_column_count Gets the minimum number of the table columns.
min_vertical_space Gets the minumum space between the table columns.
vertical_separators Gets the table columns separators.

Remarks

There are two algorithms to detect a table:

| | | |

In some cases when algorithms can’t detect a table or do it in non-accurate way TemplateTableLayout class is used.

See Also