Version history

Version 3.15.0, released 2024-04-19

New features

  • A new message FoundationModelTuningOptions is added (commit 409c062)
  • A new field foundation_model_tuning_options is added to message .google.cloud.documentai.v1.TrainProcessorVersionRequest (commit 409c062)

Documentation improvements

Version 3.14.0, released 2024-03-26

New features

Version 3.13.0, released 2024-03-13

No API surface changes; just dependency updates.

Version 3.12.0, released 2024-02-20

New features

  • A new field schema_override is added to message ProcessOptions (commit 15870cf)
  • A new field labels is added to messages ProcessRequest and BatchProcessRequest (commit 15870cf)
  • A new field display_name is added to message DocumentSchema (commit 15870cf)

Documentation improvements

Version 3.11.0, released 2024-02-09

New features

  • Expose model_type in v1 processor, so that user can see the model_type after get or list processor version (commit 307fadd)

Documentation improvements

Version 3.10.0, released 2023-09-26

Bug fixes

  • OcrConfig.compute_style_info is deprecated. Use PremiumFeatures.compute_style_info instead. (commit 8f008d6)

New features

Version 3.9.0, released 2023-09-25

Bug fixes

New features

Version 3.8.0, released 2023-08-04

New features

  • Added http configuration and document publishing for v1beta2 (commit 0090f90)
  • Added ImportDocuments, GetDocument and BatchDeleteDocuments RPCs for v1beta3 (commit 0090f90)

Version 3.7.0, released 2023-06-20

New features

Version 3.6.0, released 2023-02-22

New features

  • Added Training and Evaluation functions, request, responses and metadata to document_processor_service.proto (commit 7fb7b5f)
  • Added evaluation.proto (commit 7fb7b5f)
  • Added latest_evaluation to processor.proto (commit 7fb7b5f)

Version 3.5.0, released 2023-01-20

New features

Version 3.4.0, released 2023-01-18

New features

Version 3.3.0, released 2023-01-16

New features

  • Added sharding_config field in DocumentOutputConfig.GcsOutputConfig in document_io.proto (commit 2fb53d4)
  • Added process_options field in ProcessRequest in document_processor_service.proto (commit 2fb53d4)
  • Added sample_document_uris field in ProcessorType in processor_type.proto (commit 2fb53d4)

Version 3.2.0, released 2022-12-14

New features

  • Added sharding_config field in DocumentOutputConfig.GcsOutputConfig in document_io.proto (commit 1f81bac)

Version 3.1.0, released 2022-11-10

New features

  • Added font_family to document.proto (commit 3885e56)
  • Added ImageQualityScores message to document.proto (commit 3885e56)
  • Added PropertyMetadata and EntityTypeMetadata to document_schema.proto (commit 3885e56)

Version 3.0.0, released 2022-08-16

New features

  • Regenerate DocumentAI manually (commit d5df4a6)
  • Added field_mask to ProcessRequest object in document_processor_service.proto (commit d5df4a6)
  • Added parent_ids to Revision object in document.proto (commit d5df4a6)
  • Added integer_values, float_values and non_present to Entity object in document.proto (commit d5df4a6)
  • Added corrected_key_text, correct_value_text to FormField object in document.proto (commit d5df4a6)
  • Added OperationMetadata resource (commit d5df4a6)
  • Added Processor Management and Processor Version support to v1 library (commit d5df4a6)

Documentation improvements

Breaking changes

  • Changed the name field for ProcessRequest and BatchProcessorRequest to accept * so the name field can accept Processor and ProcessorVersion. (commit d5df4a6)

Version 2.0.0, released 2022-06-08

This is the first version of this package to depend on GAX v4.

There are some breaking changes, both in GAX v4 and in the generated code. The changes that aren't specific to any given API are described in the Google Cloud documentation. We don't anticipate any changes to most customer code, but please file a GitHub issue if you run into problems.

The most important change in this release is the use of the Grpc.Net.Client package for gRPC communication, instead of Grpc.Core. When using .NET Core 3.1 or .NET 5.0+ this should lead to a smaller installation footprint and greater compatibility (e.g. with Apple M1 chips). Any significant change in a core component comes with the risk of incompatibility, however - so again, please let us know if you encounter any issues.

API-specific Breaking changes

  • Mark Document.Entity.type as REQUIRED in all versions (commit ad9cf3f)
  • Remove Document.Entity.bounding_poly_for_demo_frontend from v1beta2 (commit ad9cf3f) ## Version 1.5.0, released 2022-04-26

No API surface changes; just dependency updates.

Version 1.4.0, released 2022-02-22

New features

Version 1.3.0, released 2022-02-07

New features

  • Add question_id field in ReviewDocumentOperationMetadata (commit af7ce3b)

Version 1.2.0, released 2021-08-19

  • Commit ac367e2: feat: Regenerate all APIs to support self-signed JWTs

Version 1.1.0, released 2021-06-22

  • Commit 1a7f5e6: feat: update ReviewDocumentRequest to allow set priority and enable validation.

Version 1.0.0, released 2021-06-08

  • Commit 7e77c2a: feat: Move CommonOperationMetadata into a separate proto file for potential reuse.
  • Commit a5723b7: feat: Use non-regionalized default host name for documentai.googleapis.com

Version 1.0.0-beta02, released 2021-04-29

  • Commit 64c687d: feat: add confidence field to the PageAnchor.PageRef in document.proto.

Version 1.0.0-beta01, released 2021-03-18

Initial release.