google-cloud-document_ai-v1 1.1.1 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b1c37c3b9b030fe77ee6977becaf0627ae1c3ddd426acad2982176bbc8d40d03
|
4
|
+
data.tar.gz: ba65ffa2e9aba0f537f60f34d8e315952e75915a7502dd82aaee1cb1cf040272
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ab71418f68b346209c2f2abfc1a868e4fac13e69d3f1bc5bd083ed603ce0b17399dac232a41f545f1e09f38b8aad017821c2e95051af84995b7982120ef32f5
|
7
|
+
data.tar.gz: 1d3ed83564794c09583f0b724b0d44b19d3010afe4868c7761e2314408057afdd85b72d0bf1ca360249eab1a571e8ce38ba4dbe4a51477f5f51afcd4cd4eb0f6
|
@@ -76,17 +76,17 @@ module Google
|
|
76
76
|
|
77
77
|
default_config.rpcs.process_document.timeout = 300.0
|
78
78
|
default_config.rpcs.process_document.retry_policy = {
|
79
|
-
initial_delay: 0
|
79
|
+
initial_delay: 1.0, max_delay: 90.0, multiplier: 9.0, retry_codes: [4, 14, 8]
|
80
80
|
}
|
81
81
|
|
82
82
|
default_config.rpcs.batch_process_documents.timeout = 120.0
|
83
83
|
default_config.rpcs.batch_process_documents.retry_policy = {
|
84
|
-
initial_delay: 0
|
84
|
+
initial_delay: 1.0, max_delay: 60.0, multiplier: 1.5, retry_codes: [4, 14]
|
85
85
|
}
|
86
86
|
|
87
87
|
default_config.rpcs.review_document.timeout = 120.0
|
88
88
|
default_config.rpcs.review_document.retry_policy = {
|
89
|
-
initial_delay: 0
|
89
|
+
initial_delay: 1.0, max_delay: 60.0, multiplier: 1.5, retry_codes: [4, 14]
|
90
90
|
}
|
91
91
|
|
92
92
|
default_config
|
@@ -78,17 +78,17 @@ module Google
|
|
78
78
|
|
79
79
|
default_config.rpcs.process_document.timeout = 300.0
|
80
80
|
default_config.rpcs.process_document.retry_policy = {
|
81
|
-
initial_delay: 0
|
81
|
+
initial_delay: 1.0, max_delay: 90.0, multiplier: 9.0, retry_codes: [4, 14, 8]
|
82
82
|
}
|
83
83
|
|
84
84
|
default_config.rpcs.batch_process_documents.timeout = 120.0
|
85
85
|
default_config.rpcs.batch_process_documents.retry_policy = {
|
86
|
-
initial_delay: 0
|
86
|
+
initial_delay: 1.0, max_delay: 60.0, multiplier: 1.5, retry_codes: [4, 14]
|
87
87
|
}
|
88
88
|
|
89
89
|
default_config.rpcs.review_document.timeout = 120.0
|
90
90
|
default_config.rpcs.review_document.retry_policy = {
|
91
|
-
initial_delay: 0
|
91
|
+
initial_delay: 1.0, max_delay: 60.0, multiplier: 1.5, retry_codes: [4, 14]
|
92
92
|
}
|
93
93
|
|
94
94
|
default_config
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.2.0
|
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-10-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
150
150
|
- !ruby/object:Gem::Version
|
151
151
|
version: '0'
|
152
152
|
requirements: []
|
153
|
-
rubygems_version: 3.5.
|
153
|
+
rubygems_version: 3.5.21
|
154
154
|
signing_key:
|
155
155
|
specification_version: 4
|
156
156
|
summary: Service to parse structured information from unstructured or semi-structured
|