aws-sdk-textract 1.34.0 → 1.37.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3637d2e8975c11358d3c1694c50a28eb1f840ef0e0b579092b80753cabd2e3ed
4
- data.tar.gz: 82fe7e548dd5c8b7119b632d6ffce7ebd7a08a4c1113128fc9cc60662412d45d
3
+ metadata.gz: 48db4d0a9b6dc5915e54d379a97b478d9d1d568b2547ed9a65bd396fbf978af2
4
+ data.tar.gz: 6d06ee20c1bae3bf7f5a132a883212831aac3cf2736f4acfe07deb5c7c3e9417
5
5
  SHA512:
6
- metadata.gz: a1c318ae57a86eb7f5cd96126060e272310b168e56ab82e845905bd881ed167eaa2823091b7ce6cf273b626819ea51cc5d9f80241577ef58f2701d94885ff1d7
7
- data.tar.gz: b4d14b58768bc1ec5ce727e249b8c3f9d544418d32a0ad99814fecf00741c91ab1500dece8ab457aa32ca6b0767ef2818a7debd37436bf2a1cf265e795fd1fef
6
+ metadata.gz: 04440e936ca75b5c63715fdac2128d93941bc9e03fdb7e1a07d61181f777be4fb421dbade30ca2de082f111e0a6089f2bec4878a35cc7bee417727e18ccb6c02
7
+ data.tar.gz: c11c35152279838dd83ad0d5210da0194b6fcd0441c4b1963fac074d4ea2fdc85b9fc1322bc2a4ba03f5870540368da4555e32d8a8bdccd49471308aacda24f3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.0 (2022-02-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.36.0 (2022-02-23)
10
+ ------------------
11
+
12
+ * Feature - Added support for merged cells and column header for table response.
13
+
14
+ 1.35.0 (2022-02-03)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.34.0 (2021-12-21)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.37.0
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
34
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
33
35
 
@@ -74,7 +76,9 @@ module Aws::Textract
74
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
77
  add_plugin(Aws::Plugins::TransferEncoding)
76
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
77
80
  add_plugin(Aws::Plugins::DefaultsMode)
81
+ add_plugin(Aws::Plugins::RecursionDetection)
78
82
  add_plugin(Aws::Plugins::SignatureV4)
79
83
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
80
84
 
@@ -448,7 +452,7 @@ module Aws::Textract
448
452
  #
449
453
  # resp.document_metadata.pages #=> Integer
450
454
  # resp.blocks #=> Array
451
- # resp.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT"
455
+ # resp.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE"
452
456
  # resp.blocks[0].confidence #=> Float
453
457
  # resp.blocks[0].text #=> String
454
458
  # resp.blocks[0].text_type #=> String, one of "HANDWRITING", "PRINTED"
@@ -465,11 +469,11 @@ module Aws::Textract
465
469
  # resp.blocks[0].geometry.polygon[0].y #=> Float
466
470
  # resp.blocks[0].id #=> String
467
471
  # resp.blocks[0].relationships #=> Array
468
- # resp.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES"
472
+ # resp.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE"
469
473
  # resp.blocks[0].relationships[0].ids #=> Array
470
474
  # resp.blocks[0].relationships[0].ids[0] #=> String
471
475
  # resp.blocks[0].entity_types #=> Array
472
- # resp.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE"
476
+ # resp.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER"
473
477
  # resp.blocks[0].selection_status #=> String, one of "SELECTED", "NOT_SELECTED"
474
478
  # resp.blocks[0].page #=> Integer
475
479
  # resp.human_loop_activation_output.human_loop_arn #=> String
@@ -710,7 +714,7 @@ module Aws::Textract
710
714
  #
711
715
  # resp.document_metadata.pages #=> Integer
712
716
  # resp.blocks #=> Array
713
- # resp.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT"
717
+ # resp.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE"
714
718
  # resp.blocks[0].confidence #=> Float
715
719
  # resp.blocks[0].text #=> String
716
720
  # resp.blocks[0].text_type #=> String, one of "HANDWRITING", "PRINTED"
@@ -727,11 +731,11 @@ module Aws::Textract
727
731
  # resp.blocks[0].geometry.polygon[0].y #=> Float
728
732
  # resp.blocks[0].id #=> String
729
733
  # resp.blocks[0].relationships #=> Array
730
- # resp.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES"
734
+ # resp.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE"
731
735
  # resp.blocks[0].relationships[0].ids #=> Array
732
736
  # resp.blocks[0].relationships[0].ids[0] #=> String
733
737
  # resp.blocks[0].entity_types #=> Array
734
- # resp.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE"
738
+ # resp.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER"
735
739
  # resp.blocks[0].selection_status #=> String, one of "SELECTED", "NOT_SELECTED"
736
740
  # resp.blocks[0].page #=> Integer
737
741
  # resp.detect_document_text_model_version #=> String
@@ -837,7 +841,7 @@ module Aws::Textract
837
841
  # resp.job_status #=> String, one of "IN_PROGRESS", "SUCCEEDED", "FAILED", "PARTIAL_SUCCESS"
838
842
  # resp.next_token #=> String
839
843
  # resp.blocks #=> Array
840
- # resp.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT"
844
+ # resp.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE"
841
845
  # resp.blocks[0].confidence #=> Float
842
846
  # resp.blocks[0].text #=> String
843
847
  # resp.blocks[0].text_type #=> String, one of "HANDWRITING", "PRINTED"
@@ -854,11 +858,11 @@ module Aws::Textract
854
858
  # resp.blocks[0].geometry.polygon[0].y #=> Float
855
859
  # resp.blocks[0].id #=> String
856
860
  # resp.blocks[0].relationships #=> Array
857
- # resp.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES"
861
+ # resp.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE"
858
862
  # resp.blocks[0].relationships[0].ids #=> Array
859
863
  # resp.blocks[0].relationships[0].ids[0] #=> String
860
864
  # resp.blocks[0].entity_types #=> Array
861
- # resp.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE"
865
+ # resp.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER"
862
866
  # resp.blocks[0].selection_status #=> String, one of "SELECTED", "NOT_SELECTED"
863
867
  # resp.blocks[0].page #=> Integer
864
868
  # resp.warnings #=> Array
@@ -955,7 +959,7 @@ module Aws::Textract
955
959
  # resp.job_status #=> String, one of "IN_PROGRESS", "SUCCEEDED", "FAILED", "PARTIAL_SUCCESS"
956
960
  # resp.next_token #=> String
957
961
  # resp.blocks #=> Array
958
- # resp.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT"
962
+ # resp.blocks[0].block_type #=> String, one of "KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE"
959
963
  # resp.blocks[0].confidence #=> Float
960
964
  # resp.blocks[0].text #=> String
961
965
  # resp.blocks[0].text_type #=> String, one of "HANDWRITING", "PRINTED"
@@ -972,11 +976,11 @@ module Aws::Textract
972
976
  # resp.blocks[0].geometry.polygon[0].y #=> Float
973
977
  # resp.blocks[0].id #=> String
974
978
  # resp.blocks[0].relationships #=> Array
975
- # resp.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES"
979
+ # resp.blocks[0].relationships[0].type #=> String, one of "VALUE", "CHILD", "COMPLEX_FEATURES", "MERGED_CELL", "TITLE"
976
980
  # resp.blocks[0].relationships[0].ids #=> Array
977
981
  # resp.blocks[0].relationships[0].ids[0] #=> String
978
982
  # resp.blocks[0].entity_types #=> Array
979
- # resp.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE"
983
+ # resp.blocks[0].entity_types[0] #=> String, one of "KEY", "VALUE", "COLUMN_HEADER"
980
984
  # resp.blocks[0].selection_status #=> String, one of "SELECTED", "NOT_SELECTED"
981
985
  # resp.blocks[0].page #=> Integer
982
986
  # resp.warnings #=> Array
@@ -1456,7 +1460,7 @@ module Aws::Textract
1456
1460
  params: params,
1457
1461
  config: config)
1458
1462
  context[:gem_name] = 'aws-sdk-textract'
1459
- context[:gem_version] = '1.34.0'
1463
+ context[:gem_version] = '1.37.0'
1460
1464
  Seahorse::Client::Request.new(handlers, context)
1461
1465
  end
1462
1466
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-textract/customizations'
48
48
  # @!group service
49
49
  module Aws::Textract
50
50
 
51
- GEM_VERSION = '1.34.0'
51
+ GEM_VERSION = '1.37.0'
52
52
 
53
53
  end
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.34.0
4
+ version: 1.37.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: 2021-12-21 00:00:00.000000000 Z
11
+ date: 2022-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.125.0
22
+ version: 3.127.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.125.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement