google-cloud-document_ai 1.2.0 → 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: fa2b3d09a1c677f34c7f98c3b4374f21fddd506de2879f78a35557421da4fe1d
4
- data.tar.gz: 4bd4ab8ae9a2655a818bd0dc455b0952f8d0f03e2d4bb78d66b78454b70ba631
3
+ metadata.gz: 6885dbd465401050d0800787bd4925714db63403d8f0756a5dbf9433447305c2
4
+ data.tar.gz: d6c05ad87fbd393a5bcb27cfeedba4096342c666374b7898769a1242188764ee
5
5
  SHA512:
6
- metadata.gz: d5de1a00f99b38ebf21b4790de3873e8736dd9901c5b08d7bf311851486f2ff38fb9a944765a3fc18e2908b3d5aa5309def145d0c8ccdf250b2016489146961d
7
- data.tar.gz: 5d96fdffcd6f5bce60a6d6251fa5cd58e9b455a459fa1ff0e2a01a7153fdf980871fcdca0643c0c6dec95da458cead902cbdf926255a53054b048c7ab2503bed
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
data/README.md CHANGED
@@ -16,8 +16,8 @@ for this library, google-cloud-document_ai, to see the convenience methods for
16
16
  constructing client objects. Reference documentation for the client objects
17
17
  themselves can be found in the client library documentation for the versioned
18
18
  client gems:
19
- [google-cloud-document_ai-v1](https://googleapis.dev/ruby/google-cloud-document_ai-v1/latest),
20
- [google-cloud-document_ai-v1beta3](https://googleapis.dev/ruby/google-cloud-document_ai-v1beta3/latest).
19
+ [google-cloud-document_ai-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-document_ai-v1/latest),
20
+ [google-cloud-document_ai-v1beta3](https://cloud.google.com/ruby/docs/reference/google-cloud-document_ai-v1beta3/latest).
21
21
 
22
22
  See also the [Product Documentation](https://cloud.google.com/document-ai/)
23
23
  for more usage information.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module DocumentAI
23
- VERSION = "1.2.0"
23
+ VERSION = "1.2.2"
24
24
  end
25
25
  end
26
26
  end
@@ -48,7 +48,7 @@ module Google
48
48
  # Create a new client object for DocumentProcessorService.
49
49
  #
50
50
  # By default, this returns an instance of
51
- # [Google::Cloud::DocumentAI::V1::DocumentProcessorService::Client](https://googleapis.dev/ruby/google-cloud-document_ai-v1/latest/Google/Cloud/DocumentAI/V1/DocumentProcessorService/Client.html)
51
+ # [Google::Cloud::DocumentAI::V1::DocumentProcessorService::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-document_ai-v1/latest/Google-Cloud-DocumentAI-V1-DocumentProcessorService-Client)
52
52
  # for a gRPC client for version V1 of the API.
53
53
  # However, you can specify a different API version by passing it in the
54
54
  # `version` parameter. If the DocumentProcessorService service is
@@ -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.0
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-09 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