google-cloud-document_ai-v1 1.5.1 → 1.6.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 650b0d999ea2b2e1e5eef2ed32b3dd5ff8dd7635f4caaf39380c6bc07653e8ba
|
4
|
+
data.tar.gz: e0f2dcd7b30bc90c2a3c32cb2369d40aa949657dc4fe4500a5c399a3ac37ee3b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d0a437329712a5250c32708d03fa56dd8e8c11d4f133767b87feba7991abccd66f55d3af9e4477712c6723ce49afd59bcbc46f0acb07a9799c81ddb936ea269
|
7
|
+
data.tar.gz: 9600523510d30fecc0513f5af7b78476707a1bdc66cf8e73883c26d78e1f93d7366080bc46c325f6cdbb4cfdf1ff3e7ba0cf5ecda93c9dbe012e2ccb4046c591
|
@@ -252,15 +252,15 @@ module Google
|
|
252
252
|
# @param inline_document [::Google::Cloud::DocumentAI::V1::Document, ::Hash]
|
253
253
|
# An inline document proto.
|
254
254
|
#
|
255
|
-
# Note: The following
|
255
|
+
# Note: The following parameters are mutually exclusive: `inline_document`, `raw_document`, `gcs_document`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
256
256
|
# @param raw_document [::Google::Cloud::DocumentAI::V1::RawDocument, ::Hash]
|
257
257
|
# A raw document content (bytes).
|
258
258
|
#
|
259
|
-
# Note: The following
|
259
|
+
# Note: The following parameters are mutually exclusive: `raw_document`, `inline_document`, `gcs_document`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
260
260
|
# @param gcs_document [::Google::Cloud::DocumentAI::V1::GcsDocument, ::Hash]
|
261
261
|
# A raw document on Google Cloud Storage.
|
262
262
|
#
|
263
|
-
# Note: The following
|
263
|
+
# Note: The following parameters are mutually exclusive: `gcs_document`, `inline_document`, `raw_document`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
264
264
|
# @param name [::String]
|
265
265
|
# Required. The resource name of the
|
266
266
|
# {::Google::Cloud::DocumentAI::V1::Processor Processor} or
|
@@ -954,11 +954,11 @@ module Google
|
|
954
954
|
# @param custom_document_extraction_options [::Google::Cloud::DocumentAI::V1::TrainProcessorVersionRequest::CustomDocumentExtractionOptions, ::Hash]
|
955
955
|
# Options to control Custom Document Extraction (CDE) Processor.
|
956
956
|
#
|
957
|
-
# Note: The following
|
957
|
+
# Note: The following parameters are mutually exclusive: `custom_document_extraction_options`, `foundation_model_tuning_options`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
958
958
|
# @param foundation_model_tuning_options [::Google::Cloud::DocumentAI::V1::TrainProcessorVersionRequest::FoundationModelTuningOptions, ::Hash]
|
959
959
|
# Options to control foundation model tuning of a processor.
|
960
960
|
#
|
961
|
-
# Note: The following
|
961
|
+
# Note: The following parameters are mutually exclusive: `foundation_model_tuning_options`, `custom_document_extraction_options`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
962
962
|
# @param parent [::String]
|
963
963
|
# Required. The parent (project, location and processor) to create the new
|
964
964
|
# version for. Format:
|
@@ -246,15 +246,15 @@ module Google
|
|
246
246
|
# @param inline_document [::Google::Cloud::DocumentAI::V1::Document, ::Hash]
|
247
247
|
# An inline document proto.
|
248
248
|
#
|
249
|
-
# Note: The following
|
249
|
+
# Note: The following parameters are mutually exclusive: `inline_document`, `raw_document`, `gcs_document`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
250
250
|
# @param raw_document [::Google::Cloud::DocumentAI::V1::RawDocument, ::Hash]
|
251
251
|
# A raw document content (bytes).
|
252
252
|
#
|
253
|
-
# Note: The following
|
253
|
+
# Note: The following parameters are mutually exclusive: `raw_document`, `inline_document`, `gcs_document`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
254
254
|
# @param gcs_document [::Google::Cloud::DocumentAI::V1::GcsDocument, ::Hash]
|
255
255
|
# A raw document on Google Cloud Storage.
|
256
256
|
#
|
257
|
-
# Note: The following
|
257
|
+
# Note: The following parameters are mutually exclusive: `gcs_document`, `inline_document`, `raw_document`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
258
258
|
# @param name [::String]
|
259
259
|
# Required. The resource name of the
|
260
260
|
# {::Google::Cloud::DocumentAI::V1::Processor Processor} or
|
@@ -899,11 +899,11 @@ module Google
|
|
899
899
|
# @param custom_document_extraction_options [::Google::Cloud::DocumentAI::V1::TrainProcessorVersionRequest::CustomDocumentExtractionOptions, ::Hash]
|
900
900
|
# Options to control Custom Document Extraction (CDE) Processor.
|
901
901
|
#
|
902
|
-
# Note: The following
|
902
|
+
# Note: The following parameters are mutually exclusive: `custom_document_extraction_options`, `foundation_model_tuning_options`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
903
903
|
# @param foundation_model_tuning_options [::Google::Cloud::DocumentAI::V1::TrainProcessorVersionRequest::FoundationModelTuningOptions, ::Hash]
|
904
904
|
# Options to control foundation model tuning of a processor.
|
905
905
|
#
|
906
|
-
# Note: The following
|
906
|
+
# Note: The following parameters are mutually exclusive: `foundation_model_tuning_options`, `custom_document_extraction_options`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
|
907
907
|
# @param parent [::String]
|
908
908
|
# Required. The parent (project, location and processor) to create the new
|
909
909
|
# version for. Format:
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-document_ai-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -13,22 +13,16 @@ dependencies:
|
|
13
13
|
name: gapic-common
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
15
15
|
requirements:
|
16
|
-
- - "
|
17
|
-
- !ruby/object:Gem::Version
|
18
|
-
version: 0.25.0
|
19
|
-
- - "<"
|
16
|
+
- - "~>"
|
20
17
|
- !ruby/object:Gem::Version
|
21
|
-
version:
|
18
|
+
version: '1.0'
|
22
19
|
type: :runtime
|
23
20
|
prerelease: false
|
24
21
|
version_requirements: !ruby/object:Gem::Requirement
|
25
22
|
requirements:
|
26
|
-
- - "
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
version: 0.25.0
|
29
|
-
- - "<"
|
23
|
+
- - "~>"
|
30
24
|
- !ruby/object:Gem::Version
|
31
|
-
version:
|
25
|
+
version: '1.0'
|
32
26
|
- !ruby/object:Gem::Dependency
|
33
27
|
name: google-cloud-errors
|
34
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -47,22 +41,16 @@ dependencies:
|
|
47
41
|
name: google-cloud-location
|
48
42
|
requirement: !ruby/object:Gem::Requirement
|
49
43
|
requirements:
|
50
|
-
- - "
|
51
|
-
- !ruby/object:Gem::Version
|
52
|
-
version: '0.7'
|
53
|
-
- - "<"
|
44
|
+
- - "~>"
|
54
45
|
- !ruby/object:Gem::Version
|
55
|
-
version:
|
46
|
+
version: '1.0'
|
56
47
|
type: :runtime
|
57
48
|
prerelease: false
|
58
49
|
version_requirements: !ruby/object:Gem::Requirement
|
59
50
|
requirements:
|
60
|
-
- - "
|
61
|
-
- !ruby/object:Gem::Version
|
62
|
-
version: '0.7'
|
63
|
-
- - "<"
|
51
|
+
- - "~>"
|
64
52
|
- !ruby/object:Gem::Version
|
65
|
-
version:
|
53
|
+
version: '1.0'
|
66
54
|
description: Document AI uses machine learning on a single cloud-based platform to
|
67
55
|
automatically classify, extract, and enrich data within your documents to unlock
|
68
56
|
insights. Note that google-cloud-document_ai-v1 is a version-specific client library.
|
@@ -141,14 +129,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
141
129
|
requirements:
|
142
130
|
- - ">="
|
143
131
|
- !ruby/object:Gem::Version
|
144
|
-
version: '3.
|
132
|
+
version: '3.1'
|
145
133
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
146
134
|
requirements:
|
147
135
|
- - ">="
|
148
136
|
- !ruby/object:Gem::Version
|
149
137
|
version: '0'
|
150
138
|
requirements: []
|
151
|
-
rubygems_version: 3.6.
|
139
|
+
rubygems_version: 3.6.9
|
152
140
|
specification_version: 4
|
153
141
|
summary: Service to parse structured information from unstructured or semi-structured
|
154
142
|
documents using state-of-the-art Google AI such as natural language, computer vision,
|