google_api_document_ai v0.3.0 GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPage View Source
A page in a Document.
Attributes
-
blocks
(type:list(GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageBlock.t)
, default:nil
) - 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. -
detectedLanguages
(type:list(GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage.t)
, default:nil
) - A list of detected languages together with confidence. -
dimension
(type:GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageDimension.t
, default:nil
) - Physical dimension of the page. -
formFields
(type:list(GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageFormField.t)
, default:nil
) - A list of visually detected form fields on the page. -
layout
(type:GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageLayout.t
, default:nil
) - Layout for the page. -
lines
(type:list(GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageLine.t)
, default:nil
) - A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line. -
pageNumber
(type:integer()
, default:nil
) - 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(GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageParagraph.t)
, default:nil
) - A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph. -
tables
(type:list(GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageTable.t)
, default:nil
) - A list of visually detected tables on the page. -
tokens
(type:list(GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageToken.t)
, default:nil
) - A list of visually detected tokens on the page. -
visualElements
(type:list(GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageVisualElement.t)
, default:nil
) - A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPage{ blocks: [ GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageBlock.t() ], detectedLanguages: [ GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage.t() ], dimension: GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageDimension.t(), formFields: [ GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageFormField.t() ], layout: GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageLayout.t(), lines: [ GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageLine.t() ], pageNumber: integer(), paragraphs: [ GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageParagraph.t() ], tables: [ GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageTable.t() ], tokens: [ GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageToken.t() ], visualElements: [ GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta1DocumentPageVisualElement.t() ] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.