TableAbsorber

TableAbsorber class

Represents an absorber object of table elements.
Performs search and provides access to search results via table_list collection.

The TableAbsorber type exposes the following members:

Constructors

NameDescription
TableAbsorber(text_search_options)Initializes a new instance of the TableAbsorber class
TableAbsorber()Initializes a new instance of the TableAbsorber.

Properties

NameDescription
text_search_optionsGets or sets text search options.
table_listReturns readonly IList containing tables that were found
use_flow_engine* Activate an early alfa version of alternative table recognition engine that could be used for conversion tables
without borders.
Doesn’t support editing tables and getting text styles yet. Default value is false;

Methods

NameDescription
visit(page)Extracts tables on the specified page
remove(table)Removes an AbsorbedTable from the page.
replace(page, old_table, new_table)Replaces an AbsorbedTable with Table on the page.

See Also