google-cloud-document_ai 1.5.0 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -4
- data/lib/google/cloud/document_ai/version.rb +1 -1
- metadata +7 -33
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3c3d6991e4bf13eeab6e414d0e782e82cfbff3692ac45b88aa59f350797ab179
|
4
|
+
data.tar.gz: 0c5ab0605f02626d1dc4642ac7d82094db1aabb5b24dfc06af156a4f4c44477a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 01fcbf3a674f96b32ce8007d07239d78bca77ebce869b5d803588f337bd8a9fcebcc0f9b4ccb07a792593f67c86ebf0f89b3460a01f14a918c7da706a8fe4a68
|
7
|
+
data.tar.gz: 3cac0023c0d345f109da5def85100b36b9e9469ff5a56fc1f649419bdbe3c0afdc4197d6da9d4d565de7f3268837ee2129dc89887680fad9c7a3a00849fea4e8
|
data/README.md
CHANGED
@@ -16,8 +16,7 @@ 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://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).
|
19
|
+
[google-cloud-document_ai-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-document_ai-v1/latest).
|
21
20
|
|
22
21
|
See also the [Product Documentation](https://cloud.google.com/document-ai/docs)
|
23
22
|
for more usage information.
|
@@ -63,8 +62,7 @@ results in logs appearing alongside your application logs in the
|
|
63
62
|
Debug logging also requires that the versioned clients for this service be
|
64
63
|
sufficiently recent, released after about Dec 10, 2024. If logging is not
|
65
64
|
working, try updating the versioned clients in your bundle or installed gems:
|
66
|
-
[google-cloud-document_ai-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-document_ai-v1/latest)
|
67
|
-
[google-cloud-document_ai-v1beta3](https://cloud.google.com/ruby/docs/reference/google-cloud-document_ai-v1beta3/latest).
|
65
|
+
[google-cloud-document_ai-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-document_ai-v1/latest).
|
68
66
|
|
69
67
|
## Supported Ruby Versions
|
70
68
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-document_ai
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-02-13 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-cloud-core
|
@@ -27,42 +27,16 @@ dependencies:
|
|
27
27
|
name: google-cloud-document_ai-v1
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
29
29
|
requirements:
|
30
|
-
- - "
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: '0.17'
|
33
|
-
- - "<"
|
34
|
-
- !ruby/object:Gem::Version
|
35
|
-
version: 2.a
|
36
|
-
type: :runtime
|
37
|
-
prerelease: false
|
38
|
-
version_requirements: !ruby/object:Gem::Requirement
|
39
|
-
requirements:
|
40
|
-
- - ">="
|
41
|
-
- !ruby/object:Gem::Version
|
42
|
-
version: '0.17'
|
43
|
-
- - "<"
|
44
|
-
- !ruby/object:Gem::Version
|
45
|
-
version: 2.a
|
46
|
-
- !ruby/object:Gem::Dependency
|
47
|
-
name: google-cloud-document_ai-v1beta3
|
48
|
-
requirement: !ruby/object:Gem::Requirement
|
49
|
-
requirements:
|
50
|
-
- - ">="
|
51
|
-
- !ruby/object:Gem::Version
|
52
|
-
version: '0.30'
|
53
|
-
- - "<"
|
30
|
+
- - "~>"
|
54
31
|
- !ruby/object:Gem::Version
|
55
|
-
version:
|
32
|
+
version: '1.4'
|
56
33
|
type: :runtime
|
57
34
|
prerelease: false
|
58
35
|
version_requirements: !ruby/object:Gem::Requirement
|
59
36
|
requirements:
|
60
|
-
- - "
|
61
|
-
- !ruby/object:Gem::Version
|
62
|
-
version: '0.30'
|
63
|
-
- - "<"
|
37
|
+
- - "~>"
|
64
38
|
- !ruby/object:Gem::Version
|
65
|
-
version:
|
39
|
+
version: '1.4'
|
66
40
|
description: Document AI uses machine learning on a single cloud-based platform to
|
67
41
|
automatically classify, extract, and enrich data within your documents to unlock
|
68
42
|
insights.
|
@@ -96,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
96
70
|
- !ruby/object:Gem::Version
|
97
71
|
version: '0'
|
98
72
|
requirements: []
|
99
|
-
rubygems_version: 3.6.
|
73
|
+
rubygems_version: 3.6.3
|
100
74
|
specification_version: 4
|
101
75
|
summary: API Client library for the Document AI API
|
102
76
|
test_files: []
|