Commit graph

8 commits

Author SHA1 Message Date
Google APIs
a32df25891 feat: added field Processor.processor_version_aliases
feat: added field RawDocument.display_name
fix: deprecated OcrConfig.compute_style_info

Use PremiumFeatures.compute_style_info instead of OcrConfig.compute_style_info.

PiperOrigin-RevId: 567356898
2023-09-21 10:55:58 -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
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