Commit graph

171 commits

Author SHA1 Message Date
Google APIs
280bed6c21 feat: Added a fields for image and table annotation output
feat: Update comments for proto fields

PiperOrigin-RevId: 893028748
2026-04-01 11:25:19 -07:00
Google APIs
bce678dfbe feat: Add a field for upgrading previous processor version when fine tuning
PiperOrigin-RevId: 882129422
2026-03-11 12:05:33 -07:00
Google APIs
d90d23fa13 feat: upgrade protobuf from v25.7 to v31.0
PiperOrigin-RevId: 881595129
2026-03-10 13:26:56 -07:00
Google APIs
aa40d20bf5 feat: Added a field for enabling image and table annotation for layout parser processor
PiperOrigin-RevId: 877500954
2026-03-02 11:37:54 -08:00
Google APIs
39bd091b05 feat: A new field revisions is added to message .google.cloud.documentai.v1beta3.Evaluation
feat: A new field `document_type` is added to message `.google.cloud.documentai.v1beta3.ImportDocumentsRequest`
feat: A new field `document_prompt` is added to message `.google.cloud.documentai.v1beta3.DocumentSchema`
feat: A new field `enable_table_split` is added to message `.google.cloud.documentai.v1beta3.OcrConfig.LayoutParsingParams`
feat: Added new messages `Documents` and `RawDocuments` for inline document input
feat: The method `ReviewDocument` in `.google.cloud.documentai.v1beta3.DocumentProcessorService` is deprecated
feat: The field `skip_human_review` in messages `.google.cloud.documentai.v1beta3.ProcessRequest` and `.google.cloud.documentai.v1beta3.BatchProcessRequest` is deprecated
fix!: Removed the `SpannerIndexingConfig` message and the `spanner_indexing_config` field from `.google.cloud.documentai.v1beta3.Dataset`
BREAKING CHANGE: The `SpannerIndexingConfig` message and the `spanner_indexing_config` field within the `Dataset` message have been removed. Client code referencing these will need to stop referencing these in case of an error
docs: Updated comments for various fields and messages

PiperOrigin-RevId: 866382481
2026-02-06 03:34:56 -08:00
Google APIs
64f78809d7 docs: Regenerated REST and RPC Document AI documentation to include missing changes from September 2024 to November 2025
docs: Fixed language issues in multiple message field descriptions

PiperOrigin-RevId: 859310712
2026-01-21 16:25:02 -08:00
Google APIs
1a87094dab feat: Added new messages EntityValidationOutput and EntitiesRevision
feat: Added new fields `entity_validation_output`, `entities_revisions`, and `entities_revision_id` to the `Document` message
docs: The field `training_method` in `TrainProcessorVersionRequest` is now marked as optional

PiperOrigin-RevId: 816853859
2025-10-08 14:10:04 -07:00
Google APIs
50a2632056 feat: A new field signature_value is added to message .google.cloud.documentai.v1beta3.Document
feat: A new enum `Method` is added
feat: A new field `method` is added to message `.google.cloud.documentai.v1beta3.Document`
feat: A new field `annotations` is added to message `.google.cloud.documentai.v1beta3.Document`
feat: A new field `annotations` is added to message `.google.cloud.documentai.v1beta3.Document`
feat: A new message `EntityValidationOutput` is added
feat: A new message `EntitiesRevision` is added
feat: A new field `entity_validation_output` is added to message `.google.cloud.documentai.v1beta3.Document`
feat: A new field `entities_revisions` is added to message `.google.cloud.documentai.v1beta3.Document`
feat: A new field `entities_revision_id` is added to message `.google.cloud.documentai.v1beta3.Document`
feat: A new enum `Method` is added
feat: A new field `method` is added to message `.google.cloud.documentai.v1beta3.DocumentSchema`
docs: A comment for field `training_method` in message `.google.cloud.documentai.v1beta3.TrainProcessorVersionRequest` is changed
docs: A comment for field `processor_version_source` in message `.google.cloud.documentai.v1beta3.ImportProcessorVersionRequest` is changed
docs: A comment for field `document_schema` in message `.google.cloud.documentai.v1beta3.ProcessorVersion` is changed
docs: A comment for field `create_time` in message `.google.cloud.documentai.v1beta3.ProcessorVersion` is changed
docs: A comment for field `latest_evaluation` in message `.google.cloud.documentai.v1beta3.ProcessorVersion` is changed
docs: A comment for field `kms_key_name` in message `.google.cloud.documentai.v1beta3.ProcessorVersion` is changed
docs: A comment for field `kms_key_version_name` in message `.google.cloud.documentai.v1beta3.ProcessorVersion` is changed
docs: A comment for field `deprecation_info` in message `.google.cloud.documentai.v1beta3.ProcessorVersion` is changed
docs: A comment for field `create_time` in message `.google.cloud.documentai.v1beta3.Processor` is changed

