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 form fields on the page.
:type: List[FormField]
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. |
lines |
List[Line]
Required. A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line. |
paragraphs |
List[Paragraph]
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. |