Commit graph

26 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
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
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
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
9415ba048a chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 732130682
2025-02-28 07:26:00 -08: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
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
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
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
b2b3723064 feat: add StyleInfo to document.proto
feat: add IMPORTING enum to State in processor.proto
chore: updated comments

PiperOrigin-RevId: 540937637
2023-06-16 11:07:06 -07:00
Google APIs
c53bf8d535 feat: Added Training and Evaluation functions, request, responses and metadata to document_processor_service.proto
feat: Added evaluation.proto
feat: Added latest_evaluation to processor.proto
chore: removed deprecated flag from REPLACE in OperationType in document.proto

PiperOrigin-RevId: 511230520
2023-02-21 09:59:51 -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
5f39f4653e 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: 495360288
2022-12-14 10:57:42 -08:00
Google APIs
398c9f9fcc feat: added font_family to document.proto
feat: added ImageQualityScores message to document.proto
feat: added PropertyMetadata and EntityTypeMetadata to document_schema.proto

PiperOrigin-RevId: 486975621
2022-11-08 09:41:24 -08:00
Google APIs
19bf693ab9 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 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: 466168406
2022-08-08 15:36:55 -07:00
Google APIs
a0d4c5c2a7 fix!: mark Document.Entity.type as REQUIRED in all versions
fix!: remove Document.Entity.bounding_poly_for_demo_frontend from v1beta2

The type field was always required by the backend, so this formally breaking change can likely be accepted without bumping the major version. Field removal is in beta version so can be accepted as well.

PiperOrigin-RevId: 444656928
2022-04-26 13:49:31 -07:00
Google APIs
ab8c7d2054 chore: remove unused imports
PiperOrigin-RevId: 436716640
2022-03-23 05:58:41 -07:00
Google APIs
8b6181f5ba feat: add symbols field, and auto-format comments
PiperOrigin-RevId: 428799963
2022-02-15 09:22:17 -08:00
Google APIs
87fc4d48c7 feat: update ReviewDocumentRequest to allow set priority and enable validation.
PiperOrigin-RevId: 380732771
2021-06-21 22:05:22 -07:00
Google APIs
7713e2e860 feat: add confidence field to the PageAnchor.PageRef in document.proto.
PiperOrigin-RevId: 370513265
2021-04-26 12:15:26 -07:00
Google APIs
d7e92745e9 feat: add EVAL_SKIPPED value to the Provenance.OperationType enum in document.proto.
PiperOrigin-RevId: 363479100
2021-03-17 12:32:12 -07:00
Google APIs
63a8c9c9f5 fix!: remove the translation fields in document.proto. These fields are never used and will be published after a revision.
PiperOrigin-RevId: 361589593
2021-03-08 09:49:15 -08:00
Google APIs
be7020ff10 feat: publish documentai/v1 protos
PiperOrigin-RevId: 360214832
2021-03-01 10:00:14 -08:00