aws-sdk-textract 1.35.0 → 1.36.0
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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-textract/client.rb +13 -13
- 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: 77c6a65cd217cccb2a2cef7d7c420c53020d4cc9df433e3e392baa3ff7ce4c55
|
|
4
|
+
data.tar.gz: bb7e8b7909b3936a3a99ec766d2ac48c5902a9690f5614d46c6bd5da24c4aeca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eaa0dcb7634f366d836b56f95a2ff6ae553e86424b5036a103a42566c46595294651e71fed345a2e22ad06a9d2aeb3fb382668d09a2be170082a473927d275ca
|
|
7
|
+
data.tar.gz: c56044068dce67d07f9eb0de9d431fb6acdc8fea58d159d89b21dd388c4eec84361b02fc151913326abfa3ce850340970d2e001d9de717a81b228d6c24e45d48
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.36.0
|
|
@@ -450,7 +450,7 @@ module Aws::Textract
|
|
|
450
450
|
#
|
|
451
451
|
# resp.document_metadata.pages #=> Integer
|
|
452
452
|
# resp.blocks #=> Array
|
|
453
|
-
# resp.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT"
|
|
453
|
+
# resp.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE"
|
|
454
454
|
# resp.blocks[0].confidence #=> Float
|
|
455
455
|
# resp.blocks[0].text #=> String
|
|
456
456
|
# resp.blocks[0].text_type #=> String, one of "HANDWRITING", "PRINTED"
|
|
@@ -467,11 +467,11 @@ module Aws::Textract
|
|
|
467
467
|
# resp.blocks[0].geometry.polygon[0].y #=> Float
|
|
468
468
|
# resp.blocks[0].id #=> String
|
|
469
469
|
# resp.blocks[0].relationships #=> Array
|
|
470
|
-
# resp.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES"
|
|
470
|
+
# resp.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE"
|
|
471
471
|
# resp.blocks[0].relationships[0].ids #=> Array
|
|
472
472
|
# resp.blocks[0].relationships[0].ids[0] #=> String
|
|
473
473
|
# resp.blocks[0].entity_types #=> Array
|
|
474
|
-
# resp.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE"
|
|
474
|
+
# resp.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER"
|
|
475
475
|
# resp.blocks[0].selection_status #=> String, one of "SELECTED", "NOT_SELECTED"
|
|
476
476
|
# resp.blocks[0].page #=> Integer
|
|
477
477
|
# resp.human_loop_activation_output.human_loop_arn #=> String
|
|
@@ -712,7 +712,7 @@ module Aws::Textract
|
|
|
712
712
|
#
|
|
713
713
|
# resp.document_metadata.pages #=> Integer
|
|
714
714
|
# resp.blocks #=> Array
|
|
715
|
-
# resp.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT"
|
|
715
|
+
# resp.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE"
|
|
716
716
|
# resp.blocks[0].confidence #=> Float
|
|
717
717
|
# resp.blocks[0].text #=> String
|
|
718
718
|
# resp.blocks[0].text_type #=> String, one of "HANDWRITING", "PRINTED"
|
|
@@ -729,11 +729,11 @@ module Aws::Textract
|
|
|
729
729
|
# resp.blocks[0].geometry.polygon[0].y #=> Float
|
|
730
730
|
# resp.blocks[0].id #=> String
|
|
731
731
|
# resp.blocks[0].relationships #=> Array
|
|
732
|
-
# resp.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES"
|
|
732
|
+
# resp.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE"
|
|
733
733
|
# resp.blocks[0].relationships[0].ids #=> Array
|
|
734
734
|
# resp.blocks[0].relationships[0].ids[0] #=> String
|
|
735
735
|
# resp.blocks[0].entity_types #=> Array
|
|
736
|
-
# resp.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE"
|
|
736
|
+
# resp.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER"
|
|
737
737
|
# resp.blocks[0].selection_status #=> String, one of "SELECTED", "NOT_SELECTED"
|
|
738
738
|
# resp.blocks[0].page #=> Integer
|
|
739
739
|
# resp.detect_document_text_model_version #=> String
|
|
@@ -839,7 +839,7 @@ module Aws::Textract
|
|
|
839
839
|
# resp.job_status #=> String, one of "IN_PROGRESS", "SUCCEEDED", "FAILED", "PARTIAL_SUCCESS"
|
|
840
840
|
# resp.next_token #=> String
|
|
841
841
|
# resp.blocks #=> Array
|
|
842
|
-
# resp.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT"
|
|
842
|
+
# resp.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE"
|
|
843
843
|
# resp.blocks[0].confidence #=> Float
|
|
844
844
|
# resp.blocks[0].text #=> String
|
|
845
845
|
# resp.blocks[0].text_type #=> String, one of "HANDWRITING", "PRINTED"
|
|
@@ -856,11 +856,11 @@ module Aws::Textract
|
|
|
856
856
|
# resp.blocks[0].geometry.polygon[0].y #=> Float
|
|
857
857
|
# resp.blocks[0].id #=> String
|
|
858
858
|
# resp.blocks[0].relationships #=> Array
|
|
859
|
-
# resp.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES"
|
|
859
|
+
# resp.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE"
|
|
860
860
|
# resp.blocks[0].relationships[0].ids #=> Array
|
|
861
861
|
# resp.blocks[0].relationships[0].ids[0] #=> String
|
|
862
862
|
# resp.blocks[0].entity_types #=> Array
|
|
863
|
-
# resp.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE"
|
|
863
|
+
# resp.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER"
|
|
864
864
|
# resp.blocks[0].selection_status #=> String, one of "SELECTED", "NOT_SELECTED"
|
|
865
865
|
# resp.blocks[0].page #=> Integer
|
|
866
866
|
# resp.warnings #=> Array
|
|
@@ -957,7 +957,7 @@ module Aws::Textract
|
|
|
957
957
|
# resp.job_status #=> String, one of "IN_PROGRESS", "SUCCEEDED", "FAILED", "PARTIAL_SUCCESS"
|
|
958
958
|
# resp.next_token #=> String
|
|
959
959
|
# resp.blocks #=> Array
|
|
960
|
-
# resp.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT"
|
|
960
|
+
# resp.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE"
|
|
961
961
|
# resp.blocks[0].confidence #=> Float
|
|
962
962
|
# resp.blocks[0].text #=> String
|
|
963
963
|
# resp.blocks[0].text_type #=> String, one of "HANDWRITING", "PRINTED"
|
|
@@ -974,11 +974,11 @@ module Aws::Textract
|
|
|
974
974
|
# resp.blocks[0].geometry.polygon[0].y #=> Float
|
|
975
975
|
# resp.blocks[0].id #=> String
|
|
976
976
|
# resp.blocks[0].relationships #=> Array
|
|
977
|
-
# resp.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES"
|
|
977
|
+
# resp.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE"
|
|
978
978
|
# resp.blocks[0].relationships[0].ids #=> Array
|
|
979
979
|
# resp.blocks[0].relationships[0].ids[0] #=> String
|
|
980
980
|
# resp.blocks[0].entity_types #=> Array
|
|
981
|
-
# resp.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE"
|
|
981
|
+
# resp.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER"
|
|
982
982
|
# resp.blocks[0].selection_status #=> String, one of "SELECTED", "NOT_SELECTED"
|
|
983
983
|
# resp.blocks[0].page #=> Integer
|
|
984
984
|
# resp.warnings #=> Array
|
|
@@ -1458,7 +1458,7 @@ module Aws::Textract
|
|
|
1458
1458
|
params: params,
|
|
1459
1459
|
config: config)
|
|
1460
1460
|
context[:gem_name] = 'aws-sdk-textract'
|
|
1461
|
-
context[:gem_version] = '1.
|
|
1461
|
+
context[:gem_version] = '1.36.0'
|
|
1462
1462
|
Seahorse::Client::Request.new(handlers, context)
|
|
1463
1463
|
end
|
|
1464
1464
|
|
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.36.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: 2022-02-
|
|
11
|
+
date: 2022-02-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|