Googly. DocumentAI. Model. GoogleCloudDocumentaiV1DocumentPage
(googly_document_ai v0.1.0)
Copy Markdown
View Source
A page in a Document.
Attributes
-
blocks(type:list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageBlock.t())) - A list of visually detected text blocks on the page. A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation. -
detected_barcodes(type:list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageDetectedBarcode.t())) - A list of detected barcodes. -
detected_languages(type:list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage.t())) - A list of detected languages together with confidence. -
dimension(type:Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageDimension.t()) - Physical dimension of the page. -
form_fields(type:list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageFormField.t())) - A list of visually detected form fields on the page. -
image(type:Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageImage.t()) - Rendered image for this page. This image is preprocessed to remove any skew, rotation, and distortions such that the annotation bounding boxes can be upright and axis-aligned. -
image_quality_scores(type:Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageImageQualityScores.t()) - Image quality scores. -
layout(type:Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageLayout.t()) - Layout for the page. -
lines(type:list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageLine.t())) - A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line. -
page_number(type:integer()) - 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing. -
paragraphs(type:list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageParagraph.t())) - A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph. -
provenance(type:Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentProvenance.t()) - The history of this page. -
symbols(type:list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageSymbol.t())) - A list of visually detected symbols on the page. -
tables(type:list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageTable.t())) - A list of visually detected tables on the page. -
tokens(type:list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageToken.t())) - A list of visually detected tokens on the page. -
transforms(type:list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageMatrix.t())) - Transformation matrices that were applied to the original document image to produce Page.image. -
visual_elements(type:list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageVisualElement.t())) - A list of detected non-text visual elements, for example, checkbox, signature etc. on the page.
Summary
Types
@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPage{ blocks: [Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageBlock.t()] | nil, detected_barcodes: [ Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageDetectedBarcode.t() ] | nil, detected_languages: [ Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage.t() ] | nil, dimension: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageDimension.t() | nil, form_fields: [Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageFormField.t()] | nil, image: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageImage.t() | nil, image_quality_scores: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageImageQualityScores.t() | nil, layout: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageLayout.t() | nil, lines: [Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageLine.t()] | nil, page_number: integer() | nil, paragraphs: [Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageParagraph.t()] | nil, provenance: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentProvenance.t() | nil, symbols: [Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageSymbol.t()] | nil, tables: [Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageTable.t()] | nil, tokens: [Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageToken.t()] | nil, transforms: [Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageMatrix.t()] | nil, visual_elements: [ Googly.DocumentAI.Model.GoogleCloudDocumentaiV1DocumentPageVisualElement.t() ] | nil }