aws-sdk-textract 1.70.0 → 1.71.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-textract/client.rb +1 -1
- data/lib/aws-sdk-textract/types.rb +1 -1
- data/lib/aws-sdk-textract.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: 5a214688d45c182b11cecf5e03988e19423b240d09b0f79794bd252003395359
|
4
|
+
data.tar.gz: 60fe2c6d64da6c1fd15a24c097be95ccdc4d7e7138340d19ac14ba12cd83c017
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8222a5db279071947e034d1fb3d2194ac58ba22cd2cc64b99a20688ddad5ca92537525d8d7069ad0f43b25c50555c915c58e409147a6e1c2eeb072d0aa9aa2ef
|
7
|
+
data.tar.gz: ac8c2c6748dda328317bf7d59254d97ef5b2b272d93220a443077c2b59218ddc7af4f5811a8f09edfe6d9b86b115cef9d28f3a8e1a3041411beb2d22eeff38d8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.71.0
|
@@ -589,7 +589,7 @@ module Aws::Textract
|
|
589
589
|
# cell can be a row of a table or an additional, smaller table that
|
590
590
|
# contains summary information for another table.
|
591
591
|
#
|
592
|
-
# * <i>
|
592
|
+
# * <i>STRUCTURED_TABLE </i> - Identifies a table with column headers
|
593
593
|
# where the content of each row corresponds to the headers.
|
594
594
|
#
|
595
595
|
# * *SEMI\_STRUCTURED\_TABLE* - Identifies a non-structured table.
|
data/lib/aws-sdk-textract.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-textract
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.71.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|