View Source GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2TableExtractionParams (google_api_document_ai v0.39.0)

Parameters to control table extraction behavior.

Attributes

  • enabled (type: boolean(), default: nil) - Whether to enable table extraction.
  • headerHints (type: list(String.t), default: nil) - Optional. Reserved for future use.
  • modelVersion (type: String.t, default: nil) - Model version of the table extraction system. Default is "builtin/stable". Specify "builtin/latest" for the latest model.
  • tableBoundHints (type: list(GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2TableBoundHint.t), default: nil) - Optional. Table bounding box hints that can be provided to complex cases which our algorithm cannot locate the table(s) in.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2TableExtractionParams{
    enabled: boolean() | nil,
    headerHints: [String.t()] | nil,
    modelVersion: String.t() | nil,
    tableBoundHints:
      [
        GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2TableBoundHint.t()
      ]
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.