Table(
documentai_object: google.cloud.documentai_v1.types.document.Document.Page.Table,
document_text: dataclasses.InitVar[str],
)
Represents a wrapped documentai.Document.Page.Table.
Attributes | |
---|---|
Name | Description |
documentai_object
:noindex: |
google.cloud.documentai.Document.Page.Table
Required. The original google.cloud.documentai.Document.Page.Table object. |
document_text
:noindex: |
str
Required. UTF-8 encoded text in reading order from the document. |
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 | |
---|---|
Type | Description |
pd.DataFrame | The DataFrame of the table. |