Class Document (2.4.2)

Document(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A structured text document e.g. a PDF. .. attribute:: input_config

An input config specifying the content of the document.

:type: google.cloud.automl_v1.types.DocumentInputConfig

Attributes

NameDescription
document_text google.cloud.automl_v1.types.TextSnippet
The plain text version of this document.
layout Sequence[google.cloud.automl_v1.types.Document.Layout]
Describes the layout of the document. Sorted by [page_number][].
document_dimensions google.cloud.automl_v1.types.DocumentDimensions
The dimensions of the page in the document.
page_count int
Number of pages in the document.

Classes

Layout

Layout(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Describes the layout information of a text_segment in the document.