PiperOrigin-RevId: 816756608
2025-10-08 10:07:23 -07:00
Google APIs
b7e013ac0b chore: update preview/stable values for previously migrated libraries, and do not attempt to regenerate .OwlBot.yaml for libraries that already exist
PiperOrigin-RevId: 808815559
2025-09-18 18:10:09 -07:00
Google APIs
888ae95dd6 fix: upgrade gRPC service registration func
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025.

PiperOrigin-RevId: 807444457
2025-09-15 17:15:55 -07:00
Google APIs
425c9e6e70 chore: create new top-level build rule to remove the post-processor
PiperOrigin-RevId: 806562104
2025-09-12 23:37:29 -07:00
Google APIs
6429996ce9 feat: Added config options for derived fields and signature detection. Some annotation changes changes to mark fields explicitly output only (no changes in semantics just readability)
docs: A comment for field `document_schema` in message `.google.cloud.documentai.v1.ProcessorVersion` is changed to describe as output only.
docs: A comment for field `create_time` in message `.google.cloud.documentai.v1.ProcessorVersion`  is changed to describe as output only.
docs: A comment for field `latest_evaluation` in message `.google.cloud.documentai.v1.ProcessorVersion`  is changed to describe as output only.
docs: A comment for field `kms_key_name` in message `.google.cloud.documentai.v1.ProcessorVersion`  is changed to describe as output only.
docs: A comment for field `kms_key_version_name` in message `.google.cloud.documentai.v1.ProcessorVersion`  is changed to describe as output only.
docs: A comment for field `deprecation_info` in message `.google.cloud.documentai.v1.ProcessorVersion`  is changed to describe as output only.
docs: A comment for field `create_time` in message `.google.cloud.documentai.v1.Processor`  is changed to describe as output only.

PiperOrigin-RevId: 795630471
2025-08-15 15:14:10 -07:00
Google APIs
8dab79f366 feat: Added config options to enable table annotation and image extraction
PiperOrigin-RevId: 752369273
2025-04-28 10:53:56 -07:00
Google APIs
2e5f8ba097 feat: Added config options to enable image annotation
PiperOrigin-RevId: 751183367
2025-04-24 16:33:52 -07:00
Google APIs
37b9fc529c feat: Add image block and blob asset in Document proto
PiperOrigin-RevId: 750637959
2025-04-23 10:19:51 -07:00
Google APIs
3bc259722e feat: Added a field for enabling returning images and bounding boxes from layout parser processor
PiperOrigin-RevId: 750248234
2025-04-22 10:41:20 -07:00
Google APIs
9b90b04146 feat: Added config options to enable LLM layout parsing
PiperOrigin-RevId: 738162282
2025-03-18 15:20:35 -07:00
Google APIs
9415ba048a chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 732130682
2025-02-28 07:26:00 -08:00
Google APIs
609e530652 feat: Updated google-cloud-document_ai-v1 dependency to version 1.x
feat!: Removed dependency on google-cloud-document_ai-v1beta3 prerelease service

PiperOrigin-RevId: 725735967
2025-02-11 12:48:23 -08:00
Google APIs
833292d390 docs: mark fields as unused
PiperOrigin-RevId: 723639401
2025-02-05 13:54:01 -08:00
Google APIs
4a6b902f1e chore: Non-significant updates to GAPIC config
PiperOrigin-RevId: 719025719
2025-01-23 15:00:43 -08:00
Google APIs
76ca663d1d feat: Updated the exponential backoff settings for the Document AI ProcessDocument and BatchProcessDocuments methods
feat: Add RESOURCE_EXHAUSTED to retryable status codes for ProcessDocument method
feat: Added an url for issue reporting and api short name

PiperOrigin-RevId: 688214664
2024-10-21 11:40:40 -07:00
Google APIs
211a72fa5c feat: Updated the exponential backoff settings for the Document AI ProcessDocument and BatchProcessDocuments methods
feat: Add RESOURCE_EXHAUSTED to retryable status codes for ProcessDocument method
feat: Added an url for issue reporting and api short name

PiperOrigin-RevId: 687393779
2024-10-18 12:49:15 -07:00
Google APIs
ff4436beeb feat: Removed deprecated api versions
PiperOrigin-RevId: 681956159
2024-10-03 11:20:54 -07:00
Google APIs
76ffdb2287 chore(php): Migrate some GA APIs to NEW_SURFACE_ONLY
PiperOrigin-RevId: 672632836
2024-09-09 12:26:01 -07:00
Google APIs
003e626651 feat: Add API fields for the descriptions of entity type and property in the document schema
PiperOrigin-RevId: 671472365
2024-09-05 12:40:39 -07:00
Google APIs
f7bcaabac1 feat: A new field imageless_mode is added to message .google.cloud.documentai.v1.ProcessRequest
feat: A new field `gen_ai_model_info` is added to message `.google.cloud.documentai.v1.ProcessorVersion`

