Class Page (0.2.1a0)

Page(
    documentai_page: google.cloud.documentai_v1.types.document.Document.Page, text: str
)

Represents a wrapped documentai.Document.Page .

Required. A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.

:type: List[str]

Attributes

NameDescription
documentai_page google.cloud.documentai.Document.Page
Required. The original google.cloud.documentai.Document.Page object.
text google.cloud.documentai.Document.Page
(str): Required. The full text of the Document containing the Page.
paragraphs List[str]
Required. A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
tables List[Table]
Required. A list of visually detected tables on the page.