Class Page (0.1.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

Name Description
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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.