Class Table (0.12.2a0)

Table(
    documentai_object: google.cloud.documentai_v1.types.document.Document.Page.Table,
    _page: google.cloud.documentai_toolbox.wrappers.page.Page,
)

Represents a wrapped documentai.Document.Page.Table.

Attributes

NameDescription
documentai_object :noindex: google.cloud.documentai.Document.Page.Table
Required. The original object.
body_rows :noindex: List[List[str]]
Required. A list of body rows.
header_rows :noindex: List[List[str]]
Required. A list of header rows.

Methods

to_dataframe

to_dataframe() -> pandas.core.frame.DataFrame

Returns pd.DataFrame from documentai.table

Returns
TypeDescription
pd.DataFrameThe DataFrame of the table.