aws-sdk-textract 1.35.0 → 1.36.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 24432cebe05346d884c58712785cef9255b8b1414f4a07ff4d0c68a08dac6e04
4
- data.tar.gz: e7d0fdd1c90233417e0f8b6539a6016c6626111e74b499fd33f0830b92d7bbb6
3
+ metadata.gz: 77c6a65cd217cccb2a2cef7d7c420c53020d4cc9df433e3e392baa3ff7ce4c55
4
+ data.tar.gz: bb7e8b7909b3936a3a99ec766d2ac48c5902a9690f5614d46c6bd5da24c4aeca
5
5
  SHA512:
6
- metadata.gz: 9d6693120d4733587e0e1a6a0c9526c9c7acee081ee48d0de5e8f7b893ab474d537a631ca0ceb2a06bb8e09236b5640d77072bc24ae1a19e6c0899cb1d0c8972
7
- data.tar.gz: 01e20f5ebb5a8d6d17f71613b59135a0afc5e2e38ebcc28e354d4b54ae0ac168d96424e56548685377916842f1bcdd6a4d30d6b43caddfd7a847c8fed15b7031
6
+ metadata.gz: eaa0dcb7634f366d836b56f95a2ff6ae553e86424b5036a103a42566c46595294651e71fed345a2e22ad06a9d2aeb3fb382668d09a2be170082a473927d275ca
7
+ data.tar.gz: c56044068dce67d07f9eb0de9d431fb6acdc8fea58d159d89b21dd388c4eec84361b02fc151913326abfa3ce850340970d2e001d9de717a81b228d6c24e45d48
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.0 (2022-02-23)
5
+ ------------------
6
+
7
+ * Feature - Added support for merged cells and column header for table response.
8
+
4
9
  1.35.0 (2022-02-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
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.35.0'
1461
+ context[:gem_version] = '1.36.0'
1462
1462
  Seahorse::Client::Request.new(handlers, context)
1463
1463
  end
1464
1464
 
@@ -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.35.0'
51
+ GEM_VERSION = '1.36.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.35.0
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-03 00:00:00.000000000 Z
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