Changes
1.14.0 (2023-01-04)
Features
- documentai: Add REST client (06a54a1)
1.13.0 (2022-12-01)
Features
- documentai: added field_mask field in DocumentOutputConfig.GcsOutputConfig in document_io.proto (2a0b1ae)
1.12.0 (2022-11-16)
Features
- documentai: 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 (ac0c5c2)
1.11.0 (2022-11-09)
Features
- documentai: added font_family to document.proto feat: added ImageQualityScores message to document.proto feat: added PropertyMetadata and EntityTypeMetadata to document_schema.proto (9c5d6c8)
1.10.0 (2022-11-03)
Features
- documentai: rewrite signatures in terms of new location (3c4b2b3)
1.9.0 (2022-10-25)
Features
- documentai: start generating stubs dir (de2d180)
1.8.0 (2022-09-21)
Features
- documentai: rewrite signatures in terms of new types for betas (9f303f9)
1.7.0 (2022-09-19)
Features
- documentai: start generating proto message types (563f546)
1.6.0 (2022-09-15)
Features
- documentai/apiv1beta3: add REST transport (f7b0822)
1.5.0 (2022-08-18)
⚠ BREAKING CHANGES
- documentai: Changed the name field for ProcessRequest and BatchProcessorRequest to accept * so the name field can accept Processor and ProcessorVersion.
Features
- documentai: 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 (370e23e)
Documentation
- documentai: fix minor docstring formatting (370e23e)
Miscellaneous Chores
1.4.0 (2022-02-23)
Features
- documentai: set versionClient to module version (55f0d92)
1.3.0 (2022-02-22)
Features
- documentai: add
symbols
field, and auto-format comments (f9fe0f2) - documentai: add
symbols
field, and auto-format comments (f9fe0f2)
1.2.0 (2022-02-11)
Features
- documentai: add file for tracking version (17b36ea)
- documentai: add question_id field in ReviewDocumentOperationMetadata (2fae584)
1.1.0 (2022-02-03)
Features
- documentai: add question_id field in ReviewDocumentOperationMetadata (6e56077)
1.0.1 (2022-01-13)
Bug Fixes
- documentai: add ancillary service bindings to service_yaml (3bbe8c0)
1.0.0
Stabilize GA surface.
v0.1.0
This is the first tag to carve out documentai as its own module. See Add a module to a multi-module repository.