google-cloud-document_ai 1.2.1 → 1.2.2
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 +4 -4
- data/AUTHENTICATION.md +1 -1
- data/lib/google/cloud/document_ai/version.rb +1 -1
- data/lib/google/cloud/document_ai.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6885dbd465401050d0800787bd4925714db63403d8f0756a5dbf9433447305c2
|
|
4
|
+
data.tar.gz: d6c05ad87fbd393a5bcb27cfeedba4096342c666374b7898769a1242188764ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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::
|
|
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
|
|
@@ -59,7 +59,7 @@ module Google
|
|
|
59
59
|
#
|
|
60
60
|
# ## About DocumentProcessorService
|
|
61
61
|
#
|
|
62
|
-
# Service to call
|
|
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.
|
|
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-
|
|
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
|