PiperOrigin-RevId: 658521163
2024-08-01 13:37:42 -07:00
Google APIs
51c59a2099 feat: A new field imageless_mode is added to message .google.cloud.documentai.v1.ProcessRequest
docs: Keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 657890649
2024-07-31 00:25:23 -07:00
Google APIs
65337c616a docs: Update the comment to add a note about documentai.processors.create permission
PiperOrigin-RevId: 643086644
2024-06-13 12:31:58 -07:00
Google APIs
a1a0ca01ae chore(ruby): Add api-id to document_ai gem
PiperOrigin-RevId: 641960527
2024-06-10 11:07:52 -07:00
Google APIs
0cea717040 feat: Make Layout Parser generally available in V1
PiperOrigin-RevId: 638924855
2024-05-30 23:56:15 -07:00
Google APIs
1e41378705 feat: Make Layout Parser generally available in V1
PiperOrigin-RevId: 638041158
2024-05-28 15:22:48 -07:00
Google APIs
91676b1d2a chore(ruby): Remove obsolete protoc parameters for document_ai
PiperOrigin-RevId: 636985583
2024-05-24 11:39:16 -07:00
Google APIs
ca6e6eb963 docs: clarify the unavailability of some features
chore: field behavior annotations in processor.proto

PiperOrigin-RevId: 633834640
2024-05-15 00:10:04 -07:00
Google APIs
a5dcade547 docs: updated comments
PiperOrigin-RevId: 631869949
2024-05-08 11:34:08 -07:00
Google APIs
3597f7db21 chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 631538781
2024-05-07 13:56:05 -07:00
Google APIs
caad330c67 feat: Support Chunk header and footer in Doc AI external proto
docs: Keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 627100297
2024-04-22 11:24:05 -07:00
Google APIs
caa099d272 feat: A new message FoundationModelTuningOptions is added
feat: A new field `foundation_model_tuning_options` is added to message `.google.cloud.documentai.v1.TrainProcessorVersionRequest`
docs: updated comments

PiperOrigin-RevId: 625415406
2024-04-16 12:23:17 -07:00
Google APIs
d5020fff4c feat: Support a new Layout Processor in Document AI
docs: keep the API doc up-to-date with recent changes

PiperOrigin-RevId: 621233157
2024-04-02 11:02:14 -07:00
Google APIs
b29f9faa80 docs: A comment for field processor_version_source in message .google.cloud.documentai.v1beta3.ImportProcessorVersionRequest is changed
PiperOrigin-RevId: 615492381
2024-03-13 11:43:28 -07:00
Google APIs
b7c2f98f6d docs: updated comments
PiperOrigin-RevId: 607453878
2024-02-15 14:21:44 -08:00
Google APIs
1da529959b feat: A new message FoundationModelTuningOptions is added
feat: A new field foundation_model_tuning_options is added to message TrainProcessorVersionRequest
feat: A new field `labels` is added to messages `ProcessRequest` and `BatchProcessRequest`
feat: A new field `display_name` is added to message `DocumentSchema`
fix: deprecate `Dataset.document_warehouse_config`
docs: updated comments

PiperOrigin-RevId: 607358355
2024-02-15 09:26:44 -08:00
Google APIs
9a9bc9b427 feat: A new field schema_override is added to message ProcessOptions
feat: A new field `labels` is added to messages `ProcessRequest` and `BatchProcessRequest`
feat: A new field `display_name` is added to message `DocumentSchema`
docs: updated comments

PiperOrigin-RevId: 607148983
2024-02-14 16:59:14 -08:00
Google APIs
7a9a855287 feat: expose model_type in v1 processor, so that user can see the model_type after get or list processor version
PiperOrigin-RevId: 603727585
2024-02-02 10:44:16 -08:00
Google APIs
c7fd8bd652 feat: add model_type in v1beta3 processor proto
PiperOrigin-RevId: 603726122
2024-02-02 10:38:57 -08:00
Google APIs
667eaac011 feat: Support for universe_domain
PiperOrigin-RevId: 597849524
2024-01-12 08:40:29 -08:00
Google APIs
4795a45759 feat: migrate samples to new surface
PiperOrigin-RevId: 595432418
2024-01-03 10:04:06 -08:00
Google APIs
e1d4dfa490 docs: Clarify Properties documentation
PiperOrigin-RevId: 590321253
2023-12-12 13:40:42 -08:00
Google APIs
c02e3ecaa9 docs: update comment for ProcessOptions.page_range
PiperOrigin-RevId: 584359974
2023-11-21 10:15:40 -08:00
Google APIs
f9bd3d00ef docs: updated comments
PiperOrigin-RevId: 578242041
2023-10-31 11:10:54 -07:00