google-cloud-document_ai 1.2.1 → 1.2.2

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: 81f6aa870e20ce85c07510352d56d63522f6fa3e2a00a2ba7585fdf31871f170
4
- data.tar.gz: 9c44d034119d0ec94f982fbd87527fa36c60659b81a20bca463a9613710e70d5
3
+ metadata.gz: 6885dbd465401050d0800787bd4925714db63403d8f0756a5dbf9433447305c2
4
+ data.tar.gz: d6c05ad87fbd393a5bcb27cfeedba4096342c666374b7898769a1242188764ee
5
5
  SHA512:
6
- metadata.gz: 7f17422bfb8d33572a5e1ce28189d17abd8943022de07a49ce4077e9d42e5b17cb2ef28d35de8c92da2dd4ec5968aa0aef76ccb4e261dfcb00114f77c489b024
7
- data.tar.gz: d8b179002a24d092d7f2857c4f246d3be28c86137be8747f0331b631368e845a825635d0287660ec651fa3707d8029411273cd0ec457a05b091deaa3d039fd9b
6
+ metadata.gz: 1b31565d999caa8683053eeaaab74e2e9b74cc76c44bdf98b4aa87acdf13c3cd591682e919b3409f5a332193ca9f8bef514788e80aab5a58b0ca2451fa1dedc1
7
+ data.tar.gz: 03c82ea24de64496cbf964859ec7e765a4102f613ca72d272465a83e737289e755f72ed37c2aad05e9ad13091f1880ee5b8033f46f3b925231836f9db38d66dc
data/AUTHENTICATION.md CHANGED
@@ -64,7 +64,7 @@ containers where writing files is difficult or not encouraged.
64
64
 
65
65
  The environment variables that google-cloud-document_ai
66
66
  checks for credentials are configured on the service Credentials class (such as
67
- `::Google::Cloud::DocumentAI::V1beta3::DocumentProcessorService::Credentials`):
67
+ `::Google::Cloud::DocumentAI::V1::DocumentProcessorService::Credentials`):
68
68
 
69
69
  * `DOCUMENT_AI_CREDENTIALS` - Path to JSON file, or JSON contents
70
70
  * `DOCUMENT_AI_KEYFILE` - Path to JSON file, or JSON contents
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module DocumentAI
23
- VERSION = "1.2.1"
23
+ VERSION = "1.2.2"
24
24
  end
25
25
  end
26
26
  end
@@ -59,7 +59,7 @@ module Google
59
59
  #
60
60
  # ## About DocumentProcessorService
61
61
  #
62
- # Service to call Cloud DocumentAI to process documents according to the
62
+ # Service to call Document AI to process documents according to the
63
63
  # processor's definition. Processors are built using state-of-the-art Google
64
64
  # AI such as natural language, computer vision, and translation to extract
65
65
  # structured information from unstructured or semi-structured documents.
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.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-16 00:00:00.000000000 Z
11
+ date: 2023-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core