GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2TableExtractionParams (google_api_document_ai v0.31.0) View Source
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.
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.GoogleCloudDocumentaiV1beta2TableExtractionParams{
enabled: boolean() | nil,
headerHints: [String.t()] | nil,
modelVersion: String.t() | nil,
tableBoundHints:
[
GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2TableBoundHint.t()
]
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.