Commit graph

81 commits

Author SHA1 Message Date
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
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
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
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
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
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
833292d390 docs: mark fields as unused
PiperOrigin-RevId: 723639401
2025-02-05 13:54:01 -08: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
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
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
91676b1d2a chore(ruby): Remove obsolete protoc parameters for document_ai
PiperOrigin-RevId: 636985583
2024-05-24 11:39:16 -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
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
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
c7fd8bd652 feat: add model_type in v1beta3 processor proto
PiperOrigin-RevId: 603726122
2024-02-02 10:38:57 -08:00
Google APIs
cac736f63f feat: Added SummaryOptions to ProcessOptions for the Summarizer processor
feat: Added `ListDocuments()` method for Document AI Workbench training documents

PiperOrigin-RevId: 567684912
2023-09-22 12:11:56 -07:00
Google APIs
8d03450c69 docs: update client libraries for Enterprise OCR add-ons
PiperOrigin-RevId: 564763833
2023-09-12 10:31:50 -07:00
Google APIs
b75339be89 feat: exposed Import PV external_processor_version_source to v1beta3 public
PiperOrigin-RevId: 550912849
2023-07-25 09:44:22 -07:00
Google APIs
237b3c1ff2 feat!: removed id field from Document message
feat: added http configuration and document publishing for v1beta2
feat: added ImportDocuments, GetDocument and BatchDeleteDocuments RPCs for v1beta3

PiperOrigin-RevId: 548236986
2023-07-14 15:26:57 -07:00
Google APIs
120a89c6c7 feat: add StyleInfo to document.proto
feat: add REPLACE enum to OperationType in document.proto
feat: add PropertyMetadata and EntityTypeMetadata to document_schema.proto
feat: add IMPORTING enum to State in processor.proto
chore: updated comments

PiperOrigin-RevId: 540932243
2023-06-16 10:52:10 -07:00
Google APIs
4221b78ecd chore(php): remove non-ads php_grpc_library targets
PiperOrigin-RevId: 536549230
2023-05-30 17:06:44 -07:00
Google APIs
d0da39a25e chore(bazel): remove all no-op go_test targets
PiperOrigin-RevId: 535010591
2023-05-24 15:55:02 -07:00
Google APIs
e7e64adb50 chore: add .NET-specific generation settings to service config
PiperOrigin-RevId: 528727589
2023-05-02 03:01:44 -07:00
Google APIs
57b675c153 chore: update go_gapic_assembly_pkg with snippets archive
PiperOrigin-RevId: 524917171
2023-04-17 12:24:09 -07:00
Google APIs
ae3e613009 feat: Add ImportProcessorVersion in v1beta3
PiperOrigin-RevId: 517997886
2023-03-20 09:55:54 -07:00
Google APIs
236be30123 feat: added hints.language_hints field in OcrConfig
feat: added enable_image_quality_scores field in OcrConfig
feat: added enable_symbol field in OcrConfig

PiperOrigin-RevId: 515136707
2023-03-08 14:07:33 -08:00
Google APIs
be1bdffd89 feat: Support REST transport
PiperOrigin-RevId: 514827824
2023-03-07 13:44:05 -08:00
Google APIs
30d54a7481 build: add Bazel dependency on google/protobuf/empty.proto
PiperOrigin-RevId: 508444163
2023-02-09 12:24:21 -08:00
Google APIs
7a702a989d feat: enable "rest" transport in Python for services supporting numeric enums
PiperOrigin-RevId: 508143576
2023-02-08 11:56:06 -08:00
Google APIs
a2cdee8aeb feat: Added EvaluationReference to evaluation.proto
feat: Added latest_evaluation to processor.proto
chore!: Updated TrainProcessorVersion parent to correctly be a Processor, rather than ProcessorVersion

BREAKING CHANGE: The TrainProcessorVersion parent was incorrectly annotated.

