Version history
Version 2.0.0-beta23, released 2024-10-21
New features
- Updated the exponential backoff settings for the Document AI ProcessDocument and BatchProcessDocuments methods (commit dab8392)
- Add RESOURCE_EXHAUSTED to retryable status codes for ProcessDocument method (commit dab8392)
- Added an url for issue reporting and api short name (commit dab8392)
Version 2.0.0-beta22, released 2024-09-09
New features
- Add API fields for the descriptions of entity type and property in the document schema (commit 34114a8)
Version 2.0.0-beta21, released 2024-08-05
New features
- A new field
imageless_mode
is added to message.google.cloud.documentai.v1.ProcessRequest
(commit ca07e67)
Documentation improvements
- Keep the API doc up-to-date with recent changes (commit ca07e67)
Version 2.0.0-beta20, released 2024-06-04
New features
- Add properties for nested resource name references (commit 15eec4d)
Version 2.0.0-beta19, released 2024-04-29
New features
- Support Chunk header and footer in Doc AI external proto (commit 4e73a14)
Documentation improvements
- Keep the API doc up-to-date with recent changes (commit 4e73a14)
Version 2.0.0-beta18, released 2024-04-19
New features
- Support a new Layout Processor in Document AI (commit 8912d83)
Documentation improvements
- Keep the API doc up-to-date with recent changes (commit 8912d83)
Version 2.0.0-beta17, released 2024-03-26
New features
- Change netstandard2.1 target to netstandard2.0 (commit 82bea85)
Documentation improvements
- A comment for field
processor_version_source
in message.google.cloud.documentai.v1beta3.ImportProcessorVersionRequest
is changed (commit afadd88)
Version 2.0.0-beta16, released 2024-03-13
No API surface changes; just dependency updates.
Version 2.0.0-beta15, released 2024-02-20
Bug fixes
- Deprecate
Dataset.document_warehouse_config
(commit 9161ec3)
New features
- A new message FoundationModelTuningOptions is added (commit 9161ec3)
- A new field foundation_model_tuning_options is added to message TrainProcessorVersionRequest (commit 9161ec3)
- A new field
labels
is added to messagesProcessRequest
andBatchProcessRequest
(commit 9161ec3) - A new field
display_name
is added to messageDocumentSchema
(commit 9161ec3)
Documentation improvements
- Updated comments (commit 9161ec3)
Version 2.0.0-beta14, released 2024-02-09
New features
- Add model_type in v1beta3 processor proto (commit ec4dfb3)
Version 2.0.0-beta13, released 2023-09-26
New features
- Added
SummaryOptions
toProcessOptions
for the Summarizer processor (commit 93462fd) - Added
ListDocuments()
method for Document AI Workbench training documents (commit 93462fd)
Documentation improvements
- Update client libraries for Enterprise OCR add-ons (commit 2d30aa5)
Version 2.0.0-beta12, released 2023-08-04
New features
- Exposed Import PV external_processor_version_source to v1beta3 public (commit 5962731)
- BREAKING CHANGE Removed id field from Document message (commit 359acc0)
- Added http configuration and document publishing for v1beta2 (commit 359acc0)
- Added ImportDocuments, GetDocument and BatchDeleteDocuments RPCs for v1beta3 (commit 359acc0)
Version 2.0.0-beta11, released 2023-06-20
New features
- Add StyleInfo to document.proto (commit f2334ad)
- Add REPLACE enum to OperationType in document.proto (commit f2334ad)
- Add PropertyMetadata and EntityTypeMetadata to document_schema.proto (commit f2334ad)
- Add IMPORTING enum to State in processor.proto (commit f2334ad)
Version 2.0.0-beta10, released 2023-03-27
New features
- Add ImportProcessorVersion in v1beta3 (commit e54a307)
Version 2.0.0-beta09, released 2023-03-20
New features
- Added hints.language_hints field in OcrConfig (commit ec3812e)
- Added enable_image_quality_scores field in OcrConfig (commit ec3812e)
- Added enable_symbol field in OcrConfig (commit ec3812e)
Version 2.0.0-beta08, released 2023-02-08
New features
- Added EvaluationReference to evaluation.proto (commit a51e02c)
- Added latest_evaluation to processor.proto (commit a51e02c)
- Added advanced_ocr_options field in OcrConfig (commit e4901eb)
Breaking changes
- The TrainProcessorVersion parent was incorrectly annotated. (commit a51e02c)
Version 2.0.0-beta07, released 2023-01-20
New features
- Enable REST transport (commit 46d4fe8)
Version 2.0.0-beta06, released 2023-01-18
New features
- Exposed GetProcessorType to v1beta3 (commit a1b1e1a)
Version 2.0.0-beta05, released 2023-01-16
New features
- Added sharding_config field in DocumentOutputConfig.GcsOutputConfig in document_io.proto (commit 25f4d4d)
- Added process_options field in ProcessRequest in document_processor_service.proto (commit 25f4d4d)
- Added sample_document_uris field in ProcessorType in processor_type.proto (commit 25f4d4d)
Version 2.0.0-beta04, released 2022-12-14
New features
- Added sharding_config field in DocumentOutputConfig.GcsOutputConfig in document_io.proto (commit 7b33720)
Version 2.0.0-beta03, released 2022-11-16
New features
- Added field_mask field in DocumentOutputConfig.GcsOutputConfig in document_io.proto (commit a4e2380)
- Added TrainProcessorVersion, EvaluateProcessorVersion, GetEvaluation, and ListEvaluations v1beta3 APIs (commit cbd4d22)
- Added evaluation.proto (commit cbd4d22)
- Added document_schema field in ProcessorVersion processor.proto (commit cbd4d22)
- Added image_quality_scores field in Document.Page in document.proto (commit cbd4d22)
- Added font_family field in Document.Style in document.proto (commit cbd4d22)
Version 2.0.0-beta02, released 2022-08-26
New features
- Added field_mask to ProcessRequest object in document_processor_service.proto (commit a750fad)
- Added parent_ids to Revision object in document.proto (commit a750fad)
- Added integer_values, float_values and non_present to Entity object in document.proto (commit a750fad)
- Added corrected_key_text, correct_value_text to FormField object in document.proto (commit a750fad)
- Added OperationMetadata resource (commit a750fad)
- Added Barcode support (commit a750fad)
- BREAKING CHANGE Added Processor Management and Processor Version support to v1 library (commit a750fad)
Breaking changes
- Changed the name field for ProcessRequest and BatchProcessorRequest to accept * so the name field can accept Processor and ProcessorVersion. (commit a750fad)
Version 2.0.0-beta01, 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 0dcc4ad)
- Remove Document.Entity.bounding_poly_for_demo_frontend from v1beta2 (commit 0dcc4ad) ## Version 1.0.0-beta04, released 2022-02-22
New features
- Add
symbols
field, and auto-format comments (commit 6387c47)
Version 1.0.0-beta03, released 2022-02-07
New features
- Add question_id field in ReviewDocumentOperationMetadata (commit 5ecd61e)
Version 1.0.0-beta02, released 2021-08-31
- Commit ac367e2: feat: Regenerate all APIs to support self-signed JWTs
Version 1.0.0-beta01, released 2021-06-16
Initial release.