Commit graph

119 commits

Author SHA1 Message Date
Google APIs
3cd21b1720 feat: make page_range field public
fix: `OcrConfig.compute_style_info` is deprecated. Use `PremiumFeatures.compute_style_info` instead.

PiperOrigin-RevId: 568225060
2023-09-25 08:21:57 -07:00
Google APIs
cac736f63f feat: Added SummaryOptions to ProcessOptions for the Summarizer processor
feat: Added `ListDocuments()` method for Document AI Workbench training documents

PiperOrigin-RevId: 567684912
2023-09-22 12:11:56 -07:00
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
8d03450c69 docs: update client libraries for Enterprise OCR add-ons
PiperOrigin-RevId: 564763833
2023-09-12 10:31:50 -07:00
Google APIs
b75339be89 feat: exposed Import PV external_processor_version_source to v1beta3 public
PiperOrigin-RevId: 550912849
2023-07-25 09:44:22 -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
45001d80e0 chore: Generate Ruby documentai wrapper from v1 instead of v1beta3
PiperOrigin-RevId: 542603310
2023-06-22 10:41:05 -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
120a89c6c7 feat: add StyleInfo to document.proto
feat: add REPLACE enum to OperationType in document.proto
feat: add PropertyMetadata and EntityTypeMetadata to document_schema.proto
feat: add IMPORTING enum to State in processor.proto
chore: updated comments

PiperOrigin-RevId: 540932243
2023-06-16 10:52:10 -07:00
Google APIs
4221b78ecd chore(php): remove non-ads php_grpc_library targets
PiperOrigin-RevId: 536549230
2023-05-30 17:06:44 -07:00
Google APIs
d0da39a25e chore(bazel): remove all no-op go_test targets
PiperOrigin-RevId: 535010591
2023-05-24 15:55:02 -07:00
Google APIs
be8c6cd96b feat: add new client surface for GA php clients
PiperOrigin-RevId: 534898708
2023-05-24 10:38:49 -07:00
Google APIs
e7e64adb50 chore: add .NET-specific generation settings to service config
PiperOrigin-RevId: 528727589
2023-05-02 03:01:44 -07:00
Google APIs
1f41944cf1 chore: add .NET-specific generation settings to service config
PiperOrigin-RevId: 528727202
2023-05-02 02:59:17 -07:00
Google APIs
57b675c153 chore: update go_gapic_assembly_pkg with snippets archive
PiperOrigin-RevId: 524917171
2023-04-17 12:24:09 -07:00
Google APIs
ae3e613009 feat: Add ImportProcessorVersion in v1beta3
PiperOrigin-RevId: 517997886
2023-03-20 09:55:54 -07:00
Google APIs
b5b457107d fix: Add service_yaml_parameters to java_gapic_library targets
PiperOrigin-RevId: 515423972
2023-03-09 13:24:42 -08:00
Google APIs
5544503224 feat: Support REST transport
PiperOrigin-RevId: 515156929
2023-03-08 15:20:57 -08:00
Google APIs
236be30123 feat: added hints.language_hints field in OcrConfig
feat: added enable_image_quality_scores field in OcrConfig
feat: added enable_symbol field in OcrConfig

PiperOrigin-RevId: 515136707
2023-03-08 14:07:33 -08:00
Google APIs
be1bdffd89 feat: Support REST transport
PiperOrigin-RevId: 514827824
2023-03-07 13:44:05 -08:00
Google APIs
2029bd6047 fix: ensure proper LRO & mixin HTTP overloads are used
PiperOrigin-RevId: 511530528
2023-02-22 10:21:40 -08: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
c35b98606b feat: Add appropriate mixin clients
PiperOrigin-RevId: 510193779
2023-02-16 11:11:54 -08:00
Google APIs
5edc235617 fix: Add service_yaml_parameters to py_gapic_library BUILD.bazel targets
PiperOrigin-RevId: 510187992
2023-02-16 10:51:01 -08:00
Google APIs
30d54a7481 build: add Bazel dependency on google/protobuf/empty.proto
PiperOrigin-RevId: 508444163
2023-02-09 12:24:21 -08:00
Google APIs
7a702a989d feat: enable "rest" transport in Python for services supporting numeric enums
PiperOrigin-RevId: 508143576
2023-02-08 11:56:06 -08:00
Google APIs
a2cdee8aeb feat: Added EvaluationReference to evaluation.proto
feat: Added latest_evaluation to processor.proto
chore!: Updated TrainProcessorVersion parent to correctly be a Processor, rather than ProcessorVersion

