google-cloud-document_ai-v1beta3 0.32.0 → 0.33.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/document_ai/v1beta3/document_processor_service/client.rb +2 -0
- data/lib/google/cloud/document_ai/v1beta3/document_processor_service/rest/client.rb +2 -0
- data/lib/google/cloud/document_ai/v1beta3/version.rb +1 -1
- data/proto_docs/google/api/client.rb +4 -0
- data/proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb +2 -0
- metadata +4 -116
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 28a67de236001ba4fd5d3e4ec29f5b4dc226982b160d6cf9678156a1a76d5bd7
|
|
4
|
+
data.tar.gz: 1190a561a3b62905e612fe0751eb67d1cc9a6978aefd2d9f3a6229a3711085e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b3ff5cf5e2dc16cc5ae71decc120e5a18fdf3cb9cf6d2ef3c9ebd6d950b5deb40bb55d7e94588c071d5e21b573b9f83773fa65c998746e12179a6583258b56b9
|
|
7
|
+
data.tar.gz: 18934c7d99dcdfb566517d15b3d29cf2c724edc7110463fa7bdcc218967e3beba40955097331b0828137c0a16636f5b6f7d85537eb692a26df8a088a71973e48
|
data/README.md
CHANGED
|
@@ -76,7 +76,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
76
76
|
|
|
77
77
|
## Supported Ruby Versions
|
|
78
78
|
|
|
79
|
-
This library is supported on Ruby 2.
|
|
79
|
+
This library is supported on Ruby 2.7+.
|
|
80
80
|
|
|
81
81
|
Google provides official support for Ruby versions that are actively supported
|
|
82
82
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -2374,6 +2374,8 @@ module Google
|
|
|
2374
2374
|
# @param processor_version_source [::String]
|
|
2375
2375
|
# The source processor version to import from. The source processor version
|
|
2376
2376
|
# and destination processor need to be in the same environment and region.
|
|
2377
|
+
# Note that ProcessorVersions with `model_type` `MODEL_TYPE_LLM` are not
|
|
2378
|
+
# supported.
|
|
2377
2379
|
# @param external_processor_version_source [::Google::Cloud::DocumentAI::V1beta3::ImportProcessorVersionRequest::ExternalProcessorVersionSource, ::Hash]
|
|
2378
2380
|
# The source processor version to import from. It can be from a different
|
|
2379
2381
|
# environment and region than the destination processor.
|
|
@@ -2214,6 +2214,8 @@ module Google
|
|
|
2214
2214
|
# @param processor_version_source [::String]
|
|
2215
2215
|
# The source processor version to import from. The source processor version
|
|
2216
2216
|
# and destination processor need to be in the same environment and region.
|
|
2217
|
+
# Note that ProcessorVersions with `model_type` `MODEL_TYPE_LLM` are not
|
|
2218
|
+
# supported.
|
|
2217
2219
|
# @param external_processor_version_source [::Google::Cloud::DocumentAI::V1beta3::ImportProcessorVersionRequest::ExternalProcessorVersionSource, ::Hash]
|
|
2218
2220
|
# The source processor version to import from. It can be from a different
|
|
2219
2221
|
# environment and region than the destination processor.
|
|
@@ -118,6 +118,10 @@ module Google
|
|
|
118
118
|
# @return [::String]
|
|
119
119
|
# Optional link to proto reference documentation. Example:
|
|
120
120
|
# https://cloud.google.com/pubsub/lite/docs/reference/rpc
|
|
121
|
+
# @!attribute [rw] rest_reference_documentation_uri
|
|
122
|
+
# @return [::String]
|
|
123
|
+
# Optional link to REST reference documentation. Example:
|
|
124
|
+
# https://cloud.google.com/pubsub/lite/docs/reference/rest
|
|
121
125
|
class Publishing
|
|
122
126
|
include ::Google::Protobuf::MessageExts
|
|
123
127
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -1097,6 +1097,8 @@ module Google
|
|
|
1097
1097
|
# @return [::String]
|
|
1098
1098
|
# The source processor version to import from. The source processor version
|
|
1099
1099
|
# and destination processor need to be in the same environment and region.
|
|
1100
|
+
# Note that ProcessorVersions with `model_type` `MODEL_TYPE_LLM` are not
|
|
1101
|
+
# supported.
|
|
1100
1102
|
# @!attribute [rw] external_processor_version_source
|
|
1101
1103
|
# @return [::Google::Cloud::DocumentAI::V1beta3::ImportProcessorVersionRequest::ExternalProcessorVersionSource]
|
|
1102
1104
|
# The source processor version to import from. It can be from a different
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-document_ai-v1beta3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.33.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-03-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -64,118 +64,6 @@ dependencies:
|
|
|
64
64
|
- - "<"
|
|
65
65
|
- !ruby/object:Gem::Version
|
|
66
66
|
version: 2.a
|
|
67
|
-
- !ruby/object:Gem::Dependency
|
|
68
|
-
name: google-style
|
|
69
|
-
requirement: !ruby/object:Gem::Requirement
|
|
70
|
-
requirements:
|
|
71
|
-
- - "~>"
|
|
72
|
-
- !ruby/object:Gem::Version
|
|
73
|
-
version: 1.26.3
|
|
74
|
-
type: :development
|
|
75
|
-
prerelease: false
|
|
76
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
77
|
-
requirements:
|
|
78
|
-
- - "~>"
|
|
79
|
-
- !ruby/object:Gem::Version
|
|
80
|
-
version: 1.26.3
|
|
81
|
-
- !ruby/object:Gem::Dependency
|
|
82
|
-
name: minitest
|
|
83
|
-
requirement: !ruby/object:Gem::Requirement
|
|
84
|
-
requirements:
|
|
85
|
-
- - "~>"
|
|
86
|
-
- !ruby/object:Gem::Version
|
|
87
|
-
version: '5.16'
|
|
88
|
-
type: :development
|
|
89
|
-
prerelease: false
|
|
90
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
91
|
-
requirements:
|
|
92
|
-
- - "~>"
|
|
93
|
-
- !ruby/object:Gem::Version
|
|
94
|
-
version: '5.16'
|
|
95
|
-
- !ruby/object:Gem::Dependency
|
|
96
|
-
name: minitest-focus
|
|
97
|
-
requirement: !ruby/object:Gem::Requirement
|
|
98
|
-
requirements:
|
|
99
|
-
- - "~>"
|
|
100
|
-
- !ruby/object:Gem::Version
|
|
101
|
-
version: '1.1'
|
|
102
|
-
type: :development
|
|
103
|
-
prerelease: false
|
|
104
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
105
|
-
requirements:
|
|
106
|
-
- - "~>"
|
|
107
|
-
- !ruby/object:Gem::Version
|
|
108
|
-
version: '1.1'
|
|
109
|
-
- !ruby/object:Gem::Dependency
|
|
110
|
-
name: minitest-rg
|
|
111
|
-
requirement: !ruby/object:Gem::Requirement
|
|
112
|
-
requirements:
|
|
113
|
-
- - "~>"
|
|
114
|
-
- !ruby/object:Gem::Version
|
|
115
|
-
version: '5.2'
|
|
116
|
-
type: :development
|
|
117
|
-
prerelease: false
|
|
118
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
119
|
-
requirements:
|
|
120
|
-
- - "~>"
|
|
121
|
-
- !ruby/object:Gem::Version
|
|
122
|
-
version: '5.2'
|
|
123
|
-
- !ruby/object:Gem::Dependency
|
|
124
|
-
name: rake
|
|
125
|
-
requirement: !ruby/object:Gem::Requirement
|
|
126
|
-
requirements:
|
|
127
|
-
- - ">="
|
|
128
|
-
- !ruby/object:Gem::Version
|
|
129
|
-
version: '13.0'
|
|
130
|
-
type: :development
|
|
131
|
-
prerelease: false
|
|
132
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
133
|
-
requirements:
|
|
134
|
-
- - ">="
|
|
135
|
-
- !ruby/object:Gem::Version
|
|
136
|
-
version: '13.0'
|
|
137
|
-
- !ruby/object:Gem::Dependency
|
|
138
|
-
name: redcarpet
|
|
139
|
-
requirement: !ruby/object:Gem::Requirement
|
|
140
|
-
requirements:
|
|
141
|
-
- - "~>"
|
|
142
|
-
- !ruby/object:Gem::Version
|
|
143
|
-
version: '3.0'
|
|
144
|
-
type: :development
|
|
145
|
-
prerelease: false
|
|
146
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
147
|
-
requirements:
|
|
148
|
-
- - "~>"
|
|
149
|
-
- !ruby/object:Gem::Version
|
|
150
|
-
version: '3.0'
|
|
151
|
-
- !ruby/object:Gem::Dependency
|
|
152
|
-
name: simplecov
|
|
153
|
-
requirement: !ruby/object:Gem::Requirement
|
|
154
|
-
requirements:
|
|
155
|
-
- - "~>"
|
|
156
|
-
- !ruby/object:Gem::Version
|
|
157
|
-
version: '0.18'
|
|
158
|
-
type: :development
|
|
159
|
-
prerelease: false
|
|
160
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
161
|
-
requirements:
|
|
162
|
-
- - "~>"
|
|
163
|
-
- !ruby/object:Gem::Version
|
|
164
|
-
version: '0.18'
|
|
165
|
-
- !ruby/object:Gem::Dependency
|
|
166
|
-
name: yard
|
|
167
|
-
requirement: !ruby/object:Gem::Requirement
|
|
168
|
-
requirements:
|
|
169
|
-
- - "~>"
|
|
170
|
-
- !ruby/object:Gem::Version
|
|
171
|
-
version: '0.9'
|
|
172
|
-
type: :development
|
|
173
|
-
prerelease: false
|
|
174
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
175
|
-
requirements:
|
|
176
|
-
- - "~>"
|
|
177
|
-
- !ruby/object:Gem::Version
|
|
178
|
-
version: '0.9'
|
|
179
67
|
description: Document AI uses machine learning on a single cloud-based platform to
|
|
180
68
|
automatically classify, extract, and enrich data within your documents to unlock
|
|
181
69
|
insights. Note that google-cloud-document_ai-v1beta3 is a version-specific client
|
|
@@ -269,14 +157,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
269
157
|
requirements:
|
|
270
158
|
- - ">="
|
|
271
159
|
- !ruby/object:Gem::Version
|
|
272
|
-
version: '2.
|
|
160
|
+
version: '2.7'
|
|
273
161
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
274
162
|
requirements:
|
|
275
163
|
- - ">="
|
|
276
164
|
- !ruby/object:Gem::Version
|
|
277
165
|
version: '0'
|
|
278
166
|
requirements: []
|
|
279
|
-
rubygems_version: 3.5.
|
|
167
|
+
rubygems_version: 3.5.6
|
|
280
168
|
signing_key:
|
|
281
169
|
specification_version: 4
|
|
282
170
|
summary: Service to parse structured information from unstructured or semi-structured
|