GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2TableBoundHint (google_api_document_ai v0.31.0) View Source
A hint for a table bounding box on the page for table parsing.
Attributes
-
boundingBox
(type:GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2BoundingPoly.t
, default:nil
) - Bounding box hint for a table on this page. The coordinates must be normalized to [0,1] and the bounding box must be an axis-aligned rectangle. -
pageNumber
(type:integer()
, default:nil
) - Optional. Page number for multi-paged inputs this hint applies to. If not provided, this hint will apply to all pages by default. This value is 1-based.
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.GoogleCloudDocumentaiV1beta2TableBoundHint{ boundingBox: GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2BoundingPoly.t() | nil, pageNumber: integer() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.