PageTableAreaOptions class

PageTableAreaOptions class

Provides the options which are used for page table areas extraction.

Inheritance: PageTableAreaOptionsPageAreaOptions

The PageTableAreaOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the PageAreaOptions class.

Properties

Property Description
rectangle Gets the rectangular area that contains page areas.
rectangle_tolerance Gets the size of the border that is ignored when captured by the rectangular area. It’s measured by the fraction of a text item height.
table_layout Gets the table layout which defines the table on a page.

Remarks

An instance of PageTableAreaOptions class is used as parameter in Parser.get_tables and Parser.get_tables methods. See the usage examples there.

See Also