BREAKING CHANGE: The TrainProcessorVersion parent was incorrectly annotated.

PiperOrigin-RevId: 507577968
2023-02-06 14:06:01 -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
91bee517fb feat: added advanced_ocr_options field in OcrConfig
PiperOrigin-RevId: 504600937
2023-01-25 10:36:02 -08:00
Google APIs
9f04c98877 feat(csharp): Enable REST transport in C#
This change does not affect other languages.

PiperOrigin-RevId: 503159211
2023-01-19 07:28:33 -08:00
Google APIs
95327f5a43 feat(csharp): Enable REST transport in C#
This change does not affect other languages.

PiperOrigin-RevId: 502805862
2023-01-18 01:37:08 -08:00
Google APIs
bd5f9343cc feat: exposed GetProcessorType to v1
PiperOrigin-RevId: 502624243
2023-01-17 10:30:55 -08:00
Google APIs
04e6db97c2 feat: exposed GetProcessorType to v1beta3
PiperOrigin-RevId: 502616281
2023-01-17 10:04:54 -08:00
Google APIs
3dce9ff167 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: 495363748
2022-12-14 11:09:35 -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
0ff0b240ca feat: added sharding_config field in DocumentOutputConfig.GcsOutputConfig in document_io.proto
PiperOrigin-RevId: 495051185
2022-12-13 09:56:08 -08:00
Google APIs
46a1452f5f feat: added sharding_config field in DocumentOutputConfig.GcsOutputConfig in document_io.proto
PiperOrigin-RevId: 495050408
2022-12-13 09:52:57 -08:00
Google APIs
44fdfc1627 chore(bazel): update rules_gapic to v0.19.2
chore(bazel): update gapic-generator-go to v0.33.5

chore(bazel): refactor Go longrunning submodule dependency

PiperOrigin-RevId: 493899901
2022-12-08 08:17:59 -08:00
Google APIs
758f0d1217 chore: Enable requesting numeric enums in "transport=rest" responses for services supporting this (Java, Go, Python, PHP, TypeScript, C#, and Ruby), even if they do not yet turn on REST transport
chore: disallow "transport=rest" for services where numeric enums are not confirmed to be supported (except in PHP and Java)
PiperOrigin-RevId: 493113566
2022-12-05 14:28:58 -08:00
Google APIs
d1e4539c52 feat: added field_mask field in DocumentOutputConfig.GcsOutputConfig in document_io.proto
PiperOrigin-RevId: 488680436
2022-11-15 09:33:56 -08:00
Google APIs
6b780a3cb3 feat: 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

PiperOrigin-RevId: 488417413
2022-11-14 11:10:39 -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
db1fc8a59a chore(python): prepare for the release of google/cloud/contentwarehouse/v1
PiperOrigin-RevId: 486730745
2022-11-07 12:18:54 -08:00
Google APIs
013b7e1deb chore: Set transport parameter expclicitly for php, nodejs and remaining java gapic rules
PiperOrigin-RevId: 485725710
2022-11-02 16:32:36 -07:00
Google APIs
807125e795 chore: Set rest_numeric_enums = False for all gapic rules explicitly
PiperOrigin-RevId: 485623855
2022-11-02 10:02:17 -07:00
Google APIs
8f81accbe6 chore: Explicitly set transport to grpc for python targets
PiperOrigin-RevId: 474394710
2022-09-14 14:40:43 -07:00
Google APIs
cfa1b3782d chore: remove unused proto imports
PiperOrigin-RevId: 468735472
2022-08-19 10:41:57 -07:00
Google APIs
d0237ea8f8 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 Barcode support
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: 468022354
2022-08-16 14:14:28 -07:00
Google APIs
c2674a3456 docs: fix minor docstring formatting
PiperOrigin-RevId: 466493520
2022-08-09 15:55:14 -07: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