PiperOrigin-RevId: 507577968
2023-02-06 14:06:01 -08:00
Google APIs
d02e58244d chore: update import paths for Go targets to match open source location
chore: update go_package in protos to match open source location
chore: add explicit release levels to Go gapic targets

PiperOrigin-RevId: 506711567
2023-02-02 13:42:30 -08:00
Google APIs
91bee517fb feat: added advanced_ocr_options field in OcrConfig
PiperOrigin-RevId: 504600937
2023-01-25 10:36:02 -08:00
Google APIs
95327f5a43 feat(csharp): Enable REST transport in C#
This change does not affect other languages.

PiperOrigin-RevId: 502805862
2023-01-18 01:37:08 -08:00
Google APIs
04e6db97c2 feat: exposed GetProcessorType to v1beta3
PiperOrigin-RevId: 502616281
2023-01-17 10:04:54 -08:00
Google APIs
3dce9ff167 feat: added sharding_config field in DocumentOutputConfig.GcsOutputConfig in document_io.proto
feat: added process_options field in ProcessRequest in document_processor_service.proto
feat: added sample_document_uris field in ProcessorType in processor_type.proto

PiperOrigin-RevId: 495363748
2022-12-14 11:09:35 -08:00
Google APIs
46a1452f5f feat: added sharding_config field in DocumentOutputConfig.GcsOutputConfig in document_io.proto
PiperOrigin-RevId: 495050408
2022-12-13 09:52:57 -08:00
Google APIs
44fdfc1627 chore(bazel): update rules_gapic to v0.19.2
chore(bazel): update gapic-generator-go to v0.33.5

chore(bazel): refactor Go longrunning submodule dependency

PiperOrigin-RevId: 493899901
2022-12-08 08:17:59 -08:00
Google APIs
758f0d1217 chore: Enable requesting numeric enums in "transport=rest" responses for services supporting this (Java, Go, Python, PHP, TypeScript, C#, and Ruby), even if they do not yet turn on REST transport
chore: disallow "transport=rest" for services where numeric enums are not confirmed to be supported (except in PHP and Java)
PiperOrigin-RevId: 493113566
2022-12-05 14:28:58 -08:00
Google APIs
d1e4539c52 feat: added field_mask field in DocumentOutputConfig.GcsOutputConfig in document_io.proto
PiperOrigin-RevId: 488680436
2022-11-15 09:33:56 -08:00
Google APIs
6b780a3cb3 feat: added TrainProcessorVersion, EvaluateProcessorVersion, GetEvaluation, and ListEvaluations v1beta3 APIs
feat: added evaluation.proto
feat: added document_schema field in ProcessorVersion processor.proto
feat: added image_quality_scores field in Document.Page in document.proto
feat: added font_family field in Document.Style in document.proto

PiperOrigin-RevId: 488417413
2022-11-14 11:10:39 -08:00
Google APIs
013b7e1deb chore: Set transport parameter expclicitly for php, nodejs and remaining java gapic rules
PiperOrigin-RevId: 485725710
2022-11-02 16:32:36 -07:00
Google APIs
807125e795 chore: Set rest_numeric_enums = False for all gapic rules explicitly
PiperOrigin-RevId: 485623855
2022-11-02 10:02:17 -07:00
Google APIs
8f81accbe6 chore: Explicitly set transport to grpc for python targets
PiperOrigin-RevId: 474394710
2022-09-14 14:40:43 -07:00
Google APIs
d0237ea8f8 feat: Added field_mask to ProcessRequest object in document_processor_service.proto
feat: Added parent_ids to Revision object in document.proto
feat: Added integer_values, float_values and non_present to Entity object in document.proto
feat: Added corrected_key_text, correct_value_text to FormField object in document.proto
feat: Added OperationMetadata resource
feat: Added Barcode support
feat!: Added Processor Management and Processor Version support to v1 library

BREAKING CHANGE: Changed the name field for ProcessRequest and BatchProcessorRequest to accept * so the name field can accept Processor and ProcessorVersion.

PiperOrigin-RevId: 468022354
2022-08-16 14:14:28 -07:00