Class TableBoundHint (0.2.0)

TableBoundHint(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A hint for a table bounding box on the page for table parsing.

Attributes

NameDescription
page_number int
Optional. Page number for multi-paged inputs this hint applies to. If not provided, this hint will apply to all pages by default. This value is 1-based.
bounding_box .geometry.BoundingPoly
Bounding box hint for a table on this page. The coordinates must be normalized to [0,1] and the bounding box must be an axis-aligned rectangle.