Class FormExtractionParams (2.27.0)

FormExtractionParams(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Parameters to control form extraction behavior.

Attributes

NameDescription
enabled bool
Whether to enable form extraction.
key_value_pair_hints MutableSequence[google.cloud.documentai_v1beta2.types.KeyValuePairHint]
Reserved for future use.
model_version str
Model version of the form extraction system. Default is "builtin/stable". Specify "builtin/latest" for the latest model. For custom form models, specify: "custom/{model_name}". Model name format is "bucket_name/path/to/modeldir" corresponding to "gs://bucket_name/path/to/modeldir" where annotated examples are stored.