google-cloud-document_ai 1.4.0 → 1.4.1

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: c6493b60788527b7218abc5054aa7c701b8555eb9564c3a0419d3eb5148a6561
4
- data.tar.gz: e4d25262e1cfd5255108a0a7226dd78950c1633f6d8e3600ba597d6c8d78e8c3
3
+ metadata.gz: 58a1d3da9361f0bf8798944d154bc1352cdd3ab92e2b9b51f9697646176331d3
4
+ data.tar.gz: d008f9c7d727b9816de7e71cc43019e586b23666410ed5d0767b7cd2da46abae
5
5
  SHA512:
6
- metadata.gz: ce7c860e6a431fbb7c99159d95b6466bcfec721b8e3c765e123ece2812aec9df6c69fe1afbeb82e7a1137a487868445d83c0cf9c516def8f7caed8ac3efea0ee
7
- data.tar.gz: 8d9141f3aa694a0c72c3866010d5c3e8b5b2c7abf95021ad23f3ec2136ef0cc67618e0c8789d3449101d970aec494c044a5abce5775eb4dac31a7e201d275e89
6
+ metadata.gz: e432cfc463fddb02c008254a66b3fcc7d2e5d31becd1000dc1222f18a012adb79144f9ae097a8b7d17320c0f1d45b4ce1944d10eee6b76111e9b834f3a6174ad
7
+ data.tar.gz: c072eecb21e0a50ecde2b3789ef9b3803ef03c503007d4a29dc579e1dfe2f2f1c33ca8952439a14ab068a7438df1160e49e67fda978bcdec0c079720fc72bc53
data/README.md CHANGED
@@ -19,7 +19,7 @@ client gems:
19
19
  [google-cloud-document_ai-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-document_ai-v1/latest),
20
20
  [google-cloud-document_ai-v1beta3](https://cloud.google.com/ruby/docs/reference/google-cloud-document_ai-v1beta3/latest).
21
21
 
22
- See also the [Product Documentation](https://cloud.google.com/document-ai/)
22
+ See also the [Product Documentation](https://cloud.google.com/document-ai/docs)
23
23
  for more usage information.
24
24
 
25
25
  ## Quick Start
@@ -32,7 +32,7 @@ In order to use this library, you first need to go through the following steps:
32
32
 
33
33
  1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
34
34
  1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
35
- 1. [Enable the API.](https://console.cloud.google.com/apis/library/us-documentai.googleapis.com)
35
+ 1. [Enable the API.](https://console.cloud.google.com/apis/library/documentai.googleapis.com)
36
36
  1. {file:AUTHENTICATION.md Set up authentication.}
37
37
 
38
38
  ## Supported Ruby Versions
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module DocumentAI
23
- VERSION = "1.4.0"
23
+ VERSION = "1.4.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-document_ai
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.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-02-26 00:00:00.000000000 Z
11
+ date: 2024-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core