aimlnerd commited on
Commit
f273844
1 Parent(s): 1d6faef
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. data/raw_data/README.md +28 -0
  2. data/raw_data/annotations/Letter 0-1-ccf1b225-ann.json +1 -0
  3. data/raw_data/annotations/Letter 1-1-b01b8ace-ann.json +1 -0
  4. data/raw_data/annotations/Letter 10-1-7d772661-ann.json +0 -0
  5. data/raw_data/annotations/Letter 100-1-5686f67b-ann.json +0 -0
  6. data/raw_data/annotations/Letter 101-1-7553dde6-ann.json +0 -0
  7. data/raw_data/annotations/Letter 102-1-97da6dc3-ann.json +0 -0
  8. data/raw_data/annotations/Letter 103-1-5980f391-ann.json +0 -0
  9. data/raw_data/annotations/Letter 104-1-4d05267f-ann.json +0 -0
  10. data/raw_data/annotations/Letter 105-1-24c0d37e-ann.json +1 -0
  11. data/raw_data/annotations/Letter 106-1-60edbf52-ann.json +0 -0
  12. data/raw_data/annotations/Letter 107-1-1d1dd210-ann.json +0 -0
  13. data/raw_data/annotations/Letter 108-1-80d0c68e-ann.json +1 -0
  14. data/raw_data/annotations/Letter 109-1-0c5a8734-ann.json +1 -0
  15. data/raw_data/annotations/Letter 11-1-88360600-ann.json +0 -0
  16. data/raw_data/annotations/Letter 110-1-f44c090a-ann.json +1 -0
  17. data/raw_data/annotations/Letter 111-1-73074b0e-ann.json +1 -0
  18. data/raw_data/annotations/Letter 112-1-d9d1c180-ann.json +0 -0
  19. data/raw_data/annotations/Letter 113-1-43720d16-ann.json +0 -0
  20. data/raw_data/annotations/Letter 114-1-5168b777-ann.json +0 -0
  21. data/raw_data/annotations/Letter 115-1-4d3c03d3-ann.json +0 -0
  22. data/raw_data/annotations/Letter 116-1-d367f995-ann.json +0 -0
  23. data/raw_data/annotations/Letter 117-1-4a48e116-ann.json +1 -0
  24. data/raw_data/annotations/Letter 118-1-545b4836-ann.json +0 -0
  25. data/raw_data/annotations/Letter 119-1-3e1a0ec0-ann.json +0 -0
  26. data/raw_data/annotations/Letter 12-1-d0f205e1-ann.json +0 -0
  27. data/raw_data/annotations/Letter 120-1-77a95ff9-ann.json +0 -0
  28. data/raw_data/annotations/Letter 121-1-ed3c703c-ann.json +0 -0
  29. data/raw_data/annotations/Letter 122-1-78f50a61-ann.json +0 -0
  30. data/raw_data/annotations/Letter 123-1-8d2e493c-ann.json +0 -0
  31. data/raw_data/annotations/Letter 124-1-e50d31d2-ann.json +0 -0
  32. data/raw_data/annotations/Letter 125-1-1fc60d07-ann.json +0 -0
  33. data/raw_data/annotations/Letter 126-1-974c8ab5-ann.json +0 -0
  34. data/raw_data/annotations/Letter 127-1-96bf423d-ann.json +0 -0
  35. data/raw_data/annotations/Letter 128-1-e3d70714-ann.json +0 -0
  36. data/raw_data/annotations/Letter 129-1-d70c5447-ann.json +1 -0
  37. data/raw_data/annotations/Letter 13-1-08b3be40-ann.json +0 -0
  38. data/raw_data/annotations/Letter 130-1-09424d5f-ann.json +1 -0
  39. data/raw_data/annotations/Letter 131-1-21ba257d-ann.json +0 -0
  40. data/raw_data/annotations/Letter 132-1-2379aa66-ann.json +1 -0
  41. data/raw_data/annotations/Letter 133-1-d19eb1f0-ann.json +0 -0
  42. data/raw_data/annotations/Letter 134-1-225e4748-ann.json +0 -0
  43. data/raw_data/annotations/Letter 135-1-675d11c9-ann.json +0 -0
  44. data/raw_data/annotations/Letter 136-1-0c71e312-ann.json +0 -0
  45. data/raw_data/annotations/Letter 137-1-c99e7356-ann.json +0 -0
  46. data/raw_data/annotations/Letter 138-1-64aad369-ann.json +0 -0
  47. data/raw_data/annotations/Letter 139-1-1c52d75a-ann.json +0 -0
  48. data/raw_data/annotations/Letter 14-1-c9294565-ann.json +0 -0
  49. data/raw_data/annotations/Letter 140-1-bfa14e8f-ann.json +0 -0
  50. data/raw_data/annotations/Letter 141-1-d5060c10-ann.json +0 -0
data/raw_data/README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Extract Legal Entities from Insurance Documents using Amazon Comprehend Named Entity Recognition
2
+
3
+ In this repository we will demonstrate how customers can use Amazon Comprehend customer NER for documents in their native format. The benefit of using this method is that the custom entity recognition model leverages both the natural language and positional information (e.g., coordinates) of the text to accurately extract custom entities that previously may be impacted when flattening a document, demonstrated in our example above where we are impacted by overlapping entity values. For this post we will be using a dataset of legal requisition/demand letters for Life Insurance however this approach can be used across any industry & document which may benefit from spatial data in NER training. A sample reference architecture is depicted below.
4
+
5
+
6
+ ![Diagram](architecture.png)
7
+
8
+
9
+ To get started:
10
+
11
+ Clone the required files by
12
+
13
+ ```
14
+ git clone https://github.com/aws-samples/aws-legal-entity-extraction.git
15
+ ```
16
+
17
+ Follow the instructions from the blog provided : https://aws.amazon.com/blogs/machine-learning/extract-entities-from-insurance-documents-using-amazon-comprehend-named-entity-recognition/
18
+
19
+
20
+
21
+ ## Security
22
+
23
+ See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.
24
+
25
+ ## License
26
+
27
+ This library is licensed under the MIT-0 License. See the LICENSE file.
28
+
data/raw_data/annotations/Letter 0-1-ccf1b225-ann.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"Version": "2021-04-30", "DocumentType": "NativePDF", "DocumentMetadata": {"Pages": "1"}, "Blocks": [{"BlockType": "LINE", "Id": "72a23827-c4e9-438d-aea6-502975d78bdc", "Text": "Notice of Representation", "Geometry": {"BoundingBox": {"Width": 0.26350163398692805, "Top": 0.12879545454545455, "Left": 0.11764705882352941, "Height": 0.020303030303030295}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.14909848484848484}, {"X": 0.11764705882352941, "Y": 0.14909848484848484}]}, "Relationships": [{"Ids": ["ed269a71-bc8b-4387-aff2-f780c7980a6a", "825c5480-7ef8-4630-a9b0-7182ed0e377b", "b97f11b4-edae-4be1-830d-8af3a12f4a86"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "ed269a71-bc8b-4387-aff2-f780c7980a6a", "Text": "Notice", "Geometry": {"BoundingBox": {"Width": 0.06877614379084968, "Top": 0.12879545454545455, "Left": 0.11764705882352941, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.14909848484848484}, {"X": 0.11764705882352941, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "825c5480-7ef8-4630-a9b0-7182ed0e377b", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.021490196078431372, "Top": 0.12879545454545455, "Left": 0.19227777777777777, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.19227777777777777, "Y": 0.12879545454545455}, {"X": 0.21376797385620913, "Y": 0.12879545454545455}, {"X": 0.21376797385620913, "Y": 0.14909848484848484}, {"X": 0.19227777777777777, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b97f11b4-edae-4be1-830d-8af3a12f4a86", "Text": "Representation", "Geometry": {"BoundingBox": {"Width": 0.16152777777777777, "Top": 0.12879545454545455, "Left": 0.21962091503267975, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.21962091503267975, "Y": 0.12879545454545455}, {"X": 0.3811486928104575, "Y": 0.12879545454545455}, {"X": 0.3811486928104575, "Y": 0.14909848484848484}, {"X": 0.21962091503267975, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "ec0a98bb-b5bb-43c7-83f6-d9781823bcba", "Text": "Budget Mutual Insurance Company", "Geometry": {"BoundingBox": {"Width": 0.28107516339869276, "Top": 0.15256060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.1677121212121212}, {"X": 0.11764705882352941, "Y": 0.1677121212121212}]}, "Relationships": [{"Ids": ["4a769735-b0df-40c6-941f-72a85cd06633", "9b169d3e-096f-46ab-b2af-b152677c712c", "e589f68e-7c4c-4602-9f1f-2905f448d196", "b63b9a8f-dee9-41de-96b8-d5fead3303e2"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "4a769735-b0df-40c6-941f-72a85cd06633", "Text": "Budget", "Geometry": {"BoundingBox": {"Width": 0.0568235294117647, "Top": 0.15256060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.1677121212121212}, {"X": 0.11764705882352941, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9b169d3e-096f-46ab-b2af-b152677c712c", "Text": "Mutual", "Geometry": {"BoundingBox": {"Width": 0.0578202614379085, "Top": 0.15256060606060606, "Left": 0.17890196078431372, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17890196078431372, "Y": 0.15256060606060606}, {"X": 0.23672222222222222, "Y": 0.15256060606060606}, {"X": 0.23672222222222222, "Y": 0.1677121212121212}, {"X": 0.17890196078431372, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e589f68e-7c4c-4602-9f1f-2905f448d196", "Text": "Insurance", "Geometry": {"BoundingBox": {"Width": 0.07780065359477124, "Top": 0.15256060606060606, "Left": 0.24116503267973857, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24116503267973857, "Y": 0.15256060606060606}, {"X": 0.31896568627450983, "Y": 0.15256060606060606}, {"X": 0.31896568627450983, "Y": 0.1677121212121212}, {"X": 0.24116503267973857, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b63b9a8f-dee9-41de-96b8-d5fead3303e2", "Text": "Company", "Geometry": {"BoundingBox": {"Width": 0.07533169934640523, "Top": 0.15256060606060606, "Left": 0.323390522875817, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.323390522875817, "Y": 0.15256060606060606}, {"X": 0.3987222222222222, "Y": 0.15256060606060606}, {"X": 0.3987222222222222, "Y": 0.1677121212121212}, {"X": 0.323390522875817, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "da1ac0b2-b5a1-4e95-b93b-e81a055c4534", "Text": "9876 Infinity Ave", "Geometry": {"BoundingBox": {"Width": 0.13456209150326795, "Top": 0.17104545454545456, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.1861969696969697}, {"X": 0.11764705882352941, "Y": 0.1861969696969697}]}, "Relationships": [{"Ids": ["b108bef9-4544-43fb-8ae9-98cc75d8f20d", "135d0369-37eb-4b12-96a8-bfefa06104e7", "627d3360-e67a-47a6-8631-163de5f471d1"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "b108bef9-4544-43fb-8ae9-98cc75d8f20d", "Text": "9876", "Geometry": {"BoundingBox": {"Width": 0.039753267973856206, "Top": 0.17104545454545456, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.1861969696969697}, {"X": 0.11764705882352941, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "135d0369-37eb-4b12-96a8-bfefa06104e7", "Text": "Infinity", "Geometry": {"BoundingBox": {"Width": 0.05597875816993464, "Top": 0.17104545454545456, "Left": 0.16183006535947714, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16183006535947714, "Y": 0.17104545454545456}, {"X": 0.21780882352941178, "Y": 0.17104545454545456}, {"X": 0.21780882352941178, "Y": 0.1861969696969697}, {"X": 0.16183006535947714, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "627d3360-e67a-47a6-8631-163de5f471d1", "Text": "Ave", "Geometry": {"BoundingBox": {"Width": 0.0299640522875817, "Top": 0.17104545454545456, "Left": 0.2222450980392157, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2222450980392157, "Y": 0.17104545454545456}, {"X": 0.25220915032679736, "Y": 0.17104545454545456}, {"X": 0.25220915032679736, "Y": 0.1861969696969697}, {"X": 0.2222450980392157, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "f040befb-fdad-413b-9fb7-3a6cecee56c5", "Text": "Springfield, MI 65541", "Geometry": {"BoundingBox": {"Width": 0.17037581699346407, "Top": 0.18953030303030302, "Left": 0.11764705882352941, "Height": 0.015151515151515166}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.2046818181818182}, {"X": 0.11764705882352941, "Y": 0.2046818181818182}]}, "Relationships": [{"Ids": ["1c8f3dd7-6c5f-485a-ae08-7622ce2c6fb9", "72b44392-2171-4a00-8f7f-537e72fa9eb4", "599b182d-b12f-453f-b979-1e0a7f0d0411"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "1c8f3dd7-6c5f-485a-ae08-7622ce2c6fb9", "Text": "Springfield,", "Geometry": {"BoundingBox": {"Width": 0.09012418300653595, "Top": 0.18953030303030302, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.2046818181818182}, {"X": 0.11764705882352941, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "72b44392-2171-4a00-8f7f-537e72fa9eb4", "Text": "MI", "Geometry": {"BoundingBox": {"Width": 0.021705882352941176, "Top": 0.18953030303030302, "Left": 0.21219444444444444, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21219444444444444, "Y": 0.18953030303030302}, {"X": 0.23390032679738562, "Y": 0.18953030303030302}, {"X": 0.23390032679738562, "Y": 0.2046818181818182}, {"X": 0.21219444444444444, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "599b182d-b12f-453f-b979-1e0a7f0d0411", "Text": "65541", "Geometry": {"BoundingBox": {"Width": 0.04968954248366013, "Top": 0.18953030303030302, "Left": 0.23833333333333334, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23833333333333334, "Y": 0.18953030303030302}, {"X": 0.2880228758169935, "Y": 0.18953030303030302}, {"X": 0.2880228758169935, "Y": 0.2046818181818182}, {"X": 0.23833333333333334, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "5201cbb2-0bbc-4912-9fa9-4cb34f003c04", "Text": "Georgia Collan Parker LLP", "Geometry": {"BoundingBox": {"Width": 0.20369771241830067, "Top": 0.2268030303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515166}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.2268030303030303}, {"X": 0.1800702614379085, "Y": 0.2268030303030303}, {"X": 0.1800702614379085, "Y": 0.24195454545454548}, {"X": 0.11764705882352941, "Y": 0.24195454545454548}]}, "Relationships": [{"Ids": ["4ecbef8b-5543-4c01-b6c9-b9a1b0faa9cf", "eb2dbb3f-611b-4ca7-bd7b-6574e343312f", "906cd900-8f02-4bc9-bbc0-edb0cc7bc678", "fbbd2003-dd81-4862-a718-41522ee56532"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "4ecbef8b-5543-4c01-b6c9-b9a1b0faa9cf", "Text": "Georgia", "Geometry": {"BoundingBox": {"Width": 0.062423202614379086, "Top": 0.2268030303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.2268030303030303}, {"X": 0.1800702614379085, "Y": 0.2268030303030303}, {"X": 0.1800702614379085, "Y": 0.24195454545454548}, {"X": 0.11764705882352941, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "eb2dbb3f-611b-4ca7-bd7b-6574e343312f", "Text": "Collan", "Geometry": {"BoundingBox": {"Width": 0.04948039215686274, "Top": 0.2268030303030303, "Left": 0.18450326797385622, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.18450326797385622, "Y": 0.2268030303030303}, {"X": 0.23398366013071897, "Y": 0.2268030303030303}, {"X": 0.23398366013071897, "Y": 0.24195454545454548}, {"X": 0.18450326797385622, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "906cd900-8f02-4bc9-bbc0-edb0cc7bc678", "Text": "Parker", "Geometry": {"BoundingBox": {"Width": 0.05187091503267974, "Top": 0.2268030303030303, "Left": 0.2384248366013072, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2384248366013072, "Y": 0.2268030303030303}, {"X": 0.2902957516339869, "Y": 0.2268030303030303}, {"X": 0.2902957516339869, "Y": 0.24195454545454548}, {"X": 0.2384248366013072, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fbbd2003-dd81-4862-a718-41522ee56532", "Text": "LLP", "Geometry": {"BoundingBox": {"Width": 0.026622549019607842, "Top": 0.2268030303030303, "Left": 0.2947222222222222, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2947222222222222, "Y": 0.2268030303030303}, {"X": 0.3213447712418301, "Y": 0.2268030303030303}, {"X": 0.3213447712418301, "Y": 0.24195454545454548}, {"X": 0.2947222222222222, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "40d3ca15-7d0c-4c16-bdbb-ddd41bbcdc27", "Text": "9816 51st Ave SW", "Geometry": {"BoundingBox": {"Width": 0.14358006535947712, "Top": 0.24528787878787878, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.24528787878787878}, {"X": 0.1574003267973856, "Y": 0.24528787878787878}, {"X": 0.1574003267973856, "Y": 0.2604393939393939}, {"X": 0.11764705882352941, "Y": 0.2604393939393939}]}, "Relationships": [{"Ids": ["17cd291a-37e1-4c95-b85d-2bab8650d8bf", "4e4d6894-3103-4b53-a24b-31a9c69e268d", "dab842a3-e64b-4ba1-8c2d-777b3b6bdb37", "7f534e48-04c7-411f-9a07-941350eccacf"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "17cd291a-37e1-4c95-b85d-2bab8650d8bf", "Text": "9816", "Geometry": {"BoundingBox": {"Width": 0.039753267973856206, "Top": 0.24528787878787878, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.24528787878787878}, {"X": 0.1574003267973856, "Y": 0.24528787878787878}, {"X": 0.1574003267973856, "Y": 0.2604393939393939}, {"X": 0.11764705882352941, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4e4d6894-3103-4b53-a24b-31a9c69e268d", "Text": "51st", "Geometry": {"BoundingBox": {"Width": 0.03411111111111111, "Top": 0.24528787878787878, "Left": 0.16183006535947714, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16183006535947714, "Y": 0.24528787878787878}, {"X": 0.19594117647058826, "Y": 0.24528787878787878}, {"X": 0.19594117647058826, "Y": 0.2604393939393939}, {"X": 0.16183006535947714, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "dab842a3-e64b-4ba1-8c2d-777b3b6bdb37", "Text": "Ave", "Geometry": {"BoundingBox": {"Width": 0.029967320261437908, "Top": 0.24528787878787878, "Left": 0.20037418300653595, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20037418300653595, "Y": 0.24528787878787878}, {"X": 0.23034150326797387, "Y": 0.24528787878787878}, {"X": 0.23034150326797387, "Y": 0.2604393939393939}, {"X": 0.20037418300653595, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7f534e48-04c7-411f-9a07-941350eccacf", "Text": "SW", "Geometry": {"BoundingBox": {"Width": 0.02646078431372549, "Top": 0.24528787878787878, "Left": 0.23476633986928105, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23476633986928105, "Y": 0.24528787878787878}, {"X": 0.26122712418300653, "Y": 0.24528787878787878}, {"X": 0.26122712418300653, "Y": 0.2604393939393939}, {"X": 0.23476633986928105, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "fc51d12a-855b-4997-9515-c9891ab8b2c8", "Text": "Auburn, Washington(WA), 98092", "Geometry": {"BoundingBox": {"Width": 0.26445424836601306, "Top": 0.26377272727272727, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.26377272727272727}, {"X": 0.18193790849673203, "Y": 0.26377272727272727}, {"X": 0.18193790849673203, "Y": 0.2789242424242424}, {"X": 0.11764705882352941, "Y": 0.2789242424242424}]}, "Relationships": [{"Ids": ["f9dedcd8-72e4-47c1-81ad-1257b0e83b19", "3459ac96-e57f-4b5a-b0e0-3c381c8945ca", "1b982fdd-7b14-4b38-8fe6-f06808f294f8"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "f9dedcd8-72e4-47c1-81ad-1257b0e83b19", "Text": "Auburn,", "Geometry": {"BoundingBox": {"Width": 0.06429084967320262, "Top": 0.26377272727272727, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.26377272727272727}, {"X": 0.18193790849673203, "Y": 0.26377272727272727}, {"X": 0.18193790849673203, "Y": 0.2789242424242424}, {"X": 0.11764705882352941, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3459ac96-e57f-4b5a-b0e0-3c381c8945ca", "Text": "Washington(WA),", "Geometry": {"BoundingBox": {"Width": 0.14162745098039214, "Top": 0.26377272727272727, "Left": 0.18636111111111112, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.18636111111111112, "Y": 0.26377272727272727}, {"X": 0.3279885620915033, "Y": 0.26377272727272727}, {"X": 0.3279885620915033, "Y": 0.2789242424242424}, {"X": 0.18636111111111112, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1b982fdd-7b14-4b38-8fe6-f06808f294f8", "Text": "98092", "Geometry": {"BoundingBox": {"Width": 0.04968954248366013, "Top": 0.26377272727272727, "Left": 0.33241176470588235, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.33241176470588235, "Y": 0.26377272727272727}, {"X": 0.3821013071895425, "Y": 0.26377272727272727}, {"X": 0.3821013071895425, "Y": 0.2789242424242424}, {"X": 0.33241176470588235, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "65da6130-aac9-4b78-bff7-0d3d6a39486a", "Text": "Our Client: Courtney Sosa", "Geometry": {"BoundingBox": {"Width": 0.20458986928104575, "Top": 0.31922727272727275, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.3343787878787879}, {"X": 0.11764705882352941, "Y": 0.3343787878787879}]}, "Relationships": [{"Ids": ["731192c2-e19d-412f-979c-14de8cfac20f", "9a34be99-e73e-443f-9212-0331a19a989c", "688eb692-6e0c-4b22-9612-4024937a5799", "cf4a94bd-b8f2-4dbd-8576-4a80c3b269aa"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "731192c2-e19d-412f-979c-14de8cfac20f", "Text": "Our", "Geometry": {"BoundingBox": {"Width": 0.03012091503267974, "Top": 0.31922727272727275, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.3343787878787879}, {"X": 0.11764705882352941, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9a34be99-e73e-443f-9212-0331a19a989c", "Text": "Client:", "Geometry": {"BoundingBox": {"Width": 0.05135294117647059, "Top": 0.31922727272727275, "Left": 0.1521846405228758, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1521846405228758, "Y": 0.31922727272727275}, {"X": 0.20353758169934638, "Y": 0.31922727272727275}, {"X": 0.20353758169934638, "Y": 0.3343787878787879}, {"X": 0.1521846405228758, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "688eb692-6e0c-4b22-9612-4024937a5799", "Text": "Courtney", "Geometry": {"BoundingBox": {"Width": 0.07344117647058823, "Top": 0.31922727272727275, "Left": 0.20795915032679738, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20795915032679738, "Y": 0.31922727272727275}, {"X": 0.2814003267973856, "Y": 0.31922727272727275}, {"X": 0.2814003267973856, "Y": 0.3343787878787879}, {"X": 0.20795915032679738, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "cf4a94bd-b8f2-4dbd-8576-4a80c3b269aa", "Text": "Sosa", "Geometry": {"BoundingBox": {"Width": 0.03641013071895425, "Top": 0.31922727272727275, "Left": 0.2858267973856209, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2858267973856209, "Y": 0.31922727272727275}, {"X": 0.32223692810457516, "Y": 0.31922727272727275}, {"X": 0.32223692810457516, "Y": 0.3343787878787879}, {"X": 0.2858267973856209, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "235916b2-0f45-48a3-8f59-5851b65ce00e", "Text": "Date of death: 6/12/2020", "Geometry": {"BoundingBox": {"Width": 0.20366176470588235, "Top": 0.3377121212121212, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3528636363636363}, {"X": 0.11764705882352941, "Y": 0.3528636363636363}]}, "Relationships": [{"Ids": ["152416bc-25e7-4123-bc53-4982c9f9309a", "4a847648-09bd-4ad6-860f-aeebf3642b2c", "6d05a404-f740-44f9-949a-b275a7353ea5", "e047ed1d-59b5-4c7c-9526-b7a6a0ebd204"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "152416bc-25e7-4123-bc53-4982c9f9309a", "Text": "Date", "Geometry": {"BoundingBox": {"Width": 0.03778921568627451, "Top": 0.3377121212121212, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3528636363636363}, {"X": 0.11764705882352941, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4a847648-09bd-4ad6-860f-aeebf3642b2c", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.3377121212121212, "Left": 0.15986111111111112, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.15986111111111112, "Y": 0.3377121212121212}, {"X": 0.1761813725490196, "Y": 0.3377121212121212}, {"X": 0.1761813725490196, "Y": 0.3528636363636363}, {"X": 0.15986111111111112, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6d05a404-f740-44f9-949a-b275a7353ea5", "Text": "death:", "Geometry": {"BoundingBox": {"Width": 0.05157679738562092, "Top": 0.3377121212121212, "Left": 0.18061601307189543, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.18061601307189543, "Y": 0.3377121212121212}, {"X": 0.23219281045751633, "Y": 0.3377121212121212}, {"X": 0.23219281045751633, "Y": 0.3528636363636363}, {"X": 0.18061601307189543, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e047ed1d-59b5-4c7c-9526-b7a6a0ebd204", "Text": "6/12/2020", "Geometry": {"BoundingBox": {"Width": 0.08469281045751634, "Top": 0.3377121212121212, "Left": 0.23661601307189542, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23661601307189542, "Y": 0.3377121212121212}, {"X": 0.32130882352941176, "Y": 0.3377121212121212}, {"X": 0.32130882352941176, "Y": 0.3528636363636363}, {"X": 0.23661601307189542, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "750fe9df-7dcf-463a-bb45-55dcf60f362a", "Text": "To Whom It May Concern,", "Geometry": {"BoundingBox": {"Width": 0.20909967320261438, "Top": 0.39316666666666666, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.4083181818181818}, {"X": 0.11764705882352941, "Y": 0.4083181818181818}]}, "Relationships": [{"Ids": ["751c33c3-6b86-421a-9607-01be8a13fd8d", "a8da08bd-b905-4165-93fe-9e693d284052", "dab74dcf-8ff2-43f8-9cf4-6d079f3ea88c", "007ca668-f59d-493f-808c-41aec3259e87", "5d29afa8-cbeb-4824-b76f-637728e77360"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "751c33c3-6b86-421a-9607-01be8a13fd8d", "Text": "To", "Geometry": {"BoundingBox": {"Width": 0.01988888888888889, "Top": 0.39316666666666666, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.4083181818181818}, {"X": 0.11764705882352941, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a8da08bd-b905-4165-93fe-9e693d284052", "Text": "Whom", "Geometry": {"BoundingBox": {"Width": 0.05374346405228758, "Top": 0.39316666666666666, "Left": 0.14197875816993463, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14197875816993463, "Y": 0.39316666666666666}, {"X": 0.19572222222222221, "Y": 0.39316666666666666}, {"X": 0.19572222222222221, "Y": 0.4083181818181818}, {"X": 0.14197875816993463, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "dab74dcf-8ff2-43f8-9cf4-6d079f3ea88c", "Text": "It", "Geometry": {"BoundingBox": {"Width": 0.011509803921568628, "Top": 0.39316666666666666, "Left": 0.20015686274509803, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20015686274509803, "Y": 0.39316666666666666}, {"X": 0.21166666666666667, "Y": 0.39316666666666666}, {"X": 0.21166666666666667, "Y": 0.4083181818181818}, {"X": 0.20015686274509803, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "007ca668-f59d-493f-808c-41aec3259e87", "Text": "May", "Geometry": {"BoundingBox": {"Width": 0.03503921568627451, "Top": 0.39316666666666666, "Left": 0.2160996732026144, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2160996732026144, "Y": 0.39316666666666666}, {"X": 0.2511388888888889, "Y": 0.39316666666666666}, {"X": 0.2511388888888889, "Y": 0.4083181818181818}, {"X": 0.2160996732026144, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5d29afa8-cbeb-4824-b76f-637728e77360", "Text": "Concern,", "Geometry": {"BoundingBox": {"Width": 0.07118137254901961, "Top": 0.39316666666666666, "Left": 0.25556535947712417, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.25556535947712417, "Y": 0.39316666666666666}, {"X": 0.3267467320261438, "Y": 0.39316666666666666}, {"X": 0.3267467320261438, "Y": 0.4083181818181818}, {"X": 0.25556535947712417, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "c8395ef4-20d6-4625-92e8-f3bbde435e47", "Text": "I have been retained by Courtney Sosa to handle the estate of Lukas Juarez. My understanding", "Geometry": {"BoundingBox": {"Width": 0.7515686274509804, "Top": 0.43013636363636365, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.4452878787878788}, {"X": 0.11764705882352941, "Y": 0.4452878787878788}]}, "Relationships": [{"Ids": ["faa0fbd8-64f4-40b5-aa61-f4fa20ed3041", "bdf80162-61f4-402f-abc1-20c4b6c0ef14", "b99fa842-42fb-476b-9303-0ef384c6f4c2", "c71e3b47-b14f-418d-b8fa-09ad572644b5", "b7efa194-6da7-4099-a06a-b70271603381", "2f01f9c4-274c-4955-8d5c-7d93a8878dce", "7cbc2788-5a4d-49da-a4ac-20217fcb0b67", "d3718543-0a32-4caa-b184-44dadb2bb0ab", "ce685108-de2d-4a84-ac2a-c4bcd05ff214", "165dcf8f-dab9-4bec-af36-9c5c19526502", "b3feb943-bc67-4a2f-baa2-abb6f8c19fb2", "cac86247-020a-4268-9f92-d6e9a17ee799", "89e963c8-bb50-4981-8b8c-d8e892928fed", "660cc0fe-43fb-4936-ab58-3e55a8e7867f", "1b0ce452-ed1d-45b9-8ac6-63af641409ef", "5defad82-9985-4149-bf48-2570b3aafe8a"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "faa0fbd8-64f4-40b5-aa61-f4fa20ed3041", "Text": "I", "Geometry": {"BoundingBox": {"Width": 0.004941176470588235, "Top": 0.43013636363636365, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.4452878787878788}, {"X": 0.11764705882352941, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "bdf80162-61f4-402f-abc1-20c4b6c0ef14", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.43013636363636365, "Left": 0.12702124183006536, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.12702124183006536, "Y": 0.43013636363636365}, {"X": 0.16533660130718952, "Y": 0.43013636363636365}, {"X": 0.16533660130718952, "Y": 0.4452878787878788}, {"X": 0.12702124183006536, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b99fa842-42fb-476b-9303-0ef384c6f4c2", "Text": "been", "Geometry": {"BoundingBox": {"Width": 0.04010947712418301, "Top": 0.43013636363636365, "Left": 0.16976307189542483, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16976307189542483, "Y": 0.43013636363636365}, {"X": 0.20987254901960783, "Y": 0.43013636363636365}, {"X": 0.20987254901960783, "Y": 0.4452878787878788}, {"X": 0.16976307189542483, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c71e3b47-b14f-418d-b8fa-09ad572644b5", "Text": "retained", "Geometry": {"BoundingBox": {"Width": 0.06740522875816994, "Top": 0.43013636363636365, "Left": 0.2143137254901961, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2143137254901961, "Y": 0.43013636363636365}, {"X": 0.281718954248366, "Y": 0.43013636363636365}, {"X": 0.281718954248366, "Y": 0.4452878787878788}, {"X": 0.2143137254901961, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b7efa194-6da7-4099-a06a-b70271603381", "Text": "by", "Geometry": {"BoundingBox": {"Width": 0.01918464052287582, "Top": 0.43013636363636365, "Left": 0.28616013071895424, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.28616013071895424, "Y": 0.43013636363636365}, {"X": 0.30534477124183007, "Y": 0.43013636363636365}, {"X": 0.30534477124183007, "Y": 0.4452878787878788}, {"X": 0.28616013071895424, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2f01f9c4-274c-4955-8d5c-7d93a8878dce", "Text": "Courtney", "Geometry": {"BoundingBox": {"Width": 0.07344117647058823, "Top": 0.43013636363636365, "Left": 0.30976143790849675, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.30976143790849675, "Y": 0.43013636363636365}, {"X": 0.383202614379085, "Y": 0.43013636363636365}, {"X": 0.383202614379085, "Y": 0.4452878787878788}, {"X": 0.30976143790849675, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7cbc2788-5a4d-49da-a4ac-20217fcb0b67", "Text": "Sosa", "Geometry": {"BoundingBox": {"Width": 0.03640849673202615, "Top": 0.43013636363636365, "Left": 0.38762908496732024, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.38762908496732024, "Y": 0.43013636363636365}, {"X": 0.42403758169934636, "Y": 0.43013636363636365}, {"X": 0.42403758169934636, "Y": 0.4452878787878788}, {"X": 0.38762908496732024, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d3718543-0a32-4caa-b184-44dadb2bb0ab", "Text": "to", "Geometry": {"BoundingBox": {"Width": 0.016901960784313726, "Top": 0.43013636363636365, "Left": 0.4284722222222222, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4284722222222222, "Y": 0.43013636363636365}, {"X": 0.4453741830065359, "Y": 0.43013636363636365}, {"X": 0.4453741830065359, "Y": 0.4452878787878788}, {"X": 0.4284722222222222, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ce685108-de2d-4a84-ac2a-c4bcd05ff214", "Text": "handle", "Geometry": {"BoundingBox": {"Width": 0.054562091503267976, "Top": 0.43013636363636365, "Left": 0.4498137254901961, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4498137254901961, "Y": 0.43013636363636365}, {"X": 0.5043758169934641, "Y": 0.43013636363636365}, {"X": 0.5043758169934641, "Y": 0.4452878787878788}, {"X": 0.4498137254901961, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "165dcf8f-dab9-4bec-af36-9c5c19526502", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.43013636363636365, "Left": 0.5088006535947712, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5088006535947712, "Y": 0.43013636363636365}, {"X": 0.5354362745098039, "Y": 0.43013636363636365}, {"X": 0.5354362745098039, "Y": 0.4452878787878788}, {"X": 0.5088006535947712, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b3feb943-bc67-4a2f-baa2-abb6f8c19fb2", "Text": "estate", "Geometry": {"BoundingBox": {"Width": 0.04971895424836601, "Top": 0.43013636363636365, "Left": 0.5398627450980392, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5398627450980392, "Y": 0.43013636363636365}, {"X": 0.5895816993464053, "Y": 0.43013636363636365}, {"X": 0.5895816993464053, "Y": 0.4452878787878788}, {"X": 0.5398627450980392, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "cac86247-020a-4268-9f92-d6e9a17ee799", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.43013636363636365, "Left": 0.5940065359477125, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5940065359477125, "Y": 0.43013636363636365}, {"X": 0.610326797385621, "Y": 0.43013636363636365}, {"X": 0.610326797385621, "Y": 0.4452878787878788}, {"X": 0.5940065359477125, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "89e963c8-bb50-4981-8b8c-d8e892928fed", "Text": "Lukas", "Geometry": {"BoundingBox": {"Width": 0.04451797385620915, "Top": 0.43013636363636365, "Left": 0.6147549019607843, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6147549019607843, "Y": 0.43013636363636365}, {"X": 0.6592728758169935, "Y": 0.43013636363636365}, {"X": 0.6592728758169935, "Y": 0.4452878787878788}, {"X": 0.6147549019607843, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "660cc0fe-43fb-4936-ab58-3e55a8e7867f", "Text": "Juarez.", "Geometry": {"BoundingBox": {"Width": 0.055223856209150324, "Top": 0.43013636363636365, "Left": 0.6637091503267973, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6637091503267973, "Y": 0.43013636363636365}, {"X": 0.7189330065359476, "Y": 0.43013636363636365}, {"X": 0.7189330065359476, "Y": 0.4452878787878788}, {"X": 0.6637091503267973, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1b0ce452-ed1d-45b9-8ac6-63af641409ef", "Text": "My", "Geometry": {"BoundingBox": {"Width": 0.02564705882352941, "Top": 0.43013636363636365, "Left": 0.723374183006536, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.723374183006536, "Y": 0.43013636363636365}, {"X": 0.7490212418300655, "Y": 0.43013636363636365}, {"X": 0.7490212418300655, "Y": 0.4452878787878788}, {"X": 0.723374183006536, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5defad82-9985-4149-bf48-2570b3aafe8a", "Text": "understanding", "Geometry": {"BoundingBox": {"Width": 0.11576960784313725, "Top": 0.43013636363636365, "Left": 0.7534460784313726, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7534460784313726, "Y": 0.43013636363636365}, {"X": 0.8692156862745098, "Y": 0.43013636363636365}, {"X": 0.8692156862745098, "Y": 0.4452878787878788}, {"X": 0.7534460784313726, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "b4d65246-a063-4dd3-8a98-cf9f68df57a9", "Text": "is that they had a life insurance policy (#951033310) with your company. If this is correct,", "Geometry": {"BoundingBox": {"Width": 0.7101846405228758, "Top": 0.44862121212121214, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.44862121212121214}, {"X": 0.12981372549019607, "Y": 0.44862121212121214}, {"X": 0.12981372549019607, "Y": 0.4637727272727273}, {"X": 0.11764705882352941, "Y": 0.4637727272727273}]}, "Relationships": [{"Ids": ["6a1a332c-c637-4a3b-bd80-8874eab356a3", "53e1d8ab-1647-4b29-b0d1-fd7def3b6023", "b2badc96-d09e-4e87-b7c0-340621f75127", "54d55752-9eea-46fa-a8f1-05a73a93cc66", "e3ff44ab-2bbd-4c7c-a99c-a2f3faaabf47", "6aa2089c-e164-4782-95a7-db864f1934c5", "9976b1dd-22ec-49fd-83d2-ca208b0563c1", "2ce23ffd-ac8e-4bbc-8d7e-87afc513f0f0", "352c62e5-873d-45e6-ae1e-2722c20d457a", "e6a89e0b-b4eb-44c3-963f-2d27543e91c2", "eda8bc03-2ea5-43b4-b901-3bfa7261fee7", "64e6ebf4-237e-4a6a-a6bd-f48ad94b5830", "2e0706f3-6844-48bb-885a-1b66f1037f9a", "54104243-de75-4f24-aaed-1d52eb100617", "0d9ed24e-e479-444b-8ba8-cfd492f8146a", "6d94647b-9de3-48c5-8f82-40a3c12912ed"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "6a1a332c-c637-4a3b-bd80-8874eab356a3", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.44862121212121214, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.44862121212121214}, {"X": 0.12981372549019607, "Y": 0.44862121212121214}, {"X": 0.12981372549019607, "Y": 0.4637727272727273}, {"X": 0.11764705882352941, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "53e1d8ab-1647-4b29-b0d1-fd7def3b6023", "Text": "that", "Geometry": {"BoundingBox": {"Width": 0.03283169934640523, "Top": 0.44862121212121214, "Left": 0.13424836601307188, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.13424836601307188, "Y": 0.44862121212121214}, {"X": 0.16708006535947711, "Y": 0.44862121212121214}, {"X": 0.16708006535947711, "Y": 0.4637727272727273}, {"X": 0.13424836601307188, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b2badc96-d09e-4e87-b7c0-340621f75127", "Text": "they", "Geometry": {"BoundingBox": {"Width": 0.035509803921568626, "Top": 0.44862121212121214, "Left": 0.17151307189542483, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17151307189542483, "Y": 0.44862121212121214}, {"X": 0.20702287581699347, "Y": 0.44862121212121214}, {"X": 0.20702287581699347, "Y": 0.4637727272727273}, {"X": 0.17151307189542483, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "54d55752-9eea-46fa-a8f1-05a73a93cc66", "Text": "had", "Geometry": {"BoundingBox": {"Width": 0.029988562091503267, "Top": 0.44862121212121214, "Left": 0.21144934640522875, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21144934640522875, "Y": 0.44862121212121214}, {"X": 0.24143790849673202, "Y": 0.44862121212121214}, {"X": 0.24143790849673202, "Y": 0.4637727272727273}, {"X": 0.21144934640522875, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e3ff44ab-2bbd-4c7c-a99c-a2f3faaabf47", "Text": "a", "Geometry": {"BoundingBox": {"Width": 0.009392156862745098, "Top": 0.44862121212121214, "Left": 0.24587908496732025, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24587908496732025, "Y": 0.44862121212121214}, {"X": 0.25527124183006533, "Y": 0.44862121212121214}, {"X": 0.25527124183006533, "Y": 0.4637727272727273}, {"X": 0.24587908496732025, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6aa2089c-e164-4782-95a7-db864f1934c5", "Text": "life", "Geometry": {"BoundingBox": {"Width": 0.024748366013071895, "Top": 0.44862121212121214, "Left": 0.2597042483660131, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2597042483660131, "Y": 0.44862121212121214}, {"X": 0.284452614379085, "Y": 0.44862121212121214}, {"X": 0.284452614379085, "Y": 0.4637727272727273}, {"X": 0.2597042483660131, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9976b1dd-22ec-49fd-83d2-ca208b0563c1", "Text": "insurance", "Geometry": {"BoundingBox": {"Width": 0.0773578431372549, "Top": 0.44862121212121214, "Left": 0.2888790849673203, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2888790849673203, "Y": 0.44862121212121214}, {"X": 0.3662369281045752, "Y": 0.44862121212121214}, {"X": 0.3662369281045752, "Y": 0.4637727272727273}, {"X": 0.2888790849673203, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2ce23ffd-ac8e-4bbc-8d7e-87afc513f0f0", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681535947712418, "Top": 0.44862121212121214, "Left": 0.37066339869281045, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.37066339869281045, "Y": 0.44862121212121214}, {"X": 0.4174787581699346, "Y": 0.44862121212121214}, {"X": 0.4174787581699346, "Y": 0.4637727272727273}, {"X": 0.37066339869281045, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "352c62e5-873d-45e6-ae1e-2722c20d457a", "Text": "(#951033310)", "Geometry": {"BoundingBox": {"Width": 0.11109477124183006, "Top": 0.44862121212121214, "Left": 0.4218937908496732, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4218937908496732, "Y": 0.44862121212121214}, {"X": 0.5329885620915032, "Y": 0.44862121212121214}, {"X": 0.5329885620915032, "Y": 0.4637727272727273}, {"X": 0.4218937908496732, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e6a89e0b-b4eb-44c3-963f-2d27543e91c2", "Text": "with", "Geometry": {"BoundingBox": {"Width": 0.035379084967320264, "Top": 0.44862121212121214, "Left": 0.5374248366013072, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5374248366013072, "Y": 0.44862121212121214}, {"X": 0.5728039215686275, "Y": 0.44862121212121214}, {"X": 0.5728039215686275, "Y": 0.4637727272727273}, {"X": 0.5374248366013072, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "eda8bc03-2ea5-43b4-b901-3bfa7261fee7", "Text": "your", "Geometry": {"BoundingBox": {"Width": 0.036359477124183005, "Top": 0.44862121212121214, "Left": 0.5772450980392156, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5772450980392156, "Y": 0.44862121212121214}, {"X": 0.6136045751633986, "Y": 0.44862121212121214}, {"X": 0.6136045751633986, "Y": 0.4637727272727273}, {"X": 0.5772450980392156, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "64e6ebf4-237e-4a6a-a6bd-f48ad94b5830", "Text": "company.", "Geometry": {"BoundingBox": {"Width": 0.0781062091503268, "Top": 0.44862121212121214, "Left": 0.6180294117647058, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6180294117647058, "Y": 0.44862121212121214}, {"X": 0.6961356209150327, "Y": 0.44862121212121214}, {"X": 0.6961356209150327, "Y": 0.4637727272727273}, {"X": 0.6180294117647058, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2e0706f3-6844-48bb-885a-1b66f1037f9a", "Text": "If", "Geometry": {"BoundingBox": {"Width": 0.01092156862745098, "Top": 0.44862121212121214, "Left": 0.700576797385621, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.700576797385621, "Y": 0.44862121212121214}, {"X": 0.7114983660130719, "Y": 0.44862121212121214}, {"X": 0.7114983660130719, "Y": 0.4637727272727273}, {"X": 0.700576797385621, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "54104243-de75-4f24-aaed-1d52eb100617", "Text": "this", "Geometry": {"BoundingBox": {"Width": 0.029037581699346404, "Top": 0.44862121212121214, "Left": 0.7159346405228758, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7159346405228758, "Y": 0.44862121212121214}, {"X": 0.7449722222222223, "Y": 0.44862121212121214}, {"X": 0.7449722222222223, "Y": 0.4637727272727273}, {"X": 0.7159346405228758, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0d9ed24e-e479-444b-8ba8-cfd492f8146a", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.44862121212121214, "Left": 0.7494084967320261, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7494084967320261, "Y": 0.44862121212121214}, {"X": 0.7615751633986928, "Y": 0.44862121212121214}, {"X": 0.7615751633986928, "Y": 0.4637727272727273}, {"X": 0.7494084967320261, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6d94647b-9de3-48c5-8f82-40a3c12912ed", "Text": "correct,", "Geometry": {"BoundingBox": {"Width": 0.0618218954248366, "Top": 0.44862121212121214, "Left": 0.7660098039215686, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7660098039215686, "Y": 0.44862121212121214}, {"X": 0.8278316993464052, "Y": 0.44862121212121214}, {"X": 0.8278316993464052, "Y": 0.4637727272727273}, {"X": 0.7660098039215686, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "8439e150-e892-4b27-a1eb-288af86c54cc", "Text": "please send a letter to my office indicating you have received our letter of representation.", "Geometry": {"BoundingBox": {"Width": 0.7165147058823529, "Top": 0.4671060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4671060606060606}, {"X": 0.16903104575163397, "Y": 0.4671060606060606}, {"X": 0.16903104575163397, "Y": 0.4822575757575757}, {"X": 0.11764705882352941, "Y": 0.4822575757575757}]}, "Relationships": [{"Ids": ["415f40f3-42de-4af5-8f05-9fba9954a24b", "ed66ba2f-f8f0-4cd1-bbff-1d86f84c1e00", "51ce7fd1-6e33-4dfb-a186-19f2e7cde5c0", "e9a9b61c-e4a3-423e-9322-c40534c31841", "4a5236ea-003a-495a-8115-7b5bfd212a29", "3073e04b-9e1d-45cf-8332-0f51e24aba70", "0d775564-d5a0-43b2-922c-b92b557baad1", "7f556202-2e30-42e6-91e2-5b6f6b39944e", "2830d72a-ead1-4168-b6f4-fddef988622a", "f56a4bc6-6877-4798-8450-834798af80be", "18e59a1f-4609-4237-8a53-7471b11861c6", "fe2105c6-4d5c-42d6-ae18-12801eaf3961", "5a0f3261-c58d-4e32-8d41-71703448fbd9", "e943d4a1-4dbf-45e4-b4ff-7139bb271494", "53290551-a0ed-47cd-a39c-bf01531d32b3"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "415f40f3-42de-4af5-8f05-9fba9954a24b", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.4671060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4671060606060606}, {"X": 0.16903104575163397, "Y": 0.4671060606060606}, {"X": 0.16903104575163397, "Y": 0.4822575757575757}, {"X": 0.11764705882352941, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ed66ba2f-f8f0-4cd1-bbff-1d86f84c1e00", "Text": "send", "Geometry": {"BoundingBox": {"Width": 0.03802124183006536, "Top": 0.4671060606060606, "Left": 0.17345751633986928, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17345751633986928, "Y": 0.4671060606060606}, {"X": 0.21147875816993464, "Y": 0.4671060606060606}, {"X": 0.21147875816993464, "Y": 0.4822575757575757}, {"X": 0.17345751633986928, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "51ce7fd1-6e33-4dfb-a186-19f2e7cde5c0", "Text": "a", "Geometry": {"BoundingBox": {"Width": 0.009392156862745098, "Top": 0.4671060606060606, "Left": 0.21591993464052286, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21591993464052286, "Y": 0.4671060606060606}, {"X": 0.22531209150326797, "Y": 0.4671060606060606}, {"X": 0.22531209150326797, "Y": 0.4822575757575757}, {"X": 0.21591993464052286, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e9a9b61c-e4a3-423e-9322-c40534c31841", "Text": "letter", "Geometry": {"BoundingBox": {"Width": 0.04399346405228758, "Top": 0.4671060606060606, "Left": 0.2297450980392157, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2297450980392157, "Y": 0.4671060606060606}, {"X": 0.27373856209150327, "Y": 0.4671060606060606}, {"X": 0.27373856209150327, "Y": 0.4822575757575757}, {"X": 0.2297450980392157, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4a5236ea-003a-495a-8115-7b5bfd212a29", "Text": "to", "Geometry": {"BoundingBox": {"Width": 0.016901960784313726, "Top": 0.4671060606060606, "Left": 0.2781650326797386, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2781650326797386, "Y": 0.4671060606060606}, {"X": 0.2950669934640523, "Y": 0.4671060606060606}, {"X": 0.2950669934640523, "Y": 0.4822575757575757}, {"X": 0.2781650326797386, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3073e04b-9e1d-45cf-8332-0f51e24aba70", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024544117647058824, "Top": 0.4671060606060606, "Left": 0.2995065359477124, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2995065359477124, "Y": 0.4671060606060606}, {"X": 0.32405065359477125, "Y": 0.4671060606060606}, {"X": 0.32405065359477125, "Y": 0.4822575757575757}, {"X": 0.2995065359477124, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0d775564-d5a0-43b2-922c-b92b557baad1", "Text": "office", "Geometry": {"BoundingBox": {"Width": 0.04486437908496732, "Top": 0.4671060606060606, "Left": 0.32847712418300656, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.32847712418300656, "Y": 0.4671060606060606}, {"X": 0.3733415032679739, "Y": 0.4671060606060606}, {"X": 0.3733415032679739, "Y": 0.4822575757575757}, {"X": 0.32847712418300656, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7f556202-2e30-42e6-91e2-5b6f6b39944e", "Text": "indicating", "Geometry": {"BoundingBox": {"Width": 0.0778937908496732, "Top": 0.4671060606060606, "Left": 0.37776633986928104, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.37776633986928104, "Y": 0.4671060606060606}, {"X": 0.4556601307189542, "Y": 0.4671060606060606}, {"X": 0.4556601307189542, "Y": 0.4822575757575757}, {"X": 0.37776633986928104, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2830d72a-ead1-4168-b6f4-fddef988622a", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.4671060606060606, "Left": 0.46008823529411763, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.46008823529411763, "Y": 0.4671060606060606}, {"X": 0.48959640522875814, "Y": 0.4671060606060606}, {"X": 0.48959640522875814, "Y": 0.4822575757575757}, {"X": 0.46008823529411763, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f56a4bc6-6877-4798-8450-834798af80be", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.4671060606060606, "Left": 0.4940375816993464, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4940375816993464, "Y": 0.4671060606060606}, {"X": 0.5323529411764706, "Y": 0.4671060606060606}, {"X": 0.5323529411764706, "Y": 0.4822575757575757}, {"X": 0.4940375816993464, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "18e59a1f-4609-4237-8a53-7471b11861c6", "Text": "received", "Geometry": {"BoundingBox": {"Width": 0.06804901960784314, "Top": 0.4671060606060606, "Left": 0.5367777777777778, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5367777777777778, "Y": 0.4671060606060606}, {"X": 0.604826797385621, "Y": 0.4671060606060606}, {"X": 0.604826797385621, "Y": 0.4822575757575757}, {"X": 0.5367777777777778, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fe2105c6-4d5c-42d6-ae18-12801eaf3961", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.02748529411764706, "Top": 0.4671060606060606, "Left": 0.60925, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.60925, "Y": 0.4671060606060606}, {"X": 0.6367352941176471, "Y": 0.4671060606060606}, {"X": 0.6367352941176471, "Y": 0.4822575757575757}, {"X": 0.60925, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5a0f3261-c58d-4e32-8d41-71703448fbd9", "Text": "letter", "Geometry": {"BoundingBox": {"Width": 0.04399509803921569, "Top": 0.4671060606060606, "Left": 0.6411601307189543, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6411601307189543, "Y": 0.4671060606060606}, {"X": 0.6851552287581699, "Y": 0.4671060606060606}, {"X": 0.6851552287581699, "Y": 0.4822575757575757}, {"X": 0.6411601307189543, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e943d4a1-4dbf-45e4-b4ff-7139bb271494", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.4671060606060606, "Left": 0.6895800653594771, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6895800653594771, "Y": 0.4671060606060606}, {"X": 0.7059003267973857, "Y": 0.4671060606060606}, {"X": 0.7059003267973857, "Y": 0.4822575757575757}, {"X": 0.6895800653594771, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "53290551-a0ed-47cd-a39c-bf01531d32b3", "Text": "representation.", "Geometry": {"BoundingBox": {"Width": 0.12382516339869282, "Top": 0.4671060606060606, "Left": 0.7103366013071896, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7103366013071896, "Y": 0.4671060606060606}, {"X": 0.8341617647058823, "Y": 0.4671060606060606}, {"X": 0.8341617647058823, "Y": 0.4822575757575757}, {"X": 0.7103366013071896, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "e5723038-7b55-4432-aa1e-51f7f5252cf5", "Text": "Additionally, please do not contact our client going forward.", "Geometry": {"BoundingBox": {"Width": 0.47839869281045744, "Top": 0.4855909090909091, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4855909090909091}, {"X": 0.21797385620915033, "Y": 0.4855909090909091}, {"X": 0.21797385620915033, "Y": 0.5007424242424242}, {"X": 0.11764705882352941, "Y": 0.5007424242424242}]}, "Relationships": [{"Ids": ["3d6947d4-6d36-4e09-a559-0e4ee98377d2", "a6e30774-d5b2-4e9e-9ea1-d085576e367f", "1aec9d06-f4cf-4bc3-8307-a72827a9f03c", "910200c3-bf65-46dc-987b-9866bdbe438e", "fc9ffaa5-7f0e-4067-9dc0-78d95716f4e3", "391a4e76-b50a-4e86-83cc-ad4035e43eda", "838b3f54-ce0c-40b5-93d5-332c68eb4ba9", "0ddb2dc6-e791-4013-af95-6ed8c085171e", "8dfe1d63-05fb-42ef-9599-cbfddf5c379b"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "3d6947d4-6d36-4e09-a559-0e4ee98377d2", "Text": "Additionally,", "Geometry": {"BoundingBox": {"Width": 0.10032679738562092, "Top": 0.4855909090909091, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4855909090909091}, {"X": 0.21797385620915033, "Y": 0.4855909090909091}, {"X": 0.21797385620915033, "Y": 0.5007424242424242}, {"X": 0.11764705882352941, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a6e30774-d5b2-4e9e-9ea1-d085576e367f", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.4855909090909091, "Left": 0.22239869281045752, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22239869281045752, "Y": 0.4855909090909091}, {"X": 0.2737826797385621, "Y": 0.4855909090909091}, {"X": 0.2737826797385621, "Y": 0.5007424242424242}, {"X": 0.22239869281045752, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1aec9d06-f4cf-4bc3-8307-a72827a9f03c", "Text": "do", "Geometry": {"BoundingBox": {"Width": 0.02063562091503268, "Top": 0.4855909090909091, "Left": 0.2782058823529412, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2782058823529412, "Y": 0.4855909090909091}, {"X": 0.2988415032679739, "Y": 0.4855909090909091}, {"X": 0.2988415032679739, "Y": 0.5007424242424242}, {"X": 0.2782058823529412, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "910200c3-bf65-46dc-987b-9866bdbe438e", "Text": "not", "Geometry": {"BoundingBox": {"Width": 0.027210784313725492, "Top": 0.4855909090909091, "Left": 0.3032794117647059, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3032794117647059, "Y": 0.4855909090909091}, {"X": 0.3304901960784314, "Y": 0.4855909090909091}, {"X": 0.3304901960784314, "Y": 0.5007424242424242}, {"X": 0.3032794117647059, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fc9ffaa5-7f0e-4067-9dc0-78d95716f4e3", "Text": "contact", "Geometry": {"BoundingBox": {"Width": 0.05975326797385621, "Top": 0.4855909090909091, "Left": 0.3349232026143791, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3349232026143791, "Y": 0.4855909090909091}, {"X": 0.3946764705882353, "Y": 0.4855909090909091}, {"X": 0.3946764705882353, "Y": 0.5007424242424242}, {"X": 0.3349232026143791, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "391a4e76-b50a-4e86-83cc-ad4035e43eda", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.02748529411764706, "Top": 0.4855909090909091, "Left": 0.399109477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.399109477124183, "Y": 0.4855909090909091}, {"X": 0.42659477124183004, "Y": 0.4855909090909091}, {"X": 0.42659477124183004, "Y": 0.5007424242424242}, {"X": 0.399109477124183, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "838b3f54-ce0c-40b5-93d5-332c68eb4ba9", "Text": "client", "Geometry": {"BoundingBox": {"Width": 0.04395098039215686, "Top": 0.4855909090909091, "Left": 0.43101797385620916, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.43101797385620916, "Y": 0.4855909090909091}, {"X": 0.47496895424836605, "Y": 0.4855909090909091}, {"X": 0.47496895424836605, "Y": 0.5007424242424242}, {"X": 0.43101797385620916, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0ddb2dc6-e791-4013-af95-6ed8c085171e", "Text": "going", "Geometry": {"BoundingBox": {"Width": 0.0436062091503268, "Top": 0.4855909090909091, "Left": 0.4793676470588235, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4793676470588235, "Y": 0.4855909090909091}, {"X": 0.5229738562091503, "Y": 0.4855909090909091}, {"X": 0.5229738562091503, "Y": 0.5007424242424242}, {"X": 0.4793676470588235, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8dfe1d63-05fb-42ef-9599-cbfddf5c379b", "Text": "forward.", "Geometry": {"BoundingBox": {"Width": 0.0686437908496732, "Top": 0.4855909090909091, "Left": 0.5274019607843137, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5274019607843137, "Y": 0.4855909090909091}, {"X": 0.5960457516339869, "Y": 0.4855909090909091}, {"X": 0.5960457516339869, "Y": 0.5007424242424242}, {"X": 0.5274019607843137, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "f615068e-b548-4fc3-971e-db7e1b46f3ba", "Text": "We are requesting that you forward the full policy amount of $50,000. Please forward an", "Geometry": {"BoundingBox": {"Width": 0.7081911764705882, "Top": 0.5225606060606061, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5377121212121212}, {"X": 0.11764705882352941, "Y": 0.5377121212121212}]}, "Relationships": [{"Ids": ["86e5c50e-68f7-446c-959b-53bccc4dfc37", "8f07072b-2312-4200-8be4-5bf1a6ad857f", "9f1fc632-7d6c-4c1a-aeb5-19f5f9b6156a", "2159e567-314b-4c1c-b7a4-5f55b6255069", "a2c7728e-beb7-4948-acc6-ac01b606164f", "0244f4dd-6c0e-4a7f-8c7a-fa529e6239be", "b401a388-c2ff-4231-a37b-0ae50a288ace", "f99cc41c-6de5-4432-a415-80419289becf", "63236dca-0d2b-409b-b12f-624c266da23d", "ed5432ee-2f1f-4e3e-9348-34e1391873e3", "3ebe33a2-aaae-4f4c-8f7f-802c92479373", "f35ca392-6c21-437c-bfb5-f7a0eceec2b9", "5d37394c-5e41-47c8-8645-19412f0ded93", "d45490c1-dd70-450b-b464-6d0169bffa05", "730dd24e-7e32-43bc-8fb5-1311b156a753"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "86e5c50e-68f7-446c-959b-53bccc4dfc37", "Text": "We", "Geometry": {"BoundingBox": {"Width": 0.02720751633986928, "Top": 0.5225606060606061, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5377121212121212}, {"X": 0.11764705882352941, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8f07072b-2312-4200-8be4-5bf1a6ad857f", "Text": "are", "Geometry": {"BoundingBox": {"Width": 0.02599183006535948, "Top": 0.5225606060606061, "Left": 0.14928104575163398, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14928104575163398, "Y": 0.5225606060606061}, {"X": 0.17527287581699347, "Y": 0.5225606060606061}, {"X": 0.17527287581699347, "Y": 0.5377121212121212}, {"X": 0.14928104575163398, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9f1fc632-7d6c-4c1a-aeb5-19f5f9b6156a", "Text": "requesting", "Geometry": {"BoundingBox": {"Width": 0.08522712418300654, "Top": 0.5225606060606061, "Left": 0.17969771241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17969771241830065, "Y": 0.5225606060606061}, {"X": 0.26492483660130717, "Y": 0.5225606060606061}, {"X": 0.26492483660130717, "Y": 0.5377121212121212}, {"X": 0.17969771241830065, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2159e567-314b-4c1c-b7a4-5f55b6255069", "Text": "that", "Geometry": {"BoundingBox": {"Width": 0.03283169934640523, "Top": 0.5225606060606061, "Left": 0.2693529411764706, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2693529411764706, "Y": 0.5225606060606061}, {"X": 0.3021846405228758, "Y": 0.5225606060606061}, {"X": 0.3021846405228758, "Y": 0.5377121212121212}, {"X": 0.2693529411764706, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a2c7728e-beb7-4948-acc6-ac01b606164f", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.5225606060606061, "Left": 0.30661764705882355, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.30661764705882355, "Y": 0.5225606060606061}, {"X": 0.33612581699346405, "Y": 0.5225606060606061}, {"X": 0.33612581699346405, "Y": 0.5377121212121212}, {"X": 0.30661764705882355, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0244f4dd-6c0e-4a7f-8c7a-fa529e6239be", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5225606060606061, "Left": 0.3405669934640523, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3405669934640523, "Y": 0.5225606060606061}, {"X": 0.4042630718954248, "Y": 0.5225606060606061}, {"X": 0.4042630718954248, "Y": 0.5377121212121212}, {"X": 0.3405669934640523, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b401a388-c2ff-4231-a37b-0ae50a288ace", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.5225606060606061, "Left": 0.40870424836601305, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.40870424836601305, "Y": 0.5225606060606061}, {"X": 0.43533986928104573, "Y": 0.5225606060606061}, {"X": 0.43533986928104573, "Y": 0.5377121212121212}, {"X": 0.40870424836601305, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f99cc41c-6de5-4432-a415-80419289becf", "Text": "full", "Geometry": {"BoundingBox": {"Width": 0.025276143790849675, "Top": 0.5225606060606061, "Left": 0.4397598039215686, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4397598039215686, "Y": 0.5225606060606061}, {"X": 0.4650359477124183, "Y": 0.5225606060606061}, {"X": 0.4650359477124183, "Y": 0.5377121212121212}, {"X": 0.4397598039215686, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "63236dca-0d2b-409b-b12f-624c266da23d", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681535947712418, "Top": 0.5225606060606061, "Left": 0.4694787581699346, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4694787581699346, "Y": 0.5225606060606061}, {"X": 0.5162941176470588, "Y": 0.5225606060606061}, {"X": 0.5162941176470588, "Y": 0.5377121212121212}, {"X": 0.4694787581699346, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ed5432ee-2f1f-4e3e-9348-34e1391873e3", "Text": "amount", "Geometry": {"BoundingBox": {"Width": 0.06256699346405228, "Top": 0.5225606060606061, "Left": 0.5207205882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5207205882352941, "Y": 0.5225606060606061}, {"X": 0.5832875816993464, "Y": 0.5225606060606061}, {"X": 0.5832875816993464, "Y": 0.5377121212121212}, {"X": 0.5207205882352941, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3ebe33a2-aaae-4f4c-8f7f-802c92479373", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.5225606060606061, "Left": 0.5877205882352942, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5877205882352942, "Y": 0.5225606060606061}, {"X": 0.6040392156862745, "Y": 0.5225606060606061}, {"X": 0.6040392156862745, "Y": 0.5377121212121212}, {"X": 0.5877205882352942, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f35ca392-6c21-437c-bfb5-f7a0eceec2b9", "Text": "$50,000.", "Geometry": {"BoundingBox": {"Width": 0.06945915032679739, "Top": 0.5225606060606061, "Left": 0.6084771241830066, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6084771241830066, "Y": 0.5225606060606061}, {"X": 0.677936274509804, "Y": 0.5225606060606061}, {"X": 0.677936274509804, "Y": 0.5377121212121212}, {"X": 0.6084771241830066, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5d37394c-5e41-47c8-8645-19412f0ded93", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.5225606060606061, "Left": 0.6823774509803922, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6823774509803922, "Y": 0.5225606060606061}, {"X": 0.7335898692810457, "Y": 0.5225606060606061}, {"X": 0.7335898692810457, "Y": 0.5377121212121212}, {"X": 0.6823774509803922, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d45490c1-dd70-450b-b464-6d0169bffa05", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5225606060606061, "Left": 0.738014705882353, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.738014705882353, "Y": 0.5225606060606061}, {"X": 0.8017107843137256, "Y": 0.5225606060606061}, {"X": 0.8017107843137256, "Y": 0.5377121212121212}, {"X": 0.738014705882353, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "730dd24e-7e32-43bc-8fb5-1311b156a753", "Text": "an", "Geometry": {"BoundingBox": {"Width": 0.01968627450980392, "Top": 0.5225606060606061, "Left": 0.8061519607843137, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8061519607843137, "Y": 0.5225606060606061}, {"X": 0.8258382352941176, "Y": 0.5225606060606061}, {"X": 0.8258382352941176, "Y": 0.5377121212121212}, {"X": 0.8061519607843137, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "af0ec676-480c-477a-8af2-209b5885a4a6", "Text": "acknowledgement of our demand and please forward the umbrella policy information if one is", "Geometry": {"BoundingBox": {"Width": 0.7517745098039216, "Top": 0.5410454545454545, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5561969696969696}, {"X": 0.11764705882352941, "Y": 0.5561969696969696}]}, "Relationships": [{"Ids": ["8188c178-86bd-450e-971b-bec6cfc3682f", "5dc45994-b789-4bfc-b55a-1d09f7e87203", "d06dd6f2-557a-4640-a83a-3202e0ee1f36", "6ab287b2-2a27-4f46-9eef-3a0057501199", "259994a8-01fb-414f-847d-bfff47d030e6", "b1c7d841-fb67-4c63-966e-b2daecc20a69", "b93ae507-1db8-4c7c-aae6-a317e379a024", "0295ca82-4410-42e4-9738-f8015a19e977", "9bfa287b-723c-4e5d-bf68-f44588c6a863", "29c37b9f-2246-416e-a728-6b860975f437", "c551f322-fc8c-4da0-93d3-5747b8768421", "224c9d6b-6a2e-4451-8311-a0fa51ae48e6", "a41f3da2-4035-42e2-b53b-769102a04753", "4dd11425-2892-4c35-9468-0ab4020b61c2"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "8188c178-86bd-450e-971b-bec6cfc3682f", "Text": "acknowledgement", "Geometry": {"BoundingBox": {"Width": 0.14708823529411766, "Top": 0.5410454545454545, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5561969696969696}, {"X": 0.11764705882352941, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5dc45994-b789-4bfc-b55a-1d09f7e87203", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.5410454545454545, "Left": 0.26916993464052286, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.26916993464052286, "Y": 0.5410454545454545}, {"X": 0.28548856209150325, "Y": 0.5410454545454545}, {"X": 0.28548856209150325, "Y": 0.5561969696969696}, {"X": 0.26916993464052286, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d06dd6f2-557a-4640-a83a-3202e0ee1f36", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.027483660130718953, "Top": 0.5410454545454545, "Left": 0.2899264705882353, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2899264705882353, "Y": 0.5410454545454545}, {"X": 0.31741013071895424, "Y": 0.5410454545454545}, {"X": 0.31741013071895424, "Y": 0.5561969696969696}, {"X": 0.2899264705882353, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6ab287b2-2a27-4f46-9eef-3a0057501199", "Text": "demand", "Geometry": {"BoundingBox": {"Width": 0.06570915032679739, "Top": 0.5410454545454545, "Left": 0.32183660130718955, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.32183660130718955, "Y": 0.5410454545454545}, {"X": 0.38754575163398697, "Y": 0.5410454545454545}, {"X": 0.38754575163398697, "Y": 0.5561969696969696}, {"X": 0.32183660130718955, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "259994a8-01fb-414f-847d-bfff47d030e6", "Text": "and", "Geometry": {"BoundingBox": {"Width": 0.029988562091503267, "Top": 0.5410454545454545, "Left": 0.39198692810457514, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.39198692810457514, "Y": 0.5410454545454545}, {"X": 0.4219754901960784, "Y": 0.5410454545454545}, {"X": 0.4219754901960784, "Y": 0.5561969696969696}, {"X": 0.39198692810457514, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b1c7d841-fb67-4c63-966e-b2daecc20a69", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.5410454545454545, "Left": 0.42641666666666667, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.42641666666666667, "Y": 0.5410454545454545}, {"X": 0.47780065359477125, "Y": 0.5410454545454545}, {"X": 0.47780065359477125, "Y": 0.5561969696969696}, {"X": 0.42641666666666667, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b93ae507-1db8-4c7c-aae6-a317e379a024", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5410454545454545, "Left": 0.4822254901960784, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4822254901960784, "Y": 0.5410454545454545}, {"X": 0.545921568627451, "Y": 0.5410454545454545}, {"X": 0.545921568627451, "Y": 0.5561969696969696}, {"X": 0.4822254901960784, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0295ca82-4410-42e4-9738-f8015a19e977", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.5410454545454545, "Left": 0.550359477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.550359477124183, "Y": 0.5410454545454545}, {"X": 0.5769950980392157, "Y": 0.5410454545454545}, {"X": 0.5769950980392157, "Y": 0.5561969696969696}, {"X": 0.550359477124183, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9bfa287b-723c-4e5d-bf68-f44588c6a863", "Text": "umbrella", "Geometry": {"BoundingBox": {"Width": 0.07125, "Top": 0.5410454545454545, "Left": 0.581421568627451, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.581421568627451, "Y": 0.5410454545454545}, {"X": 0.652671568627451, "Y": 0.5410454545454545}, {"X": 0.652671568627451, "Y": 0.5561969696969696}, {"X": 0.581421568627451, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "29c37b9f-2246-416e-a728-6b860975f437", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681699346405229, "Top": 0.5410454545454545, "Left": 0.6571045751633987, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6571045751633987, "Y": 0.5410454545454545}, {"X": 0.703921568627451, "Y": 0.5410454545454545}, {"X": 0.703921568627451, "Y": 0.5561969696969696}, {"X": 0.6571045751633987, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c551f322-fc8c-4da0-93d3-5747b8768421", "Text": "information", "Geometry": {"BoundingBox": {"Width": 0.0947173202614379, "Top": 0.5410454545454545, "Left": 0.7083464052287581, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7083464052287581, "Y": 0.5410454545454545}, {"X": 0.803063725490196, "Y": 0.5410454545454545}, {"X": 0.803063725490196, "Y": 0.5561969696969696}, {"X": 0.7083464052287581, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "224c9d6b-6a2e-4451-8311-a0fa51ae48e6", "Text": "if", "Geometry": {"BoundingBox": {"Width": 0.010480392156862745, "Top": 0.5410454545454545, "Left": 0.8075049019607843, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8075049019607843, "Y": 0.5410454545454545}, {"X": 0.817985294117647, "Y": 0.5410454545454545}, {"X": 0.817985294117647, "Y": 0.5561969696969696}, {"X": 0.8075049019607843, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a41f3da2-4035-42e2-b53b-769102a04753", "Text": "one", "Geometry": {"BoundingBox": {"Width": 0.030405228758169936, "Top": 0.5410454545454545, "Left": 0.8224232026143791, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8224232026143791, "Y": 0.5410454545454545}, {"X": 0.852828431372549, "Y": 0.5410454545454545}, {"X": 0.852828431372549, "Y": 0.5561969696969696}, {"X": 0.8224232026143791, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4dd11425-2892-4c35-9468-0ab4020b61c2", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.5410454545454545, "Left": 0.8572549019607844, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8572549019607844, "Y": 0.5410454545454545}, {"X": 0.869421568627451, "Y": 0.5410454545454545}, {"X": 0.869421568627451, "Y": 0.5561969696969696}, {"X": 0.8572549019607844, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "3e57c5e2-353a-41fb-8a51-76ff5fc1ef7a", "Text": "applicable. Please send my secretary any information regarding liens on his policy.", "Geometry": {"BoundingBox": {"Width": 0.6540081699346405, "Top": 0.559530303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.5746818181818182}, {"X": 0.11764705882352941, "Y": 0.5746818181818182}]}, "Relationships": [{"Ids": ["b223c757-e8a0-4cb3-95ca-aa38715d9e75", "a75e2df4-8a49-497a-bfe0-548afbef92fa", "da8fa81e-1729-4438-bbdf-cd74dba05e9d", "f896aba5-2ae6-4f6b-b0c8-2215cc1770c0", "21198835-e4fe-4f17-a465-fae50432e5e4", "d6956d83-0077-4ef6-b3ff-20a330d58a65", "7cf16a21-77e2-49c2-be4f-5950fce433d8", "e953c5c0-c6a9-4267-8779-2f38a7d0a0ce", "299096ae-c6ae-456d-83b5-a8a1a776bac5", "293cc973-0b78-4c4d-b4b9-95546efa4c51", "80dafd7c-eeb4-441e-863b-2573c6ae2c7e", "bccd2430-8160-4e68-9608-c3f715b6d59a"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "b223c757-e8a0-4cb3-95ca-aa38715d9e75", "Text": "applicable.", "Geometry": {"BoundingBox": {"Width": 0.0861797385620915, "Top": 0.559530303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.5746818181818182}, {"X": 0.11764705882352941, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a75e2df4-8a49-497a-bfe0-548afbef92fa", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.559530303030303, "Left": 0.20826797385620915, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20826797385620915, "Y": 0.559530303030303}, {"X": 0.25948039215686275, "Y": 0.559530303030303}, {"X": 0.25948039215686275, "Y": 0.5746818181818182}, {"X": 0.20826797385620915, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "da8fa81e-1729-4438-bbdf-cd74dba05e9d", "Text": "send", "Geometry": {"BoundingBox": {"Width": 0.038022875816993464, "Top": 0.559530303030303, "Left": 0.2639052287581699, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2639052287581699, "Y": 0.559530303030303}, {"X": 0.3019281045751634, "Y": 0.559530303030303}, {"X": 0.3019281045751634, "Y": 0.5746818181818182}, {"X": 0.2639052287581699, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f896aba5-2ae6-4f6b-b0c8-2215cc1770c0", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024544117647058824, "Top": 0.559530303030303, "Left": 0.3063692810457516, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3063692810457516, "Y": 0.559530303030303}, {"X": 0.33091339869281045, "Y": 0.559530303030303}, {"X": 0.33091339869281045, "Y": 0.5746818181818182}, {"X": 0.3063692810457516, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "21198835-e4fe-4f17-a465-fae50432e5e4", "Text": "secretary", "Geometry": {"BoundingBox": {"Width": 0.07398692810457516, "Top": 0.559530303030303, "Left": 0.33533986928104575, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.33533986928104575, "Y": 0.559530303030303}, {"X": 0.40932679738562094, "Y": 0.559530303030303}, {"X": 0.40932679738562094, "Y": 0.5746818181818182}, {"X": 0.33533986928104575, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d6956d83-0077-4ef6-b3ff-20a330d58a65", "Text": "any", "Geometry": {"BoundingBox": {"Width": 0.028576797385620915, "Top": 0.559530303030303, "Left": 0.4137532679738562, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4137532679738562, "Y": 0.559530303030303}, {"X": 0.4423300653594771, "Y": 0.559530303030303}, {"X": 0.4423300653594771, "Y": 0.5746818181818182}, {"X": 0.4137532679738562, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7cf16a21-77e2-49c2-be4f-5950fce433d8", "Text": "information", "Geometry": {"BoundingBox": {"Width": 0.0947173202614379, "Top": 0.559530303030303, "Left": 0.4467549019607843, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4467549019607843, "Y": 0.559530303030303}, {"X": 0.5414722222222222, "Y": 0.559530303030303}, {"X": 0.5414722222222222, "Y": 0.5746818181818182}, {"X": 0.4467549019607843, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e953c5c0-c6a9-4267-8779-2f38a7d0a0ce", "Text": "regarding", "Geometry": {"BoundingBox": {"Width": 0.0763888888888889, "Top": 0.559530303030303, "Left": 0.5459133986928104, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5459133986928104, "Y": 0.559530303030303}, {"X": 0.6223022875816993, "Y": 0.559530303030303}, {"X": 0.6223022875816993, "Y": 0.5746818181818182}, {"X": 0.5459133986928104, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "299096ae-c6ae-456d-83b5-a8a1a776bac5", "Text": "liens", "Geometry": {"BoundingBox": {"Width": 0.03672549019607843, "Top": 0.559530303030303, "Left": 0.6267238562091503, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6267238562091503, "Y": 0.559530303030303}, {"X": 0.6634493464052287, "Y": 0.559530303030303}, {"X": 0.6634493464052287, "Y": 0.5746818181818182}, {"X": 0.6267238562091503, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "293cc973-0b78-4c4d-b4b9-95546efa4c51", "Text": "on", "Geometry": {"BoundingBox": {"Width": 0.020637254901960785, "Top": 0.559530303030303, "Left": 0.6679003267973856, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6679003267973856, "Y": 0.559530303030303}, {"X": 0.6885375816993464, "Y": 0.559530303030303}, {"X": 0.6885375816993464, "Y": 0.5746818181818182}, {"X": 0.6679003267973856, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "80dafd7c-eeb4-441e-863b-2573c6ae2c7e", "Text": "his", "Geometry": {"BoundingBox": {"Width": 0.022470588235294117, "Top": 0.559530303030303, "Left": 0.6929885620915033, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6929885620915033, "Y": 0.559530303030303}, {"X": 0.7154591503267974, "Y": 0.559530303030303}, {"X": 0.7154591503267974, "Y": 0.5746818181818182}, {"X": 0.6929885620915033, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "bccd2430-8160-4e68-9608-c3f715b6d59a", "Text": "policy.", "Geometry": {"BoundingBox": {"Width": 0.05174509803921569, "Top": 0.559530303030303, "Left": 0.7199101307189543, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7199101307189543, "Y": 0.559530303030303}, {"X": 0.7716552287581699, "Y": 0.559530303030303}, {"X": 0.7716552287581699, "Y": 0.5746818181818182}, {"X": 0.7199101307189543, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "0ed9784a-9fbb-4639-8d66-8089b4a7b6ef", "Text": "Please contact my office if you have any questions.", "Geometry": {"BoundingBox": {"Width": 0.40503758169934634, "Top": 0.5965, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.6116515151515152}, {"X": 0.11764705882352941, "Y": 0.6116515151515152}]}, "Relationships": [{"Ids": ["627f6c86-95a2-487d-bd6f-f1d5b38214e7", "5064292c-8aa1-42b9-99e0-f1584b0422c9", "43ddc08c-e30a-4316-932a-f4c21cfcb889", "415a0e77-ac0d-45b5-979c-bf2ed69104f3", "1b2ddb80-b46e-4027-a872-dc7ae758089e", "9d612cef-61a8-480c-80c2-b0c5ec37480d", "c3d1bfe2-858b-4f3e-aeff-d3cede62822b", "5c72c8b4-2cf2-4a50-9dbe-90a4599250ed", "9ab10b8b-d57b-49d5-8995-df61815bc607"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "627f6c86-95a2-487d-bd6f-f1d5b38214e7", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.5965, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.6116515151515152}, {"X": 0.11764705882352941, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5064292c-8aa1-42b9-99e0-f1584b0422c9", "Text": "contact", "Geometry": {"BoundingBox": {"Width": 0.05975490196078431, "Top": 0.5965, "Left": 0.1732843137254902, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1732843137254902, "Y": 0.5965}, {"X": 0.2330392156862745, "Y": 0.5965}, {"X": 0.2330392156862745, "Y": 0.6116515151515152}, {"X": 0.1732843137254902, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "43ddc08c-e30a-4316-932a-f4c21cfcb889", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024545751633986927, "Top": 0.5965, "Left": 0.23747222222222222, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23747222222222222, "Y": 0.5965}, {"X": 0.2620179738562092, "Y": 0.5965}, {"X": 0.2620179738562092, "Y": 0.6116515151515152}, {"X": 0.23747222222222222, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "415a0e77-ac0d-45b5-979c-bf2ed69104f3", "Text": "office", "Geometry": {"BoundingBox": {"Width": 0.04486437908496732, "Top": 0.5965, "Left": 0.26644281045751633, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.26644281045751633, "Y": 0.5965}, {"X": 0.31130718954248365, "Y": 0.5965}, {"X": 0.31130718954248365, "Y": 0.6116515151515152}, {"X": 0.26644281045751633, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1b2ddb80-b46e-4027-a872-dc7ae758089e", "Text": "if", "Geometry": {"BoundingBox": {"Width": 0.010480392156862745, "Top": 0.5965, "Left": 0.3157271241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3157271241830065, "Y": 0.5965}, {"X": 0.3262075163398693, "Y": 0.5965}, {"X": 0.3262075163398693, "Y": 0.6116515151515152}, {"X": 0.3157271241830065, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9d612cef-61a8-480c-80c2-b0c5ec37480d", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.5965, "Left": 0.3306437908496732, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3306437908496732, "Y": 0.5965}, {"X": 0.3601519607843137, "Y": 0.5965}, {"X": 0.3601519607843137, "Y": 0.6116515151515152}, {"X": 0.3306437908496732, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c3d1bfe2-858b-4f3e-aeff-d3cede62822b", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.5965, "Left": 0.36459313725490194, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.36459313725490194, "Y": 0.5965}, {"X": 0.4029084967320261, "Y": 0.5965}, {"X": 0.4029084967320261, "Y": 0.6116515151515152}, {"X": 0.36459313725490194, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5c72c8b4-2cf2-4a50-9dbe-90a4599250ed", "Text": "any", "Geometry": {"BoundingBox": {"Width": 0.028575163398692812, "Top": 0.5965, "Left": 0.4073349673202614, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4073349673202614, "Y": 0.5965}, {"X": 0.43591013071895424, "Y": 0.5965}, {"X": 0.43591013071895424, "Y": 0.6116515151515152}, {"X": 0.4073349673202614, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9ab10b8b-d57b-49d5-8995-df61815bc607", "Text": "questions.", "Geometry": {"BoundingBox": {"Width": 0.08234803921568627, "Top": 0.5965, "Left": 0.44033660130718955, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.44033660130718955, "Y": 0.5965}, {"X": 0.5226846405228758, "Y": 0.5965}, {"X": 0.5226846405228758, "Y": 0.6116515151515152}, {"X": 0.44033660130718955, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "11c56e04-752a-4908-8eff-2d86c79d0478", "Text": "Sincerely,", "Geometry": {"BoundingBox": {"Width": 0.07671568627450981, "Top": 0.6519545454545455, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6671060606060606}, {"X": 0.11764705882352941, "Y": 0.6671060606060606}]}, "Relationships": [{"Ids": ["da17e453-6197-4c3b-801a-77b511e834bf"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "da17e453-6197-4c3b-801a-77b511e834bf", "Text": "Sincerely,", "Geometry": {"BoundingBox": {"Width": 0.07671568627450981, "Top": 0.6519545454545455, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6671060606060606}, {"X": 0.11764705882352941, "Y": 0.6671060606060606}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "fef1e2d7-7322-4a0d-876b-fafef9d45b76", "Text": "Angela Berry, Attorney", "Geometry": {"BoundingBox": {"Width": 0.1818496732026144, "Top": 0.6889242424242424, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.7040757575757576}, {"X": 0.11764705882352941, "Y": 0.7040757575757576}]}, "Relationships": [{"Ids": ["772205d4-b8e0-475f-ae5a-77cd24768d9d", "94f8e57c-78a6-4f15-8515-d549667be6f8", "27887b7c-7c75-43cc-a289-ed91b3f4fd9c"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "772205d4-b8e0-475f-ae5a-77cd24768d9d", "Text": "Angela", "Geometry": {"BoundingBox": {"Width": 0.05452614379084968, "Top": 0.6889242424242424, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.7040757575757576}, {"X": 0.11764705882352941, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "94f8e57c-78a6-4f15-8515-d549667be6f8", "Text": "Berry,", "Geometry": {"BoundingBox": {"Width": 0.04786928104575163, "Top": 0.6889242424242424, "Left": 0.1766062091503268, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1766062091503268, "Y": 0.6889242424242424}, {"X": 0.22447549019607843, "Y": 0.6889242424242424}, {"X": 0.22447549019607843, "Y": 0.7040757575757576}, {"X": 0.1766062091503268, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "27887b7c-7c75-43cc-a289-ed91b3f4fd9c", "Text": "Attorney", "Geometry": {"BoundingBox": {"Width": 0.07059803921568628, "Top": 0.6889242424242424, "Left": 0.22889869281045752, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22889869281045752, "Y": 0.6889242424242424}, {"X": 0.2994967320261438, "Y": 0.6889242424242424}, {"X": 0.2994967320261438, "Y": 0.7040757575757576}, {"X": 0.22889869281045752, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}], "Entities": [{"BlockReferences": [{"BlockId": "ec0a98bb-b5bb-43c7-83f6-d9781823bcba", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "4a769735-b0df-40c6-941f-72a85cd06633"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "9b169d3e-096f-46ab-b2af-b152677c712c"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "e589f68e-7c4c-4602-9f1f-2905f448d196"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "b63b9a8f-dee9-41de-96b8-d5fead3303e2"}], "BeginOffset": 0, "EndOffset": 31}], "Text": "Budget Mutual Insurance Company", "Type": "Insurance Company", "Score": 1}, {"BlockReferences": [{"BlockId": "da1ac0b2-b5a1-4e95-b93b-e81a055c4534", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "b108bef9-4544-43fb-8ae9-98cc75d8f20d"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "135d0369-37eb-4b12-96a8-bfefa06104e7"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "627d3360-e67a-47a6-8631-163de5f471d1"}], "BeginOffset": 0, "EndOffset": 17}, {"BlockId": "f040befb-fdad-413b-9fb7-3a6cecee56c5", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 12, "ChildBlockId": "1c8f3dd7-6c5f-485a-ae08-7622ce2c6fb9"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "72b44392-2171-4a00-8f7f-537e72fa9eb4"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "599b182d-b12f-453f-b979-1e0a7f0d0411"}], "BeginOffset": 0, "EndOffset": 21}], "Text": "9876 Infinity Ave Springfield, MI 65541", "Type": "Insurance Company Address", "Score": 1}, {"BlockReferences": [{"BlockId": "5201cbb2-0bbc-4912-9fa9-4cb34f003c04", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "4ecbef8b-5543-4c01-b6c9-b9a1b0faa9cf"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "eb2dbb3f-611b-4ca7-bd7b-6574e343312f"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "906cd900-8f02-4bc9-bbc0-edb0cc7bc678"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "fbbd2003-dd81-4862-a718-41522ee56532"}], "BeginOffset": 0, "EndOffset": 25}], "Text": "Georgia Collan Parker LLP", "Type": "Law Firm", "Score": 1}, {"BlockReferences": [{"BlockId": "40d3ca15-7d0c-4c16-bdbb-ddd41bbcdc27", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "17cd291a-37e1-4c95-b85d-2bab8650d8bf"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "4e4d6894-3103-4b53-a24b-31a9c69e268d"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "dab842a3-e64b-4ba1-8c2d-777b3b6bdb37"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "7f534e48-04c7-411f-9a07-941350eccacf"}], "BeginOffset": 0, "EndOffset": 16}, {"BlockId": "fc51d12a-855b-4997-9515-c9891ab8b2c8", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "f9dedcd8-72e4-47c1-81ad-1257b0e83b19"}, {"BeginOffset": 0, "EndOffset": 15, "ChildBlockId": "3459ac96-e57f-4b5a-b0e0-3c381c8945ca"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "1b982fdd-7b14-4b38-8fe6-f06808f294f8"}], "BeginOffset": 0, "EndOffset": 29}], "Text": "9816 51st Ave SW Auburn, Washington(WA), 98092", "Type": "Law Office Address", "Score": 1}, {"BlockReferences": [{"BlockId": "65da6130-aac9-4b78-bff7-0d3d6a39486a", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "688eb692-6e0c-4b22-9612-4024937a5799"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "cf4a94bd-b8f2-4dbd-8576-4a80c3b269aa"}], "BeginOffset": 12, "EndOffset": 25}], "Text": "Courtney Sosa", "Type": "Beneficiary Name", "Score": 1}, {"BlockReferences": [{"BlockId": "c8395ef4-20d6-4625-92e8-f3bbde435e47", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "2f01f9c4-274c-4955-8d5c-7d93a8878dce"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "7cbc2788-5a4d-49da-a4ac-20217fcb0b67"}], "BeginOffset": 24, "EndOffset": 37}], "Text": "Courtney Sosa", "Type": "Beneficiary Name", "Score": 1}, {"BlockReferences": [{"BlockId": "c8395ef4-20d6-4625-92e8-f3bbde435e47", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "89e963c8-bb50-4981-8b8c-d8e892928fed"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "660cc0fe-43fb-4936-ab58-3e55a8e7867f"}], "BeginOffset": 62, "EndOffset": 75}], "Text": "Lukas Juarez.", "Type": "Policy Holder Name", "Score": 1}, {"BlockReferences": [{"BlockId": "b4d65246-a063-4dd3-8a98-cf9f68df57a9", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 12, "ChildBlockId": "352c62e5-873d-45e6-ae1e-2722c20d457a"}], "BeginOffset": 41, "EndOffset": 53}], "Text": "(#951033310)", "Type": "Policy Number", "Score": 1}, {"BlockReferences": [{"BlockId": "f615068e-b548-4fc3-971e-db7e1b46f3ba", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "f35ca392-6c21-437c-bfb5-f7a0eceec2b9"}], "BeginOffset": 61, "EndOffset": 69}], "Text": "$50,000.", "Type": "Payout", "Score": 1}, {"BlockReferences": [{"BlockId": "f615068e-b548-4fc3-971e-db7e1b46f3ba", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "86e5c50e-68f7-446c-959b-53bccc4dfc37"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "8f07072b-2312-4200-8be4-5bf1a6ad857f"}, {"BeginOffset": 0, "EndOffset": 10, "ChildBlockId": "9f1fc632-7d6c-4c1a-aeb5-19f5f9b6156a"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "2159e567-314b-4c1c-b7a4-5f55b6255069"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "a2c7728e-beb7-4948-acc6-ac01b606164f"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "0244f4dd-6c0e-4a7f-8c7a-fa529e6239be"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "b401a388-c2ff-4231-a37b-0ae50a288ace"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "f99cc41c-6de5-4432-a415-80419289becf"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "63236dca-0d2b-409b-b12f-624c266da23d"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "ed5432ee-2f1f-4e3e-9348-34e1391873e3"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "3ebe33a2-aaae-4f4c-8f7f-802c92479373"}], "BeginOffset": 0, "EndOffset": 60}, {"BlockId": "f615068e-b548-4fc3-971e-db7e1b46f3ba", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "5d37394c-5e41-47c8-8645-19412f0ded93"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "d45490c1-dd70-450b-b464-6d0169bffa05"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "730dd24e-7e32-43bc-8fb5-1311b156a753"}], "BeginOffset": 70, "EndOffset": 87}, {"BlockId": "af0ec676-480c-477a-8af2-209b5885a4a6", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 15, "ChildBlockId": "8188c178-86bd-450e-971b-bec6cfc3682f"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "5dc45994-b789-4bfc-b55a-1d09f7e87203"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "d06dd6f2-557a-4640-a83a-3202e0ee1f36"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "6ab287b2-2a27-4f46-9eef-3a0057501199"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "259994a8-01fb-414f-847d-bfff47d030e6"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "b1c7d841-fb67-4c63-966e-b2daecc20a69"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "b93ae507-1db8-4c7c-aae6-a317e379a024"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "0295ca82-4410-42e4-9738-f8015a19e977"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "9bfa287b-723c-4e5d-bf68-f44588c6a863"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "29c37b9f-2246-416e-a728-6b860975f437"}, {"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "c551f322-fc8c-4da0-93d3-5747b8768421"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "224c9d6b-6a2e-4451-8311-a0fa51ae48e6"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "a41f3da2-4035-42e2-b53b-769102a04753"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "4dd11425-2892-4c35-9468-0ab4020b61c2"}], "BeginOffset": 0, "EndOffset": 90}, {"BlockId": "3e57c5e2-353a-41fb-8a51-76ff5fc1ef7a", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "b223c757-e8a0-4cb3-95ca-aa38715d9e75"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "a75e2df4-8a49-497a-bfe0-548afbef92fa"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "da8fa81e-1729-4438-bbdf-cd74dba05e9d"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "f896aba5-2ae6-4f6b-b0c8-2215cc1770c0"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "21198835-e4fe-4f17-a465-fae50432e5e4"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "d6956d83-0077-4ef6-b3ff-20a330d58a65"}, {"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "7cf16a21-77e2-49c2-be4f-5950fce433d8"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "e953c5c0-c6a9-4267-8779-2f38a7d0a0ce"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "299096ae-c6ae-456d-83b5-a8a1a776bac5"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "293cc973-0b78-4c4d-b4b9-95546efa4c51"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "80dafd7c-eeb4-441e-863b-2573c6ae2c7e"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "bccd2430-8160-4e68-9608-c3f715b6d59a"}], "BeginOffset": 0, "EndOffset": 83}], "Text": "We are requesting that you forward the full policy amount of Please forward an acknowledgement of our demand and please forward the umbrella policy information if one is applicable. Please send my secretary any information regarding liens on his policy.", "Type": "Required Action", "Score": 1}, {"BlockReferences": [{"BlockId": "fef1e2d7-7322-4a0d-876b-fafef9d45b76", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "772205d4-b8e0-475f-ae5a-77cd24768d9d"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "94f8e57c-78a6-4f15-8515-d549667be6f8"}], "BeginOffset": 0, "EndOffset": 13}], "Text": "Angela Berry,", "Type": "Sender", "Score": 1}], "File": "Letter 0-1-ccf1b225-ann.json"}
data/raw_data/annotations/Letter 1-1-b01b8ace-ann.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"Version": "2021-04-30", "DocumentType": "NativePDF", "DocumentMetadata": {"Pages": "1"}, "Blocks": [{"BlockType": "LINE", "Id": "04c0a652-5e28-41cc-b3fa-c6e924400ba9", "Text": "Notice of Representation", "Geometry": {"BoundingBox": {"Width": 0.26350163398692805, "Top": 0.12879545454545455, "Left": 0.11764705882352941, "Height": 0.020303030303030295}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.14909848484848484}, {"X": 0.11764705882352941, "Y": 0.14909848484848484}]}, "Relationships": [{"Ids": ["526026c4-8b30-4faf-a1a7-acfadb434217", "b5387048-a268-4eb2-94e1-403518fb3bd3", "fffd2b74-e53a-4e20-aca7-aa69d4ef926b"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "526026c4-8b30-4faf-a1a7-acfadb434217", "Text": "Notice", "Geometry": {"BoundingBox": {"Width": 0.06877614379084968, "Top": 0.12879545454545455, "Left": 0.11764705882352941, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.14909848484848484}, {"X": 0.11764705882352941, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b5387048-a268-4eb2-94e1-403518fb3bd3", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.021490196078431372, "Top": 0.12879545454545455, "Left": 0.19227777777777777, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.19227777777777777, "Y": 0.12879545454545455}, {"X": 0.21376797385620913, "Y": 0.12879545454545455}, {"X": 0.21376797385620913, "Y": 0.14909848484848484}, {"X": 0.19227777777777777, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fffd2b74-e53a-4e20-aca7-aa69d4ef926b", "Text": "Representation", "Geometry": {"BoundingBox": {"Width": 0.16152777777777777, "Top": 0.12879545454545455, "Left": 0.21962091503267975, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.21962091503267975, "Y": 0.12879545454545455}, {"X": 0.3811486928104575, "Y": 0.12879545454545455}, {"X": 0.3811486928104575, "Y": 0.14909848484848484}, {"X": 0.21962091503267975, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "4e1639ef-816b-4036-b159-9db321069a4b", "Text": "Budget Mutual Insurance Company", "Geometry": {"BoundingBox": {"Width": 0.28107516339869276, "Top": 0.15256060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.1677121212121212}, {"X": 0.11764705882352941, "Y": 0.1677121212121212}]}, "Relationships": [{"Ids": ["ac10516e-ee22-47de-be08-6e6d8a7342af", "6aebe31a-939d-40bf-a1fe-fc5703dfdf6d", "b65399e5-c953-4a4e-b15b-66d021e85915", "39623fa7-30ea-431f-acd1-59e74ea5cee1"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "ac10516e-ee22-47de-be08-6e6d8a7342af", "Text": "Budget", "Geometry": {"BoundingBox": {"Width": 0.0568235294117647, "Top": 0.15256060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.1677121212121212}, {"X": 0.11764705882352941, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6aebe31a-939d-40bf-a1fe-fc5703dfdf6d", "Text": "Mutual", "Geometry": {"BoundingBox": {"Width": 0.0578202614379085, "Top": 0.15256060606060606, "Left": 0.17890196078431372, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17890196078431372, "Y": 0.15256060606060606}, {"X": 0.23672222222222222, "Y": 0.15256060606060606}, {"X": 0.23672222222222222, "Y": 0.1677121212121212}, {"X": 0.17890196078431372, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b65399e5-c953-4a4e-b15b-66d021e85915", "Text": "Insurance", "Geometry": {"BoundingBox": {"Width": 0.07780065359477124, "Top": 0.15256060606060606, "Left": 0.24116503267973857, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24116503267973857, "Y": 0.15256060606060606}, {"X": 0.31896568627450983, "Y": 0.15256060606060606}, {"X": 0.31896568627450983, "Y": 0.1677121212121212}, {"X": 0.24116503267973857, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "39623fa7-30ea-431f-acd1-59e74ea5cee1", "Text": "Company", "Geometry": {"BoundingBox": {"Width": 0.07533169934640523, "Top": 0.15256060606060606, "Left": 0.323390522875817, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.323390522875817, "Y": 0.15256060606060606}, {"X": 0.3987222222222222, "Y": 0.15256060606060606}, {"X": 0.3987222222222222, "Y": 0.1677121212121212}, {"X": 0.323390522875817, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "deb445e5-9c03-4f8d-be06-522c841ea8d4", "Text": "9876 Infinity Ave", "Geometry": {"BoundingBox": {"Width": 0.13456209150326795, "Top": 0.17104545454545456, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.1861969696969697}, {"X": 0.11764705882352941, "Y": 0.1861969696969697}]}, "Relationships": [{"Ids": ["e44b3fe3-7161-4b5c-8cb9-66738c18218d", "2f87cb1c-bdac-40f8-aa50-77a16c45b5ca", "d7a8f368-2be3-41b8-98d6-d0e8b9524fc6"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "e44b3fe3-7161-4b5c-8cb9-66738c18218d", "Text": "9876", "Geometry": {"BoundingBox": {"Width": 0.039753267973856206, "Top": 0.17104545454545456, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.1861969696969697}, {"X": 0.11764705882352941, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2f87cb1c-bdac-40f8-aa50-77a16c45b5ca", "Text": "Infinity", "Geometry": {"BoundingBox": {"Width": 0.05597875816993464, "Top": 0.17104545454545456, "Left": 0.16183006535947714, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16183006535947714, "Y": 0.17104545454545456}, {"X": 0.21780882352941178, "Y": 0.17104545454545456}, {"X": 0.21780882352941178, "Y": 0.1861969696969697}, {"X": 0.16183006535947714, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d7a8f368-2be3-41b8-98d6-d0e8b9524fc6", "Text": "Ave", "Geometry": {"BoundingBox": {"Width": 0.0299640522875817, "Top": 0.17104545454545456, "Left": 0.2222450980392157, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2222450980392157, "Y": 0.17104545454545456}, {"X": 0.25220915032679736, "Y": 0.17104545454545456}, {"X": 0.25220915032679736, "Y": 0.1861969696969697}, {"X": 0.2222450980392157, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "1e64ec4e-7629-4a59-95b1-684354616585", "Text": "Springfield, MI 65541", "Geometry": {"BoundingBox": {"Width": 0.17037581699346407, "Top": 0.18953030303030302, "Left": 0.11764705882352941, "Height": 0.015151515151515166}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.2046818181818182}, {"X": 0.11764705882352941, "Y": 0.2046818181818182}]}, "Relationships": [{"Ids": ["bccbdc7f-56e1-4fdd-8c51-51202bcf56a4", "a7b4c522-88d0-4a64-ab34-76750feaeb5b", "c0419c56-8dbe-42c8-9ed7-17ecf05807c6"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "bccbdc7f-56e1-4fdd-8c51-51202bcf56a4", "Text": "Springfield,", "Geometry": {"BoundingBox": {"Width": 0.09012418300653595, "Top": 0.18953030303030302, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.2046818181818182}, {"X": 0.11764705882352941, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a7b4c522-88d0-4a64-ab34-76750feaeb5b", "Text": "MI", "Geometry": {"BoundingBox": {"Width": 0.021705882352941176, "Top": 0.18953030303030302, "Left": 0.21219444444444444, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21219444444444444, "Y": 0.18953030303030302}, {"X": 0.23390032679738562, "Y": 0.18953030303030302}, {"X": 0.23390032679738562, "Y": 0.2046818181818182}, {"X": 0.21219444444444444, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c0419c56-8dbe-42c8-9ed7-17ecf05807c6", "Text": "65541", "Geometry": {"BoundingBox": {"Width": 0.04968954248366013, "Top": 0.18953030303030302, "Left": 0.23833333333333334, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23833333333333334, "Y": 0.18953030303030302}, {"X": 0.2880228758169935, "Y": 0.18953030303030302}, {"X": 0.2880228758169935, "Y": 0.2046818181818182}, {"X": 0.23833333333333334, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "e6d859aa-02de-4862-bf28-a41ed782c36b", "Text": "Asimov Joyce Martin & Austen", "Geometry": {"BoundingBox": {"Width": 0.2432924836601307, "Top": 0.2268030303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515166}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.2268030303030303}, {"X": 0.1760261437908497, "Y": 0.2268030303030303}, {"X": 0.1760261437908497, "Y": 0.24195454545454548}, {"X": 0.11764705882352941, "Y": 0.24195454545454548}]}, "Relationships": [{"Ids": ["a27b6375-2c0c-46e4-bcdd-d6e0c6cd1bb4", "6fbf6840-c677-4e9d-8e37-7b1a0525c998", "87d65c3e-182d-410b-9767-c864e22b810e", "462e6c4f-9be3-4b5a-bb2c-1966fb7bb37c", "390f4f0c-78c7-4371-a7ee-313629a3e845"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "a27b6375-2c0c-46e4-bcdd-d6e0c6cd1bb4", "Text": "Asimov", "Geometry": {"BoundingBox": {"Width": 0.05837908496732026, "Top": 0.2268030303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.2268030303030303}, {"X": 0.1760261437908497, "Y": 0.2268030303030303}, {"X": 0.1760261437908497, "Y": 0.24195454545454548}, {"X": 0.11764705882352941, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6fbf6840-c677-4e9d-8e37-7b1a0525c998", "Text": "Joyce", "Geometry": {"BoundingBox": {"Width": 0.04352124183006536, "Top": 0.2268030303030303, "Left": 0.18045261437908497, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.18045261437908497, "Y": 0.2268030303030303}, {"X": 0.22397385620915033, "Y": 0.2268030303030303}, {"X": 0.22397385620915033, "Y": 0.24195454545454548}, {"X": 0.18045261437908497, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "87d65c3e-182d-410b-9767-c864e22b810e", "Text": "Martin", "Geometry": {"BoundingBox": {"Width": 0.05435457516339869, "Top": 0.2268030303030303, "Left": 0.22840032679738562, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22840032679738562, "Y": 0.2268030303030303}, {"X": 0.2827549019607843, "Y": 0.2268030303030303}, {"X": 0.2827549019607843, "Y": 0.24195454545454548}, {"X": 0.22840032679738562, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "462e6c4f-9be3-4b5a-bb2c-1966fb7bb37c", "Text": "&", "Geometry": {"BoundingBox": {"Width": 0.013372549019607842, "Top": 0.2268030303030303, "Left": 0.28719607843137257, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.28719607843137257, "Y": 0.2268030303030303}, {"X": 0.3005686274509804, "Y": 0.2268030303030303}, {"X": 0.3005686274509804, "Y": 0.24195454545454548}, {"X": 0.28719607843137257, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "390f4f0c-78c7-4371-a7ee-313629a3e845", "Text": "Austen", "Geometry": {"BoundingBox": {"Width": 0.05593627450980392, "Top": 0.2268030303030303, "Left": 0.3050032679738562, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3050032679738562, "Y": 0.2268030303030303}, {"X": 0.3609395424836601, "Y": 0.2268030303030303}, {"X": 0.3609395424836601, "Y": 0.24195454545454548}, {"X": 0.3050032679738562, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "9393c957-6da3-42c9-8f9f-f630c471f121", "Text": "610 2nd Ave W", "Geometry": {"BoundingBox": {"Width": 0.1210702614379085, "Top": 0.24528787878787878, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.24528787878787878}, {"X": 0.1474624183006536, "Y": 0.24528787878787878}, {"X": 0.1474624183006536, "Y": 0.2604393939393939}, {"X": 0.11764705882352941, "Y": 0.2604393939393939}]}, "Relationships": [{"Ids": ["9c1272ff-c532-45a5-b816-7ecb5c549044", "eb09b10b-b941-4be4-83f6-37f873dfcb87", "7481a6dc-320a-40ce-b779-57bca5e781cf", "4d0ca2c3-eabb-4d15-8bf7-a1e9685bfdda"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "9c1272ff-c532-45a5-b816-7ecb5c549044", "Text": "610", "Geometry": {"BoundingBox": {"Width": 0.029815359477124184, "Top": 0.24528787878787878, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.24528787878787878}, {"X": 0.1474624183006536, "Y": 0.24528787878787878}, {"X": 0.1474624183006536, "Y": 0.2604393939393939}, {"X": 0.11764705882352941, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "eb09b10b-b941-4be4-83f6-37f873dfcb87", "Text": "2nd", "Geometry": {"BoundingBox": {"Width": 0.03054248366013072, "Top": 0.24528787878787878, "Left": 0.1518856209150327, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1518856209150327, "Y": 0.24528787878787878}, {"X": 0.1824281045751634, "Y": 0.24528787878787878}, {"X": 0.1824281045751634, "Y": 0.2604393939393939}, {"X": 0.1518856209150327, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7481a6dc-320a-40ce-b779-57bca5e781cf", "Text": "Ave", "Geometry": {"BoundingBox": {"Width": 0.029972222222222223, "Top": 0.24528787878787878, "Left": 0.18687091503267975, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.18687091503267975, "Y": 0.24528787878787878}, {"X": 0.21684313725490198, "Y": 0.24528787878787878}, {"X": 0.21684313725490198, "Y": 0.2604393939393939}, {"X": 0.18687091503267975, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4d0ca2c3-eabb-4d15-8bf7-a1e9685bfdda", "Text": "W", "Geometry": {"BoundingBox": {"Width": 0.017450980392156864, "Top": 0.24528787878787878, "Left": 0.22126633986928104, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22126633986928104, "Y": 0.24528787878787878}, {"X": 0.2387173202614379, "Y": 0.24528787878787878}, {"X": 0.2387173202614379, "Y": 0.2604393939393939}, {"X": 0.22126633986928104, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "587f38ea-3491-4eec-808d-d52b96d7577e", "Text": "Spokane, Washington(WA), 99217", "Geometry": {"BoundingBox": {"Width": 0.27308169934640525, "Top": 0.26377272727272727, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.26377272727272727}, {"X": 0.19056535947712416, "Y": 0.26377272727272727}, {"X": 0.19056535947712416, "Y": 0.2789242424242424}, {"X": 0.11764705882352941, "Y": 0.2789242424242424}]}, "Relationships": [{"Ids": ["cd83b72c-14f9-403b-94ae-6d5cbc22d42b", "1017a16b-1cc8-46f3-802b-bf3ddd446abb", "7b72632c-b578-4489-a6f3-28515379bbd0"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "cd83b72c-14f9-403b-94ae-6d5cbc22d42b", "Text": "Spokane,", "Geometry": {"BoundingBox": {"Width": 0.07291830065359477, "Top": 0.26377272727272727, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.26377272727272727}, {"X": 0.19056535947712416, "Y": 0.26377272727272727}, {"X": 0.19056535947712416, "Y": 0.2789242424242424}, {"X": 0.11764705882352941, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1017a16b-1cc8-46f3-802b-bf3ddd446abb", "Text": "Washington(WA),", "Geometry": {"BoundingBox": {"Width": 0.14162745098039214, "Top": 0.26377272727272727, "Left": 0.19498856209150328, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.19498856209150328, "Y": 0.26377272727272727}, {"X": 0.3366160130718954, "Y": 0.26377272727272727}, {"X": 0.3366160130718954, "Y": 0.2789242424242424}, {"X": 0.19498856209150328, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7b72632c-b578-4489-a6f3-28515379bbd0", "Text": "99217", "Geometry": {"BoundingBox": {"Width": 0.04968954248366013, "Top": 0.26377272727272727, "Left": 0.3410392156862745, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3410392156862745, "Y": 0.26377272727272727}, {"X": 0.39072875816993463, "Y": 0.26377272727272727}, {"X": 0.39072875816993463, "Y": 0.2789242424242424}, {"X": 0.3410392156862745, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "e6e0d8e3-12a4-4c63-a7dd-7c0117395a96", "Text": "Our Client: Edith James", "Geometry": {"BoundingBox": {"Width": 0.18472222222222226, "Top": 0.31922727272727275, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.3343787878787879}, {"X": 0.11764705882352941, "Y": 0.3343787878787879}]}, "Relationships": [{"Ids": ["cb6cb03f-c31c-43a6-b605-f35e580a908a", "5e805be2-6a4a-47c8-b901-4e41dd23567d", "002e5bcf-c6d8-43d1-a8a3-0a18305a38f9", "dc23c197-d7e4-4bf8-b58b-52831dcb38ad"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "cb6cb03f-c31c-43a6-b605-f35e580a908a", "Text": "Our", "Geometry": {"BoundingBox": {"Width": 0.03012091503267974, "Top": 0.31922727272727275, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.3343787878787879}, {"X": 0.11764705882352941, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5e805be2-6a4a-47c8-b901-4e41dd23567d", "Text": "Client:", "Geometry": {"BoundingBox": {"Width": 0.05135294117647059, "Top": 0.31922727272727275, "Left": 0.1521846405228758, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1521846405228758, "Y": 0.31922727272727275}, {"X": 0.20353758169934638, "Y": 0.31922727272727275}, {"X": 0.20353758169934638, "Y": 0.3343787878787879}, {"X": 0.1521846405228758, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "002e5bcf-c6d8-43d1-a8a3-0a18305a38f9", "Text": "Edith", "Geometry": {"BoundingBox": {"Width": 0.04124019607843137, "Top": 0.31922727272727275, "Left": 0.20795915032679738, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20795915032679738, "Y": 0.31922727272727275}, {"X": 0.24919934640522876, "Y": 0.31922727272727275}, {"X": 0.24919934640522876, "Y": 0.3343787878787879}, {"X": 0.20795915032679738, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "dc23c197-d7e4-4bf8-b58b-52831dcb38ad", "Text": "James", "Geometry": {"BoundingBox": {"Width": 0.04872875816993464, "Top": 0.31922727272727275, "Left": 0.253640522875817, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.253640522875817, "Y": 0.31922727272727275}, {"X": 0.30236928104575167, "Y": 0.31922727272727275}, {"X": 0.30236928104575167, "Y": 0.3343787878787879}, {"X": 0.253640522875817, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "44b717ba-5113-4d1e-a809-29669b046370", "Text": "Date of death: 4/8/2020", "Geometry": {"BoundingBox": {"Width": 0.19372549019607846, "Top": 0.3377121212121212, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3528636363636363}, {"X": 0.11764705882352941, "Y": 0.3528636363636363}]}, "Relationships": [{"Ids": ["cb23b2db-780a-4a52-9300-143d759732e5", "a332658a-3a58-4cd7-94c1-84b90991ff4f", "3c08c2db-6f39-47f6-8cc1-cff95380adcc", "0877fb99-c4ff-4478-872d-f505af97a02b"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "cb23b2db-780a-4a52-9300-143d759732e5", "Text": "Date", "Geometry": {"BoundingBox": {"Width": 0.03778921568627451, "Top": 0.3377121212121212, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3528636363636363}, {"X": 0.11764705882352941, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a332658a-3a58-4cd7-94c1-84b90991ff4f", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.3377121212121212, "Left": 0.15986111111111112, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.15986111111111112, "Y": 0.3377121212121212}, {"X": 0.1761813725490196, "Y": 0.3377121212121212}, {"X": 0.1761813725490196, "Y": 0.3528636363636363}, {"X": 0.15986111111111112, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3c08c2db-6f39-47f6-8cc1-cff95380adcc", "Text": "death:", "Geometry": {"BoundingBox": {"Width": 0.05157679738562092, "Top": 0.3377121212121212, "Left": 0.18061601307189543, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.18061601307189543, "Y": 0.3377121212121212}, {"X": 0.23219281045751633, "Y": 0.3377121212121212}, {"X": 0.23219281045751633, "Y": 0.3528636363636363}, {"X": 0.18061601307189543, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0877fb99-c4ff-4478-872d-f505af97a02b", "Text": "4/8/2020", "Geometry": {"BoundingBox": {"Width": 0.07475653594771242, "Top": 0.3377121212121212, "Left": 0.23661601307189542, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23661601307189542, "Y": 0.3377121212121212}, {"X": 0.31137254901960787, "Y": 0.3377121212121212}, {"X": 0.31137254901960787, "Y": 0.3528636363636363}, {"X": 0.23661601307189542, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "daa5f141-8ac6-4a7f-abff-c5fb7cb1a5c4", "Text": "To Whom It May Concern,", "Geometry": {"BoundingBox": {"Width": 0.20909967320261438, "Top": 0.39316666666666666, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.4083181818181818}, {"X": 0.11764705882352941, "Y": 0.4083181818181818}]}, "Relationships": [{"Ids": ["8270b60a-07b9-452c-b5b4-303215e63c6a", "5fe88af4-7f12-4fcd-ae3f-ccaf429cb813", "947f03f2-c40e-4f13-8ab4-accc2dee91dc", "339ffda3-8653-44c8-bf5e-59d31ab1b6c1", "78b14047-7ea7-4df9-90fd-70c5d2b3631f"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "8270b60a-07b9-452c-b5b4-303215e63c6a", "Text": "To", "Geometry": {"BoundingBox": {"Width": 0.01988888888888889, "Top": 0.39316666666666666, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.4083181818181818}, {"X": 0.11764705882352941, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5fe88af4-7f12-4fcd-ae3f-ccaf429cb813", "Text": "Whom", "Geometry": {"BoundingBox": {"Width": 0.05374346405228758, "Top": 0.39316666666666666, "Left": 0.14197875816993463, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14197875816993463, "Y": 0.39316666666666666}, {"X": 0.19572222222222221, "Y": 0.39316666666666666}, {"X": 0.19572222222222221, "Y": 0.4083181818181818}, {"X": 0.14197875816993463, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "947f03f2-c40e-4f13-8ab4-accc2dee91dc", "Text": "It", "Geometry": {"BoundingBox": {"Width": 0.011509803921568628, "Top": 0.39316666666666666, "Left": 0.20015686274509803, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20015686274509803, "Y": 0.39316666666666666}, {"X": 0.21166666666666667, "Y": 0.39316666666666666}, {"X": 0.21166666666666667, "Y": 0.4083181818181818}, {"X": 0.20015686274509803, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "339ffda3-8653-44c8-bf5e-59d31ab1b6c1", "Text": "May", "Geometry": {"BoundingBox": {"Width": 0.03503921568627451, "Top": 0.39316666666666666, "Left": 0.2160996732026144, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2160996732026144, "Y": 0.39316666666666666}, {"X": 0.2511388888888889, "Y": 0.39316666666666666}, {"X": 0.2511388888888889, "Y": 0.4083181818181818}, {"X": 0.2160996732026144, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "78b14047-7ea7-4df9-90fd-70c5d2b3631f", "Text": "Concern,", "Geometry": {"BoundingBox": {"Width": 0.07118137254901961, "Top": 0.39316666666666666, "Left": 0.25556535947712417, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.25556535947712417, "Y": 0.39316666666666666}, {"X": 0.3267467320261438, "Y": 0.39316666666666666}, {"X": 0.3267467320261438, "Y": 0.4083181818181818}, {"X": 0.25556535947712417, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "46ac1020-23bc-4f96-95de-39be262a866f", "Text": "I have been retained by Edith James to handle the estate of Kayleigh Potts. My understanding is", "Geometry": {"BoundingBox": {"Width": 0.7615081699346405, "Top": 0.43013636363636365, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.4452878787878788}, {"X": 0.11764705882352941, "Y": 0.4452878787878788}]}, "Relationships": [{"Ids": ["8c5783c0-707e-40e0-9423-088c3d74ec94", "803c244c-32bb-4523-9c1c-a4f6091fa754", "ba737529-ff9a-43ef-8cdb-10078087d368", "e540ce98-c069-486a-a246-6b444336be87", "6c78b48b-cfdd-4577-a11d-0f734438e799", "c1ae1ce7-1371-4b56-abc8-3b22d2e12976", "26c5fa82-8812-458a-a7e4-5b51083d3958", "eb16805b-17a2-4e30-8796-0253e435e369", "8be628bb-4c56-4c58-9eef-ec7deff5f196", "625b892e-183f-4157-9064-113d3ab64b39", "3cd3df6f-e603-45ef-a59c-504187d44c44", "620a5b5e-f585-472b-bbdf-be2d5d1a50b1", "28b974a6-b149-4c5c-bf6e-9b914970f6b4", "b6907dfb-5baf-442a-9b83-8aa5f2c692b4", "c2d3d7d2-6d15-47a0-a036-bc582505039a", "1dc4b814-6b39-4fef-a5ce-66fa4b440a60", "4c45c95b-d0d1-4117-9fb0-b06ce603dd04"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "8c5783c0-707e-40e0-9423-088c3d74ec94", "Text": "I", "Geometry": {"BoundingBox": {"Width": 0.004941176470588235, "Top": 0.43013636363636365, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.4452878787878788}, {"X": 0.11764705882352941, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "803c244c-32bb-4523-9c1c-a4f6091fa754", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.43013636363636365, "Left": 0.12702124183006536, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.12702124183006536, "Y": 0.43013636363636365}, {"X": 0.16533660130718952, "Y": 0.43013636363636365}, {"X": 0.16533660130718952, "Y": 0.4452878787878788}, {"X": 0.12702124183006536, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ba737529-ff9a-43ef-8cdb-10078087d368", "Text": "been", "Geometry": {"BoundingBox": {"Width": 0.04010947712418301, "Top": 0.43013636363636365, "Left": 0.16976307189542483, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16976307189542483, "Y": 0.43013636363636365}, {"X": 0.20987254901960783, "Y": 0.43013636363636365}, {"X": 0.20987254901960783, "Y": 0.4452878787878788}, {"X": 0.16976307189542483, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e540ce98-c069-486a-a246-6b444336be87", "Text": "retained", "Geometry": {"BoundingBox": {"Width": 0.06740522875816994, "Top": 0.43013636363636365, "Left": 0.2143137254901961, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2143137254901961, "Y": 0.43013636363636365}, {"X": 0.281718954248366, "Y": 0.43013636363636365}, {"X": 0.281718954248366, "Y": 0.4452878787878788}, {"X": 0.2143137254901961, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6c78b48b-cfdd-4577-a11d-0f734438e799", "Text": "by", "Geometry": {"BoundingBox": {"Width": 0.01918464052287582, "Top": 0.43013636363636365, "Left": 0.28616013071895424, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.28616013071895424, "Y": 0.43013636363636365}, {"X": 0.30534477124183007, "Y": 0.43013636363636365}, {"X": 0.30534477124183007, "Y": 0.4452878787878788}, {"X": 0.28616013071895424, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c1ae1ce7-1371-4b56-abc8-3b22d2e12976", "Text": "Edith", "Geometry": {"BoundingBox": {"Width": 0.04124019607843137, "Top": 0.43013636363636365, "Left": 0.30976143790849675, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.30976143790849675, "Y": 0.43013636363636365}, {"X": 0.35100163398692813, "Y": 0.43013636363636365}, {"X": 0.35100163398692813, "Y": 0.4452878787878788}, {"X": 0.30976143790849675, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "26c5fa82-8812-458a-a7e4-5b51083d3958", "Text": "James", "Geometry": {"BoundingBox": {"Width": 0.04872875816993464, "Top": 0.43013636363636365, "Left": 0.35544281045751636, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.35544281045751636, "Y": 0.43013636363636365}, {"X": 0.404171568627451, "Y": 0.43013636363636365}, {"X": 0.404171568627451, "Y": 0.4452878787878788}, {"X": 0.35544281045751636, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "eb16805b-17a2-4e30-8796-0253e435e369", "Text": "to", "Geometry": {"BoundingBox": {"Width": 0.016901960784313726, "Top": 0.43013636363636365, "Left": 0.4086045751633987, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4086045751633987, "Y": 0.43013636363636365}, {"X": 0.4255065359477124, "Y": 0.43013636363636365}, {"X": 0.4255065359477124, "Y": 0.4452878787878788}, {"X": 0.4086045751633987, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8be628bb-4c56-4c58-9eef-ec7deff5f196", "Text": "handle", "Geometry": {"BoundingBox": {"Width": 0.05456372549019608, "Top": 0.43013636363636365, "Left": 0.42994607843137256, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.42994607843137256, "Y": 0.43013636363636365}, {"X": 0.4845098039215686, "Y": 0.43013636363636365}, {"X": 0.4845098039215686, "Y": 0.4452878787878788}, {"X": 0.42994607843137256, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "625b892e-183f-4157-9064-113d3ab64b39", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.43013636363636365, "Left": 0.48893464052287583, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.48893464052287583, "Y": 0.43013636363636365}, {"X": 0.5155702614379085, "Y": 0.43013636363636365}, {"X": 0.5155702614379085, "Y": 0.4452878787878788}, {"X": 0.48893464052287583, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3cd3df6f-e603-45ef-a59c-504187d44c44", "Text": "estate", "Geometry": {"BoundingBox": {"Width": 0.04972058823529412, "Top": 0.43013636363636365, "Left": 0.5199950980392157, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5199950980392157, "Y": 0.43013636363636365}, {"X": 0.5697156862745099, "Y": 0.43013636363636365}, {"X": 0.5697156862745099, "Y": 0.4452878787878788}, {"X": 0.5199950980392157, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "620a5b5e-f585-472b-bbdf-be2d5d1a50b1", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.43013636363636365, "Left": 0.574140522875817, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.574140522875817, "Y": 0.43013636363636365}, {"X": 0.5904607843137255, "Y": 0.43013636363636365}, {"X": 0.5904607843137255, "Y": 0.4452878787878788}, {"X": 0.574140522875817, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "28b974a6-b149-4c5c-bf6e-9b914970f6b4", "Text": "Kayleigh", "Geometry": {"BoundingBox": {"Width": 0.06673366013071895, "Top": 0.43013636363636365, "Left": 0.5948888888888889, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5948888888888889, "Y": 0.43013636363636365}, {"X": 0.6616225490196078, "Y": 0.43013636363636365}, {"X": 0.6616225490196078, "Y": 0.4452878787878788}, {"X": 0.5948888888888889, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b6907dfb-5baf-442a-9b83-8aa5f2c692b4", "Text": "Potts.", "Geometry": {"BoundingBox": {"Width": 0.0462156862745098, "Top": 0.43013636363636365, "Left": 0.6660637254901961, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6660637254901961, "Y": 0.43013636363636365}, {"X": 0.7122794117647059, "Y": 0.43013636363636365}, {"X": 0.7122794117647059, "Y": 0.4452878787878788}, {"X": 0.6660637254901961, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c2d3d7d2-6d15-47a0-a036-bc582505039a", "Text": "My", "Geometry": {"BoundingBox": {"Width": 0.02564705882352941, "Top": 0.43013636363636365, "Left": 0.7167205882352942, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7167205882352942, "Y": 0.43013636363636365}, {"X": 0.7423676470588236, "Y": 0.43013636363636365}, {"X": 0.7423676470588236, "Y": 0.4452878787878788}, {"X": 0.7167205882352942, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1dc4b814-6b39-4fef-a5ce-66fa4b440a60", "Text": "understanding", "Geometry": {"BoundingBox": {"Width": 0.11576960784313725, "Top": 0.43013636363636365, "Left": 0.7467924836601307, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7467924836601307, "Y": 0.43013636363636365}, {"X": 0.862562091503268, "Y": 0.43013636363636365}, {"X": 0.862562091503268, "Y": 0.4452878787878788}, {"X": 0.7467924836601307, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4c45c95b-d0d1-4117-9fb0-b06ce603dd04", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.43013636363636365, "Left": 0.8669885620915033, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8669885620915033, "Y": 0.43013636363636365}, {"X": 0.87915522875817, "Y": 0.43013636363636365}, {"X": 0.87915522875817, "Y": 0.4452878787878788}, {"X": 0.8669885620915033, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "d1c63c4b-6007-4006-962d-878acb5ba43e", "Text": "that they had a life insurance policy (#283963979) with your company. If this is correct, please", "Geometry": {"BoundingBox": {"Width": 0.749390522875817, "Top": 0.44862121212121214, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.44862121212121214}, {"X": 0.15047875816993464, "Y": 0.44862121212121214}, {"X": 0.15047875816993464, "Y": 0.4637727272727273}, {"X": 0.11764705882352941, "Y": 0.4637727272727273}]}, "Relationships": [{"Ids": ["30336db2-15ec-4021-b9f0-f818d3608bad", "774ae72f-f8b0-41f6-a32b-ef87a0bb26ab", "aae22450-83a3-4a03-aad5-2de6ad43a492", "76b67954-81ac-463a-a805-07332bf26f22", "3f51ebb6-7849-4b16-b1d8-895a1e8f9677", "e49545cf-6ca4-479a-a838-4f8da5aa776f", "55cf083e-7da7-4c76-9081-b038f740612f", "de83a078-3118-4516-bb3b-a4221f53e3e8", "a0f83263-817a-42a2-87fe-b123fbbd5efb", "5572aca6-c58b-4015-8e8b-a037033dd8f8", "0a69d9e7-627f-4e08-80fd-4d8f6eb5a986", "5f914d63-16e4-4337-a76f-7d1291bcee20", "e9e96c86-c82d-41d4-a7e1-be92531c6134", "02911eb3-2183-4991-9532-3a720d271154", "5b013d59-2572-4934-9d2e-415fea2acedd", "59acc596-d47a-47ab-8609-842e1ec95f83"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "30336db2-15ec-4021-b9f0-f818d3608bad", "Text": "that", "Geometry": {"BoundingBox": {"Width": 0.03283169934640523, "Top": 0.44862121212121214, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.44862121212121214}, {"X": 0.15047875816993464, "Y": 0.44862121212121214}, {"X": 0.15047875816993464, "Y": 0.4637727272727273}, {"X": 0.11764705882352941, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "774ae72f-f8b0-41f6-a32b-ef87a0bb26ab", "Text": "they", "Geometry": {"BoundingBox": {"Width": 0.035509803921568626, "Top": 0.44862121212121214, "Left": 0.15491176470588236, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.15491176470588236, "Y": 0.44862121212121214}, {"X": 0.190421568627451, "Y": 0.44862121212121214}, {"X": 0.190421568627451, "Y": 0.4637727272727273}, {"X": 0.15491176470588236, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "aae22450-83a3-4a03-aad5-2de6ad43a492", "Text": "had", "Geometry": {"BoundingBox": {"Width": 0.029988562091503267, "Top": 0.44862121212121214, "Left": 0.19484640522875818, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.19484640522875818, "Y": 0.44862121212121214}, {"X": 0.22483496732026145, "Y": 0.44862121212121214}, {"X": 0.22483496732026145, "Y": 0.4637727272727273}, {"X": 0.19484640522875818, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "76b67954-81ac-463a-a805-07332bf26f22", "Text": "a", "Geometry": {"BoundingBox": {"Width": 0.009392156862745098, "Top": 0.44862121212121214, "Left": 0.22927614379084968, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22927614379084968, "Y": 0.44862121212121214}, {"X": 0.2386683006535948, "Y": 0.44862121212121214}, {"X": 0.2386683006535948, "Y": 0.4637727272727273}, {"X": 0.22927614379084968, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3f51ebb6-7849-4b16-b1d8-895a1e8f9677", "Text": "life", "Geometry": {"BoundingBox": {"Width": 0.02475, "Top": 0.44862121212121214, "Left": 0.24310130718954248, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24310130718954248, "Y": 0.44862121212121214}, {"X": 0.2678513071895425, "Y": 0.44862121212121214}, {"X": 0.2678513071895425, "Y": 0.4637727272727273}, {"X": 0.24310130718954248, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e49545cf-6ca4-479a-a838-4f8da5aa776f", "Text": "insurance", "Geometry": {"BoundingBox": {"Width": 0.07735947712418301, "Top": 0.44862121212121214, "Left": 0.2722761437908497, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2722761437908497, "Y": 0.44862121212121214}, {"X": 0.3496356209150327, "Y": 0.44862121212121214}, {"X": 0.3496356209150327, "Y": 0.4637727272727273}, {"X": 0.2722761437908497, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "55cf083e-7da7-4c76-9081-b038f740612f", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681535947712418, "Top": 0.44862121212121214, "Left": 0.35406045751633985, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.35406045751633985, "Y": 0.44862121212121214}, {"X": 0.40087581699346403, "Y": 0.44862121212121214}, {"X": 0.40087581699346403, "Y": 0.4637727272727273}, {"X": 0.35406045751633985, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "de83a078-3118-4516-bb3b-a4221f53e3e8", "Text": "(#283963979)", "Geometry": {"BoundingBox": {"Width": 0.11109477124183006, "Top": 0.44862121212121214, "Left": 0.4052924836601307, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4052924836601307, "Y": 0.44862121212121214}, {"X": 0.5163872549019608, "Y": 0.44862121212121214}, {"X": 0.5163872549019608, "Y": 0.4637727272727273}, {"X": 0.4052924836601307, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a0f83263-817a-42a2-87fe-b123fbbd5efb", "Text": "with", "Geometry": {"BoundingBox": {"Width": 0.035379084967320264, "Top": 0.44862121212121214, "Left": 0.5208235294117647, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5208235294117647, "Y": 0.44862121212121214}, {"X": 0.5562026143790849, "Y": 0.44862121212121214}, {"X": 0.5562026143790849, "Y": 0.4637727272727273}, {"X": 0.5208235294117647, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5572aca6-c58b-4015-8e8b-a037033dd8f8", "Text": "your", "Geometry": {"BoundingBox": {"Width": 0.0363578431372549, "Top": 0.44862121212121214, "Left": 0.5606437908496732, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5606437908496732, "Y": 0.44862121212121214}, {"X": 0.5970016339869281, "Y": 0.44862121212121214}, {"X": 0.5970016339869281, "Y": 0.4637727272727273}, {"X": 0.5606437908496732, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0a69d9e7-627f-4e08-80fd-4d8f6eb5a986", "Text": "company.", "Geometry": {"BoundingBox": {"Width": 0.0781062091503268, "Top": 0.44862121212121214, "Left": 0.6014281045751634, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6014281045751634, "Y": 0.44862121212121214}, {"X": 0.6795343137254902, "Y": 0.44862121212121214}, {"X": 0.6795343137254902, "Y": 0.4637727272727273}, {"X": 0.6014281045751634, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5f914d63-16e4-4337-a76f-7d1291bcee20", "Text": "If", "Geometry": {"BoundingBox": {"Width": 0.01092156862745098, "Top": 0.44862121212121214, "Left": 0.6839754901960784, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6839754901960784, "Y": 0.44862121212121214}, {"X": 0.6948970588235294, "Y": 0.44862121212121214}, {"X": 0.6948970588235294, "Y": 0.4637727272727273}, {"X": 0.6839754901960784, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e9e96c86-c82d-41d4-a7e1-be92531c6134", "Text": "this", "Geometry": {"BoundingBox": {"Width": 0.029037581699346404, "Top": 0.44862121212121214, "Left": 0.6993333333333334, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6993333333333334, "Y": 0.44862121212121214}, {"X": 0.7283709150326798, "Y": 0.44862121212121214}, {"X": 0.7283709150326798, "Y": 0.4637727272727273}, {"X": 0.6993333333333334, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "02911eb3-2183-4991-9532-3a720d271154", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.44862121212121214, "Left": 0.7328055555555556, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7328055555555556, "Y": 0.44862121212121214}, {"X": 0.7449722222222223, "Y": 0.44862121212121214}, {"X": 0.7449722222222223, "Y": 0.4637727272727273}, {"X": 0.7328055555555556, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5b013d59-2572-4934-9d2e-415fea2acedd", "Text": "correct,", "Geometry": {"BoundingBox": {"Width": 0.0618218954248366, "Top": 0.44862121212121214, "Left": 0.7494084967320261, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7494084967320261, "Y": 0.44862121212121214}, {"X": 0.8112303921568628, "Y": 0.44862121212121214}, {"X": 0.8112303921568628, "Y": 0.4637727272727273}, {"X": 0.7494084967320261, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "59acc596-d47a-47ab-8609-842e1ec95f83", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.44862121212121214, "Left": 0.8156535947712419, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8156535947712419, "Y": 0.44862121212121214}, {"X": 0.8670375816993464, "Y": 0.44862121212121214}, {"X": 0.8670375816993464, "Y": 0.4637727272727273}, {"X": 0.8156535947712419, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "701b9950-33ad-4df3-b776-79e671790b57", "Text": "send a letter to my office indicating you have received our letter of representation.", "Geometry": {"BoundingBox": {"Width": 0.6607075163398692, "Top": 0.4671060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4671060606060606}, {"X": 0.15566830065359477, "Y": 0.4671060606060606}, {"X": 0.15566830065359477, "Y": 0.4822575757575757}, {"X": 0.11764705882352941, "Y": 0.4822575757575757}]}, "Relationships": [{"Ids": ["226ab349-1c39-4037-956b-a73f6078bc9b", "6d60957f-23ee-4500-af04-1cb7b94384e5", "9dee30a9-c63e-47cb-ae78-78f99cea15a1", "e011233e-4c10-4d42-8407-8336056d1cff", "7689f110-4f86-4fc1-bd51-5bb4a5834b15", "e9774aec-0cb6-47f2-ae31-6aab156939c4", "e482a96b-e36d-468a-a402-15403ceac5d0", "f7b5b6fe-87e4-4a42-ba88-c20275c95427", "8417e71a-e4b6-4263-ac15-b3a12af4db37", "05677352-faed-4309-8492-bed5b842ca1c", "4566565d-b364-4f9a-be2a-7eae4dec5595", "26ba8d39-852a-4bff-bd23-82b6e3e233bd", "679fb499-0c86-474b-9089-c6c117e75928", "fe8e3686-1d98-45a7-82d5-d7a08d6ceff8"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "226ab349-1c39-4037-956b-a73f6078bc9b", "Text": "send", "Geometry": {"BoundingBox": {"Width": 0.03802124183006536, "Top": 0.4671060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4671060606060606}, {"X": 0.15566830065359477, "Y": 0.4671060606060606}, {"X": 0.15566830065359477, "Y": 0.4822575757575757}, {"X": 0.11764705882352941, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6d60957f-23ee-4500-af04-1cb7b94384e5", "Text": "a", "Geometry": {"BoundingBox": {"Width": 0.009392156862745098, "Top": 0.4671060606060606, "Left": 0.160109477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.160109477124183, "Y": 0.4671060606060606}, {"X": 0.1695016339869281, "Y": 0.4671060606060606}, {"X": 0.1695016339869281, "Y": 0.4822575757575757}, {"X": 0.160109477124183, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9dee30a9-c63e-47cb-ae78-78f99cea15a1", "Text": "letter", "Geometry": {"BoundingBox": {"Width": 0.04399509803921569, "Top": 0.4671060606060606, "Left": 0.17393464052287583, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17393464052287583, "Y": 0.4671060606060606}, {"X": 0.21792973856209152, "Y": 0.4671060606060606}, {"X": 0.21792973856209152, "Y": 0.4822575757575757}, {"X": 0.17393464052287583, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e011233e-4c10-4d42-8407-8336056d1cff", "Text": "to", "Geometry": {"BoundingBox": {"Width": 0.016901960784313726, "Top": 0.4671060606060606, "Left": 0.22235457516339868, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22235457516339868, "Y": 0.4671060606060606}, {"X": 0.2392565359477124, "Y": 0.4671060606060606}, {"X": 0.2392565359477124, "Y": 0.4822575757575757}, {"X": 0.22235457516339868, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7689f110-4f86-4fc1-bd51-5bb4a5834b15", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024545751633986927, "Top": 0.4671060606060606, "Left": 0.24369607843137256, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24369607843137256, "Y": 0.4671060606060606}, {"X": 0.2682418300653595, "Y": 0.4671060606060606}, {"X": 0.2682418300653595, "Y": 0.4822575757575757}, {"X": 0.24369607843137256, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e9774aec-0cb6-47f2-ae31-6aab156939c4", "Text": "office", "Geometry": {"BoundingBox": {"Width": 0.04486437908496732, "Top": 0.4671060606060606, "Left": 0.27266666666666667, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.27266666666666667, "Y": 0.4671060606060606}, {"X": 0.317531045751634, "Y": 0.4671060606060606}, {"X": 0.317531045751634, "Y": 0.4822575757575757}, {"X": 0.27266666666666667, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e482a96b-e36d-468a-a402-15403ceac5d0", "Text": "indicating", "Geometry": {"BoundingBox": {"Width": 0.0778937908496732, "Top": 0.4671060606060606, "Left": 0.3219575163398693, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3219575163398693, "Y": 0.4671060606060606}, {"X": 0.3998513071895425, "Y": 0.4671060606060606}, {"X": 0.3998513071895425, "Y": 0.4822575757575757}, {"X": 0.3219575163398693, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f7b5b6fe-87e4-4a42-ba88-c20275c95427", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.4671060606060606, "Left": 0.4042777777777778, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4042777777777778, "Y": 0.4671060606060606}, {"X": 0.4337859477124183, "Y": 0.4671060606060606}, {"X": 0.4337859477124183, "Y": 0.4822575757575757}, {"X": 0.4042777777777778, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8417e71a-e4b6-4263-ac15-b3a12af4db37", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.4671060606060606, "Left": 0.4382271241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4382271241830065, "Y": 0.4671060606060606}, {"X": 0.4765424836601307, "Y": 0.4671060606060606}, {"X": 0.4765424836601307, "Y": 0.4822575757575757}, {"X": 0.4382271241830065, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "05677352-faed-4309-8492-bed5b842ca1c", "Text": "received", "Geometry": {"BoundingBox": {"Width": 0.06804901960784314, "Top": 0.4671060606060606, "Left": 0.480968954248366, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.480968954248366, "Y": 0.4671060606060606}, {"X": 0.5490179738562091, "Y": 0.4671060606060606}, {"X": 0.5490179738562091, "Y": 0.4822575757575757}, {"X": 0.480968954248366, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4566565d-b364-4f9a-be2a-7eae4dec5595", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.027483660130718953, "Top": 0.4671060606060606, "Left": 0.5534428104575163, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5534428104575163, "Y": 0.4671060606060606}, {"X": 0.5809264705882352, "Y": 0.4671060606060606}, {"X": 0.5809264705882352, "Y": 0.4822575757575757}, {"X": 0.5534428104575163, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "26ba8d39-852a-4bff-bd23-82b6e3e233bd", "Text": "letter", "Geometry": {"BoundingBox": {"Width": 0.04399346405228758, "Top": 0.4671060606060606, "Left": 0.5853529411764706, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5853529411764706, "Y": 0.4671060606060606}, {"X": 0.6293464052287582, "Y": 0.4671060606060606}, {"X": 0.6293464052287582, "Y": 0.4822575757575757}, {"X": 0.5853529411764706, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "679fb499-0c86-474b-9089-c6c117e75928", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.4671060606060606, "Left": 0.6337728758169935, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6337728758169935, "Y": 0.4671060606060606}, {"X": 0.6500915032679738, "Y": 0.4671060606060606}, {"X": 0.6500915032679738, "Y": 0.4822575757575757}, {"X": 0.6337728758169935, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fe8e3686-1d98-45a7-82d5-d7a08d6ceff8", "Text": "representation.", "Geometry": {"BoundingBox": {"Width": 0.12382516339869282, "Top": 0.4671060606060606, "Left": 0.6545294117647059, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6545294117647059, "Y": 0.4671060606060606}, {"X": 0.7783545751633987, "Y": 0.4671060606060606}, {"X": 0.7783545751633987, "Y": 0.4822575757575757}, {"X": 0.6545294117647059, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "d70185c4-c9ce-4676-a84a-babeca93463e", "Text": "Additionally, please do not contact our client going forward.", "Geometry": {"BoundingBox": {"Width": 0.47839869281045744, "Top": 0.4855909090909091, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4855909090909091}, {"X": 0.21797385620915033, "Y": 0.4855909090909091}, {"X": 0.21797385620915033, "Y": 0.5007424242424242}, {"X": 0.11764705882352941, "Y": 0.5007424242424242}]}, "Relationships": [{"Ids": ["188203fd-36bd-454f-ba96-e50de744ae36", "48d19502-d25a-49ce-8768-758693157cdd", "109584f9-b99c-4203-b2e2-cbb4a7de8fe6", "5cb063d7-50e6-478c-a614-141c703e5a6d", "428d2b0d-2bb6-4a66-bebb-b9afba816e5b", "2e8b36f2-4009-4109-b3c0-d4f915660da0", "a62a4394-518f-4ef5-8f22-b7d3f65bb0a0", "a6811bfc-7243-418a-ac13-1c99683017f0", "a1091cf6-0532-4b8b-a03c-4e803c850a2c"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "188203fd-36bd-454f-ba96-e50de744ae36", "Text": "Additionally,", "Geometry": {"BoundingBox": {"Width": 0.10032679738562092, "Top": 0.4855909090909091, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4855909090909091}, {"X": 0.21797385620915033, "Y": 0.4855909090909091}, {"X": 0.21797385620915033, "Y": 0.5007424242424242}, {"X": 0.11764705882352941, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "48d19502-d25a-49ce-8768-758693157cdd", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.4855909090909091, "Left": 0.22239869281045752, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22239869281045752, "Y": 0.4855909090909091}, {"X": 0.2737826797385621, "Y": 0.4855909090909091}, {"X": 0.2737826797385621, "Y": 0.5007424242424242}, {"X": 0.22239869281045752, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "109584f9-b99c-4203-b2e2-cbb4a7de8fe6", "Text": "do", "Geometry": {"BoundingBox": {"Width": 0.02063562091503268, "Top": 0.4855909090909091, "Left": 0.2782058823529412, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2782058823529412, "Y": 0.4855909090909091}, {"X": 0.2988415032679739, "Y": 0.4855909090909091}, {"X": 0.2988415032679739, "Y": 0.5007424242424242}, {"X": 0.2782058823529412, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5cb063d7-50e6-478c-a614-141c703e5a6d", "Text": "not", "Geometry": {"BoundingBox": {"Width": 0.027210784313725492, "Top": 0.4855909090909091, "Left": 0.3032794117647059, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3032794117647059, "Y": 0.4855909090909091}, {"X": 0.3304901960784314, "Y": 0.4855909090909091}, {"X": 0.3304901960784314, "Y": 0.5007424242424242}, {"X": 0.3032794117647059, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "428d2b0d-2bb6-4a66-bebb-b9afba816e5b", "Text": "contact", "Geometry": {"BoundingBox": {"Width": 0.05975326797385621, "Top": 0.4855909090909091, "Left": 0.3349232026143791, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3349232026143791, "Y": 0.4855909090909091}, {"X": 0.3946764705882353, "Y": 0.4855909090909091}, {"X": 0.3946764705882353, "Y": 0.5007424242424242}, {"X": 0.3349232026143791, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2e8b36f2-4009-4109-b3c0-d4f915660da0", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.02748529411764706, "Top": 0.4855909090909091, "Left": 0.399109477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.399109477124183, "Y": 0.4855909090909091}, {"X": 0.42659477124183004, "Y": 0.4855909090909091}, {"X": 0.42659477124183004, "Y": 0.5007424242424242}, {"X": 0.399109477124183, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a62a4394-518f-4ef5-8f22-b7d3f65bb0a0", "Text": "client", "Geometry": {"BoundingBox": {"Width": 0.04395098039215686, "Top": 0.4855909090909091, "Left": 0.43101797385620916, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.43101797385620916, "Y": 0.4855909090909091}, {"X": 0.47496895424836605, "Y": 0.4855909090909091}, {"X": 0.47496895424836605, "Y": 0.5007424242424242}, {"X": 0.43101797385620916, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a6811bfc-7243-418a-ac13-1c99683017f0", "Text": "going", "Geometry": {"BoundingBox": {"Width": 0.0436062091503268, "Top": 0.4855909090909091, "Left": 0.4793676470588235, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4793676470588235, "Y": 0.4855909090909091}, {"X": 0.5229738562091503, "Y": 0.4855909090909091}, {"X": 0.5229738562091503, "Y": 0.5007424242424242}, {"X": 0.4793676470588235, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a1091cf6-0532-4b8b-a03c-4e803c850a2c", "Text": "forward.", "Geometry": {"BoundingBox": {"Width": 0.0686437908496732, "Top": 0.4855909090909091, "Left": 0.5274019607843137, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5274019607843137, "Y": 0.4855909090909091}, {"X": 0.5960457516339869, "Y": 0.4855909090909091}, {"X": 0.5960457516339869, "Y": 0.5007424242424242}, {"X": 0.5274019607843137, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "ec13749a-b84a-4358-a40e-eea5dfb4308f", "Text": "We are requesting that you forward the full policy amount of $60,000. Please forward an", "Geometry": {"BoundingBox": {"Width": 0.7081911764705882, "Top": 0.5225606060606061, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5377121212121212}, {"X": 0.11764705882352941, "Y": 0.5377121212121212}]}, "Relationships": [{"Ids": ["997c5501-48cf-4ed0-abbf-1ce9c6fbe7be", "1716270d-f0d8-4e2f-8302-942ab5ba59f7", "7e01f4dc-7d6c-43a8-b584-b7fe66e574a4", "b26860a7-36e9-45ca-93c8-ee0659813230", "9b1be00c-f782-42bf-9ca8-eff1f00348ce", "173eecb7-8904-4883-9ab0-9b8f898a4689", "7ce99160-0131-4c70-a211-acf4d37e1160", "78d3f94e-10eb-4360-af88-0f47a649160f", "34986a4f-e547-4880-8edd-57583ecd0825", "23ae962a-f9d5-4085-aa4f-cb5fc456329a", "82b370c9-e878-4e64-b2cf-5ef63bae37ea", "27c94a98-0847-4555-859a-4e579f8bbca5", "5dc6721d-42c2-44ae-b86a-ac74a59ed6ae", "b70de727-be90-4e44-8010-dde5116d3d9c", "adf9eb0e-30cf-4d6f-a547-efbf5c9afa98"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "997c5501-48cf-4ed0-abbf-1ce9c6fbe7be", "Text": "We", "Geometry": {"BoundingBox": {"Width": 0.02720751633986928, "Top": 0.5225606060606061, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5377121212121212}, {"X": 0.11764705882352941, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1716270d-f0d8-4e2f-8302-942ab5ba59f7", "Text": "are", "Geometry": {"BoundingBox": {"Width": 0.02599183006535948, "Top": 0.5225606060606061, "Left": 0.14928104575163398, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14928104575163398, "Y": 0.5225606060606061}, {"X": 0.17527287581699347, "Y": 0.5225606060606061}, {"X": 0.17527287581699347, "Y": 0.5377121212121212}, {"X": 0.14928104575163398, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7e01f4dc-7d6c-43a8-b584-b7fe66e574a4", "Text": "requesting", "Geometry": {"BoundingBox": {"Width": 0.08522712418300654, "Top": 0.5225606060606061, "Left": 0.17969771241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17969771241830065, "Y": 0.5225606060606061}, {"X": 0.26492483660130717, "Y": 0.5225606060606061}, {"X": 0.26492483660130717, "Y": 0.5377121212121212}, {"X": 0.17969771241830065, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b26860a7-36e9-45ca-93c8-ee0659813230", "Text": "that", "Geometry": {"BoundingBox": {"Width": 0.03283169934640523, "Top": 0.5225606060606061, "Left": 0.2693529411764706, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2693529411764706, "Y": 0.5225606060606061}, {"X": 0.3021846405228758, "Y": 0.5225606060606061}, {"X": 0.3021846405228758, "Y": 0.5377121212121212}, {"X": 0.2693529411764706, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9b1be00c-f782-42bf-9ca8-eff1f00348ce", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.5225606060606061, "Left": 0.30661764705882355, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.30661764705882355, "Y": 0.5225606060606061}, {"X": 0.33612581699346405, "Y": 0.5225606060606061}, {"X": 0.33612581699346405, "Y": 0.5377121212121212}, {"X": 0.30661764705882355, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "173eecb7-8904-4883-9ab0-9b8f898a4689", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5225606060606061, "Left": 0.3405669934640523, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3405669934640523, "Y": 0.5225606060606061}, {"X": 0.4042630718954248, "Y": 0.5225606060606061}, {"X": 0.4042630718954248, "Y": 0.5377121212121212}, {"X": 0.3405669934640523, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7ce99160-0131-4c70-a211-acf4d37e1160", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.5225606060606061, "Left": 0.40870424836601305, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.40870424836601305, "Y": 0.5225606060606061}, {"X": 0.43533986928104573, "Y": 0.5225606060606061}, {"X": 0.43533986928104573, "Y": 0.5377121212121212}, {"X": 0.40870424836601305, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "78d3f94e-10eb-4360-af88-0f47a649160f", "Text": "full", "Geometry": {"BoundingBox": {"Width": 0.025276143790849675, "Top": 0.5225606060606061, "Left": 0.4397598039215686, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4397598039215686, "Y": 0.5225606060606061}, {"X": 0.4650359477124183, "Y": 0.5225606060606061}, {"X": 0.4650359477124183, "Y": 0.5377121212121212}, {"X": 0.4397598039215686, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "34986a4f-e547-4880-8edd-57583ecd0825", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681535947712418, "Top": 0.5225606060606061, "Left": 0.4694787581699346, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4694787581699346, "Y": 0.5225606060606061}, {"X": 0.5162941176470588, "Y": 0.5225606060606061}, {"X": 0.5162941176470588, "Y": 0.5377121212121212}, {"X": 0.4694787581699346, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "23ae962a-f9d5-4085-aa4f-cb5fc456329a", "Text": "amount", "Geometry": {"BoundingBox": {"Width": 0.06256699346405228, "Top": 0.5225606060606061, "Left": 0.5207205882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5207205882352941, "Y": 0.5225606060606061}, {"X": 0.5832875816993464, "Y": 0.5225606060606061}, {"X": 0.5832875816993464, "Y": 0.5377121212121212}, {"X": 0.5207205882352941, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "82b370c9-e878-4e64-b2cf-5ef63bae37ea", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.5225606060606061, "Left": 0.5877205882352942, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5877205882352942, "Y": 0.5225606060606061}, {"X": 0.6040392156862745, "Y": 0.5225606060606061}, {"X": 0.6040392156862745, "Y": 0.5377121212121212}, {"X": 0.5877205882352942, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "27c94a98-0847-4555-859a-4e579f8bbca5", "Text": "$60,000.", "Geometry": {"BoundingBox": {"Width": 0.06945915032679739, "Top": 0.5225606060606061, "Left": 0.6084771241830066, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6084771241830066, "Y": 0.5225606060606061}, {"X": 0.677936274509804, "Y": 0.5225606060606061}, {"X": 0.677936274509804, "Y": 0.5377121212121212}, {"X": 0.6084771241830066, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5dc6721d-42c2-44ae-b86a-ac74a59ed6ae", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.5225606060606061, "Left": 0.6823774509803922, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6823774509803922, "Y": 0.5225606060606061}, {"X": 0.7335898692810457, "Y": 0.5225606060606061}, {"X": 0.7335898692810457, "Y": 0.5377121212121212}, {"X": 0.6823774509803922, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b70de727-be90-4e44-8010-dde5116d3d9c", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5225606060606061, "Left": 0.738014705882353, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.738014705882353, "Y": 0.5225606060606061}, {"X": 0.8017107843137256, "Y": 0.5225606060606061}, {"X": 0.8017107843137256, "Y": 0.5377121212121212}, {"X": 0.738014705882353, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "adf9eb0e-30cf-4d6f-a547-efbf5c9afa98", "Text": "an", "Geometry": {"BoundingBox": {"Width": 0.01968627450980392, "Top": 0.5225606060606061, "Left": 0.8061519607843137, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8061519607843137, "Y": 0.5225606060606061}, {"X": 0.8258382352941176, "Y": 0.5225606060606061}, {"X": 0.8258382352941176, "Y": 0.5377121212121212}, {"X": 0.8061519607843137, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "63eaa60d-43c4-400a-9506-8c545aed26ff", "Text": "acknowledgement of our demand and please forward the umbrella policy information if one is", "Geometry": {"BoundingBox": {"Width": 0.7517745098039216, "Top": 0.5410454545454545, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5561969696969696}, {"X": 0.11764705882352941, "Y": 0.5561969696969696}]}, "Relationships": [{"Ids": ["9ac46c4f-4e1d-4a6c-ad3b-95ef430b5470", "f9c0d80e-18ae-403c-906a-9823f79594d4", "900306c8-db0a-4698-8a9c-9260039562cd", "043e4baa-8f3d-4477-85b3-043cde550fbd", "5eba8868-e872-4ea7-8632-06b4cf923ed5", "b5f3b326-a83f-4f95-828f-dae2787fb4b4", "2ec7146c-0c55-4642-912d-b85bf7d3786b", "d174b8c7-cbd5-4c70-af52-d43fd8a8de76", "6a89d50a-7d2a-46c3-b3c5-d977e6b30142", "6e777fb4-9e71-41bf-9b43-6e480f036386", "aeff506c-942c-4731-ab5e-20a2cb99f2d1", "ee7d3eb1-98cb-43df-b36d-b61ab06e4671", "e65f1eb2-5dd4-4db9-ac5e-de9180004915", "66277c79-2b45-44ee-9f77-b3e3f5b2c524"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "9ac46c4f-4e1d-4a6c-ad3b-95ef430b5470", "Text": "acknowledgement", "Geometry": {"BoundingBox": {"Width": 0.14708823529411766, "Top": 0.5410454545454545, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5561969696969696}, {"X": 0.11764705882352941, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f9c0d80e-18ae-403c-906a-9823f79594d4", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.5410454545454545, "Left": 0.26916993464052286, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.26916993464052286, "Y": 0.5410454545454545}, {"X": 0.28548856209150325, "Y": 0.5410454545454545}, {"X": 0.28548856209150325, "Y": 0.5561969696969696}, {"X": 0.26916993464052286, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "900306c8-db0a-4698-8a9c-9260039562cd", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.027483660130718953, "Top": 0.5410454545454545, "Left": 0.2899264705882353, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2899264705882353, "Y": 0.5410454545454545}, {"X": 0.31741013071895424, "Y": 0.5410454545454545}, {"X": 0.31741013071895424, "Y": 0.5561969696969696}, {"X": 0.2899264705882353, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "043e4baa-8f3d-4477-85b3-043cde550fbd", "Text": "demand", "Geometry": {"BoundingBox": {"Width": 0.06570915032679739, "Top": 0.5410454545454545, "Left": 0.32183660130718955, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.32183660130718955, "Y": 0.5410454545454545}, {"X": 0.38754575163398697, "Y": 0.5410454545454545}, {"X": 0.38754575163398697, "Y": 0.5561969696969696}, {"X": 0.32183660130718955, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5eba8868-e872-4ea7-8632-06b4cf923ed5", "Text": "and", "Geometry": {"BoundingBox": {"Width": 0.029988562091503267, "Top": 0.5410454545454545, "Left": 0.39198692810457514, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.39198692810457514, "Y": 0.5410454545454545}, {"X": 0.4219754901960784, "Y": 0.5410454545454545}, {"X": 0.4219754901960784, "Y": 0.5561969696969696}, {"X": 0.39198692810457514, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b5f3b326-a83f-4f95-828f-dae2787fb4b4", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.5410454545454545, "Left": 0.42641666666666667, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.42641666666666667, "Y": 0.5410454545454545}, {"X": 0.47780065359477125, "Y": 0.5410454545454545}, {"X": 0.47780065359477125, "Y": 0.5561969696969696}, {"X": 0.42641666666666667, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2ec7146c-0c55-4642-912d-b85bf7d3786b", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5410454545454545, "Left": 0.4822254901960784, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4822254901960784, "Y": 0.5410454545454545}, {"X": 0.545921568627451, "Y": 0.5410454545454545}, {"X": 0.545921568627451, "Y": 0.5561969696969696}, {"X": 0.4822254901960784, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d174b8c7-cbd5-4c70-af52-d43fd8a8de76", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.5410454545454545, "Left": 0.550359477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.550359477124183, "Y": 0.5410454545454545}, {"X": 0.5769950980392157, "Y": 0.5410454545454545}, {"X": 0.5769950980392157, "Y": 0.5561969696969696}, {"X": 0.550359477124183, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6a89d50a-7d2a-46c3-b3c5-d977e6b30142", "Text": "umbrella", "Geometry": {"BoundingBox": {"Width": 0.07125, "Top": 0.5410454545454545, "Left": 0.581421568627451, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.581421568627451, "Y": 0.5410454545454545}, {"X": 0.652671568627451, "Y": 0.5410454545454545}, {"X": 0.652671568627451, "Y": 0.5561969696969696}, {"X": 0.581421568627451, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6e777fb4-9e71-41bf-9b43-6e480f036386", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681699346405229, "Top": 0.5410454545454545, "Left": 0.6571045751633987, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6571045751633987, "Y": 0.5410454545454545}, {"X": 0.703921568627451, "Y": 0.5410454545454545}, {"X": 0.703921568627451, "Y": 0.5561969696969696}, {"X": 0.6571045751633987, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "aeff506c-942c-4731-ab5e-20a2cb99f2d1", "Text": "information", "Geometry": {"BoundingBox": {"Width": 0.0947173202614379, "Top": 0.5410454545454545, "Left": 0.7083464052287581, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7083464052287581, "Y": 0.5410454545454545}, {"X": 0.803063725490196, "Y": 0.5410454545454545}, {"X": 0.803063725490196, "Y": 0.5561969696969696}, {"X": 0.7083464052287581, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ee7d3eb1-98cb-43df-b36d-b61ab06e4671", "Text": "if", "Geometry": {"BoundingBox": {"Width": 0.010480392156862745, "Top": 0.5410454545454545, "Left": 0.8075049019607843, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8075049019607843, "Y": 0.5410454545454545}, {"X": 0.817985294117647, "Y": 0.5410454545454545}, {"X": 0.817985294117647, "Y": 0.5561969696969696}, {"X": 0.8075049019607843, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e65f1eb2-5dd4-4db9-ac5e-de9180004915", "Text": "one", "Geometry": {"BoundingBox": {"Width": 0.030405228758169936, "Top": 0.5410454545454545, "Left": 0.8224232026143791, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8224232026143791, "Y": 0.5410454545454545}, {"X": 0.852828431372549, "Y": 0.5410454545454545}, {"X": 0.852828431372549, "Y": 0.5561969696969696}, {"X": 0.8224232026143791, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "66277c79-2b45-44ee-9f77-b3e3f5b2c524", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.5410454545454545, "Left": 0.8572549019607844, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8572549019607844, "Y": 0.5410454545454545}, {"X": 0.869421568627451, "Y": 0.5410454545454545}, {"X": 0.869421568627451, "Y": 0.5561969696969696}, {"X": 0.8572549019607844, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "83079246-9a68-4472-9c23-2e8a535a0d59", "Text": "applicable. Please send my secretary any information regarding liens on his policy.", "Geometry": {"BoundingBox": {"Width": 0.6540081699346405, "Top": 0.559530303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.5746818181818182}, {"X": 0.11764705882352941, "Y": 0.5746818181818182}]}, "Relationships": [{"Ids": ["f3e212e2-dc6d-452f-86ea-6792311ce22f", "93013ef1-95aa-41d3-9a8b-17e44a58795d", "84eb9400-7c53-4bf7-a171-6c6075078189", "fe32029f-83eb-4664-80f9-e77111d76fed", "ae133413-94d8-4d48-bf71-ca313ce3371c", "d682442d-1c20-4353-aff2-0ca8c33f3492", "ef62dddb-3312-438a-acb9-607b444d77a9", "ec323b5a-fd38-4e23-944d-0395f13d2ce3", "c78c809e-6a77-46af-862c-177e8154e6b9", "7a273289-6208-44ca-924f-671db8464d91", "88f97d85-fb9c-433a-ba25-c26e8410bd89", "d47ff53b-0d01-474e-9c2c-17621dc18e68"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "f3e212e2-dc6d-452f-86ea-6792311ce22f", "Text": "applicable.", "Geometry": {"BoundingBox": {"Width": 0.0861797385620915, "Top": 0.559530303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.5746818181818182}, {"X": 0.11764705882352941, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "93013ef1-95aa-41d3-9a8b-17e44a58795d", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.559530303030303, "Left": 0.20826797385620915, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20826797385620915, "Y": 0.559530303030303}, {"X": 0.25948039215686275, "Y": 0.559530303030303}, {"X": 0.25948039215686275, "Y": 0.5746818181818182}, {"X": 0.20826797385620915, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "84eb9400-7c53-4bf7-a171-6c6075078189", "Text": "send", "Geometry": {"BoundingBox": {"Width": 0.038022875816993464, "Top": 0.559530303030303, "Left": 0.2639052287581699, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2639052287581699, "Y": 0.559530303030303}, {"X": 0.3019281045751634, "Y": 0.559530303030303}, {"X": 0.3019281045751634, "Y": 0.5746818181818182}, {"X": 0.2639052287581699, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fe32029f-83eb-4664-80f9-e77111d76fed", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024544117647058824, "Top": 0.559530303030303, "Left": 0.3063692810457516, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3063692810457516, "Y": 0.559530303030303}, {"X": 0.33091339869281045, "Y": 0.559530303030303}, {"X": 0.33091339869281045, "Y": 0.5746818181818182}, {"X": 0.3063692810457516, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ae133413-94d8-4d48-bf71-ca313ce3371c", "Text": "secretary", "Geometry": {"BoundingBox": {"Width": 0.07398692810457516, "Top": 0.559530303030303, "Left": 0.33533986928104575, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.33533986928104575, "Y": 0.559530303030303}, {"X": 0.40932679738562094, "Y": 0.559530303030303}, {"X": 0.40932679738562094, "Y": 0.5746818181818182}, {"X": 0.33533986928104575, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d682442d-1c20-4353-aff2-0ca8c33f3492", "Text": "any", "Geometry": {"BoundingBox": {"Width": 0.028576797385620915, "Top": 0.559530303030303, "Left": 0.4137532679738562, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4137532679738562, "Y": 0.559530303030303}, {"X": 0.4423300653594771, "Y": 0.559530303030303}, {"X": 0.4423300653594771, "Y": 0.5746818181818182}, {"X": 0.4137532679738562, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ef62dddb-3312-438a-acb9-607b444d77a9", "Text": "information", "Geometry": {"BoundingBox": {"Width": 0.0947173202614379, "Top": 0.559530303030303, "Left": 0.4467549019607843, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4467549019607843, "Y": 0.559530303030303}, {"X": 0.5414722222222222, "Y": 0.559530303030303}, {"X": 0.5414722222222222, "Y": 0.5746818181818182}, {"X": 0.4467549019607843, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ec323b5a-fd38-4e23-944d-0395f13d2ce3", "Text": "regarding", "Geometry": {"BoundingBox": {"Width": 0.0763888888888889, "Top": 0.559530303030303, "Left": 0.5459133986928104, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5459133986928104, "Y": 0.559530303030303}, {"X": 0.6223022875816993, "Y": 0.559530303030303}, {"X": 0.6223022875816993, "Y": 0.5746818181818182}, {"X": 0.5459133986928104, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c78c809e-6a77-46af-862c-177e8154e6b9", "Text": "liens", "Geometry": {"BoundingBox": {"Width": 0.03672549019607843, "Top": 0.559530303030303, "Left": 0.6267238562091503, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6267238562091503, "Y": 0.559530303030303}, {"X": 0.6634493464052287, "Y": 0.559530303030303}, {"X": 0.6634493464052287, "Y": 0.5746818181818182}, {"X": 0.6267238562091503, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7a273289-6208-44ca-924f-671db8464d91", "Text": "on", "Geometry": {"BoundingBox": {"Width": 0.020637254901960785, "Top": 0.559530303030303, "Left": 0.6679003267973856, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6679003267973856, "Y": 0.559530303030303}, {"X": 0.6885375816993464, "Y": 0.559530303030303}, {"X": 0.6885375816993464, "Y": 0.5746818181818182}, {"X": 0.6679003267973856, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "88f97d85-fb9c-433a-ba25-c26e8410bd89", "Text": "his", "Geometry": {"BoundingBox": {"Width": 0.022470588235294117, "Top": 0.559530303030303, "Left": 0.6929885620915033, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6929885620915033, "Y": 0.559530303030303}, {"X": 0.7154591503267974, "Y": 0.559530303030303}, {"X": 0.7154591503267974, "Y": 0.5746818181818182}, {"X": 0.6929885620915033, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d47ff53b-0d01-474e-9c2c-17621dc18e68", "Text": "policy.", "Geometry": {"BoundingBox": {"Width": 0.05174509803921569, "Top": 0.559530303030303, "Left": 0.7199101307189543, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7199101307189543, "Y": 0.559530303030303}, {"X": 0.7716552287581699, "Y": 0.559530303030303}, {"X": 0.7716552287581699, "Y": 0.5746818181818182}, {"X": 0.7199101307189543, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "3f3e4388-9c1b-4fd8-aab0-0a8145950b9a", "Text": "Please contact my office if you have any questions.", "Geometry": {"BoundingBox": {"Width": 0.40503758169934634, "Top": 0.5965, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.6116515151515152}, {"X": 0.11764705882352941, "Y": 0.6116515151515152}]}, "Relationships": [{"Ids": ["0c46b631-6360-4364-abb2-204be0d79f96", "22241b22-e0a0-47db-aa19-bacc907a7e8f", "797be26c-300a-4098-bb4d-5e3f598f11df", "5a372b66-ae63-4b84-be0d-9ca827372147", "c651ff56-3eaf-47a6-a188-ca353a648bc8", "fcd93a9b-aba5-44c4-b67a-3af5a6a83a1e", "9775ac39-0028-48db-ae59-39c4b60f103f", "a0c46694-e027-4284-8c50-42fdcfc0d0bf", "9096b62a-583c-4ff9-a23a-2a441db487a6"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "0c46b631-6360-4364-abb2-204be0d79f96", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.5965, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.6116515151515152}, {"X": 0.11764705882352941, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "22241b22-e0a0-47db-aa19-bacc907a7e8f", "Text": "contact", "Geometry": {"BoundingBox": {"Width": 0.05975490196078431, "Top": 0.5965, "Left": 0.1732843137254902, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1732843137254902, "Y": 0.5965}, {"X": 0.2330392156862745, "Y": 0.5965}, {"X": 0.2330392156862745, "Y": 0.6116515151515152}, {"X": 0.1732843137254902, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "797be26c-300a-4098-bb4d-5e3f598f11df", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024545751633986927, "Top": 0.5965, "Left": 0.23747222222222222, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23747222222222222, "Y": 0.5965}, {"X": 0.2620179738562092, "Y": 0.5965}, {"X": 0.2620179738562092, "Y": 0.6116515151515152}, {"X": 0.23747222222222222, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5a372b66-ae63-4b84-be0d-9ca827372147", "Text": "office", "Geometry": {"BoundingBox": {"Width": 0.04486437908496732, "Top": 0.5965, "Left": 0.26644281045751633, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.26644281045751633, "Y": 0.5965}, {"X": 0.31130718954248365, "Y": 0.5965}, {"X": 0.31130718954248365, "Y": 0.6116515151515152}, {"X": 0.26644281045751633, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c651ff56-3eaf-47a6-a188-ca353a648bc8", "Text": "if", "Geometry": {"BoundingBox": {"Width": 0.010480392156862745, "Top": 0.5965, "Left": 0.3157271241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3157271241830065, "Y": 0.5965}, {"X": 0.3262075163398693, "Y": 0.5965}, {"X": 0.3262075163398693, "Y": 0.6116515151515152}, {"X": 0.3157271241830065, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fcd93a9b-aba5-44c4-b67a-3af5a6a83a1e", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.5965, "Left": 0.3306437908496732, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3306437908496732, "Y": 0.5965}, {"X": 0.3601519607843137, "Y": 0.5965}, {"X": 0.3601519607843137, "Y": 0.6116515151515152}, {"X": 0.3306437908496732, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9775ac39-0028-48db-ae59-39c4b60f103f", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.5965, "Left": 0.36459313725490194, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.36459313725490194, "Y": 0.5965}, {"X": 0.4029084967320261, "Y": 0.5965}, {"X": 0.4029084967320261, "Y": 0.6116515151515152}, {"X": 0.36459313725490194, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a0c46694-e027-4284-8c50-42fdcfc0d0bf", "Text": "any", "Geometry": {"BoundingBox": {"Width": 0.028575163398692812, "Top": 0.5965, "Left": 0.4073349673202614, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4073349673202614, "Y": 0.5965}, {"X": 0.43591013071895424, "Y": 0.5965}, {"X": 0.43591013071895424, "Y": 0.6116515151515152}, {"X": 0.4073349673202614, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9096b62a-583c-4ff9-a23a-2a441db487a6", "Text": "questions.", "Geometry": {"BoundingBox": {"Width": 0.08234803921568627, "Top": 0.5965, "Left": 0.44033660130718955, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.44033660130718955, "Y": 0.5965}, {"X": 0.5226846405228758, "Y": 0.5965}, {"X": 0.5226846405228758, "Y": 0.6116515151515152}, {"X": 0.44033660130718955, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "04eaa88c-f779-4181-b681-85810c1c99da", "Text": "Sincerely,", "Geometry": {"BoundingBox": {"Width": 0.07671568627450981, "Top": 0.6519545454545455, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6671060606060606}, {"X": 0.11764705882352941, "Y": 0.6671060606060606}]}, "Relationships": [{"Ids": ["cadc9bd6-f1b5-4747-8be7-f2544d4bf9d5"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "cadc9bd6-f1b5-4747-8be7-f2544d4bf9d5", "Text": "Sincerely,", "Geometry": {"BoundingBox": {"Width": 0.07671568627450981, "Top": 0.6519545454545455, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6671060606060606}, {"X": 0.11764705882352941, "Y": 0.6671060606060606}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "5820c33d-270e-40ac-a37f-133b53c94568", "Text": "Angela Berry, Attorney", "Geometry": {"BoundingBox": {"Width": 0.1818496732026144, "Top": 0.6889242424242424, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.7040757575757576}, {"X": 0.11764705882352941, "Y": 0.7040757575757576}]}, "Relationships": [{"Ids": ["0bc3b68c-7918-4f3b-89e2-8636a7305441", "09addb20-7912-4ac0-a5a4-2525a0834185", "c311ec3c-7edf-4587-b7ff-c0bb2287ff20"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "0bc3b68c-7918-4f3b-89e2-8636a7305441", "Text": "Angela", "Geometry": {"BoundingBox": {"Width": 0.05452614379084968, "Top": 0.6889242424242424, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.7040757575757576}, {"X": 0.11764705882352941, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "09addb20-7912-4ac0-a5a4-2525a0834185", "Text": "Berry,", "Geometry": {"BoundingBox": {"Width": 0.04786928104575163, "Top": 0.6889242424242424, "Left": 0.1766062091503268, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1766062091503268, "Y": 0.6889242424242424}, {"X": 0.22447549019607843, "Y": 0.6889242424242424}, {"X": 0.22447549019607843, "Y": 0.7040757575757576}, {"X": 0.1766062091503268, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c311ec3c-7edf-4587-b7ff-c0bb2287ff20", "Text": "Attorney", "Geometry": {"BoundingBox": {"Width": 0.07059803921568628, "Top": 0.6889242424242424, "Left": 0.22889869281045752, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22889869281045752, "Y": 0.6889242424242424}, {"X": 0.2994967320261438, "Y": 0.6889242424242424}, {"X": 0.2994967320261438, "Y": 0.7040757575757576}, {"X": 0.22889869281045752, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}], "Entities": [{"BlockReferences": [{"BlockId": "4e1639ef-816b-4036-b159-9db321069a4b", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "ac10516e-ee22-47de-be08-6e6d8a7342af"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "6aebe31a-939d-40bf-a1fe-fc5703dfdf6d"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "b65399e5-c953-4a4e-b15b-66d021e85915"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "39623fa7-30ea-431f-acd1-59e74ea5cee1"}], "BeginOffset": 0, "EndOffset": 31}], "Text": "Budget Mutual Insurance Company", "Type": "Insurance Company", "Score": 1}, {"BlockReferences": [{"BlockId": "deb445e5-9c03-4f8d-be06-522c841ea8d4", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "e44b3fe3-7161-4b5c-8cb9-66738c18218d"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "2f87cb1c-bdac-40f8-aa50-77a16c45b5ca"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "d7a8f368-2be3-41b8-98d6-d0e8b9524fc6"}], "BeginOffset": 0, "EndOffset": 17}, {"BlockId": "1e64ec4e-7629-4a59-95b1-684354616585", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 12, "ChildBlockId": "bccbdc7f-56e1-4fdd-8c51-51202bcf56a4"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "a7b4c522-88d0-4a64-ab34-76750feaeb5b"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "c0419c56-8dbe-42c8-9ed7-17ecf05807c6"}], "BeginOffset": 0, "EndOffset": 21}], "Text": "9876 Infinity Ave Springfield, MI 65541", "Type": "Insurance Company Address", "Score": 1}, {"BlockReferences": [{"BlockId": "e6d859aa-02de-4862-bf28-a41ed782c36b", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "a27b6375-2c0c-46e4-bcdd-d6e0c6cd1bb4"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "6fbf6840-c677-4e9d-8e37-7b1a0525c998"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "87d65c3e-182d-410b-9767-c864e22b810e"}, {"BeginOffset": 0, "EndOffset": 1, "ChildBlockId": "462e6c4f-9be3-4b5a-bb2c-1966fb7bb37c"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "390f4f0c-78c7-4371-a7ee-313629a3e845"}], "BeginOffset": 0, "EndOffset": 28}], "Text": "Asimov Joyce Martin & Austen", "Type": "Law Firm", "Score": 1}, {"BlockReferences": [{"BlockId": "9393c957-6da3-42c9-8f9f-f630c471f121", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "9c1272ff-c532-45a5-b816-7ecb5c549044"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "eb09b10b-b941-4be4-83f6-37f873dfcb87"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "7481a6dc-320a-40ce-b779-57bca5e781cf"}, {"BeginOffset": 0, "EndOffset": 1, "ChildBlockId": "4d0ca2c3-eabb-4d15-8bf7-a1e9685bfdda"}], "BeginOffset": 0, "EndOffset": 13}, {"BlockId": "587f38ea-3491-4eec-808d-d52b96d7577e", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "cd83b72c-14f9-403b-94ae-6d5cbc22d42b"}, {"BeginOffset": 0, "EndOffset": 15, "ChildBlockId": "1017a16b-1cc8-46f3-802b-bf3ddd446abb"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "7b72632c-b578-4489-a6f3-28515379bbd0"}], "BeginOffset": 0, "EndOffset": 30}], "Text": "610 2nd Ave W Spokane, Washington(WA), 99217", "Type": "Law Office Address", "Score": 1}, {"BlockReferences": [{"BlockId": "e6e0d8e3-12a4-4c63-a7dd-7c0117395a96", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "002e5bcf-c6d8-43d1-a8a3-0a18305a38f9"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "dc23c197-d7e4-4bf8-b58b-52831dcb38ad"}], "BeginOffset": 12, "EndOffset": 23}], "Text": "Edith James", "Type": "Beneficiary Name", "Score": 1}, {"BlockReferences": [{"BlockId": "46ac1020-23bc-4f96-95de-39be262a866f", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "c1ae1ce7-1371-4b56-abc8-3b22d2e12976"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "26c5fa82-8812-458a-a7e4-5b51083d3958"}], "BeginOffset": 24, "EndOffset": 35}], "Text": "Edith James", "Type": "Beneficiary Name", "Score": 1}, {"BlockReferences": [{"BlockId": "46ac1020-23bc-4f96-95de-39be262a866f", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "28b974a6-b149-4c5c-bf6e-9b914970f6b4"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "b6907dfb-5baf-442a-9b83-8aa5f2c692b4"}], "BeginOffset": 60, "EndOffset": 75}], "Text": "Kayleigh Potts.", "Type": "Policy Holder Name", "Score": 1}, {"BlockReferences": [{"BlockId": "d1c63c4b-6007-4006-962d-878acb5ba43e", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 12, "ChildBlockId": "de83a078-3118-4516-bb3b-a4221f53e3e8"}], "BeginOffset": 38, "EndOffset": 50}], "Text": "(#283963979)", "Type": "Policy Number", "Score": 1}, {"BlockReferences": [{"BlockId": "ec13749a-b84a-4358-a40e-eea5dfb4308f", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "27c94a98-0847-4555-859a-4e579f8bbca5"}], "BeginOffset": 61, "EndOffset": 69}], "Text": "$60,000.", "Type": "Payout", "Score": 1}, {"BlockReferences": [{"BlockId": "ec13749a-b84a-4358-a40e-eea5dfb4308f", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "997c5501-48cf-4ed0-abbf-1ce9c6fbe7be"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "1716270d-f0d8-4e2f-8302-942ab5ba59f7"}, {"BeginOffset": 0, "EndOffset": 10, "ChildBlockId": "7e01f4dc-7d6c-43a8-b584-b7fe66e574a4"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "b26860a7-36e9-45ca-93c8-ee0659813230"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "9b1be00c-f782-42bf-9ca8-eff1f00348ce"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "173eecb7-8904-4883-9ab0-9b8f898a4689"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "7ce99160-0131-4c70-a211-acf4d37e1160"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "78d3f94e-10eb-4360-af88-0f47a649160f"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "34986a4f-e547-4880-8edd-57583ecd0825"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "23ae962a-f9d5-4085-aa4f-cb5fc456329a"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "82b370c9-e878-4e64-b2cf-5ef63bae37ea"}], "BeginOffset": 0, "EndOffset": 60}, {"BlockId": "ec13749a-b84a-4358-a40e-eea5dfb4308f", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "5dc6721d-42c2-44ae-b86a-ac74a59ed6ae"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "b70de727-be90-4e44-8010-dde5116d3d9c"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "adf9eb0e-30cf-4d6f-a547-efbf5c9afa98"}], "BeginOffset": 70, "EndOffset": 87}, {"BlockId": "63eaa60d-43c4-400a-9506-8c545aed26ff", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 15, "ChildBlockId": "9ac46c4f-4e1d-4a6c-ad3b-95ef430b5470"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "f9c0d80e-18ae-403c-906a-9823f79594d4"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "900306c8-db0a-4698-8a9c-9260039562cd"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "043e4baa-8f3d-4477-85b3-043cde550fbd"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "5eba8868-e872-4ea7-8632-06b4cf923ed5"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "b5f3b326-a83f-4f95-828f-dae2787fb4b4"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "2ec7146c-0c55-4642-912d-b85bf7d3786b"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "d174b8c7-cbd5-4c70-af52-d43fd8a8de76"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "6a89d50a-7d2a-46c3-b3c5-d977e6b30142"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "6e777fb4-9e71-41bf-9b43-6e480f036386"}, {"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "aeff506c-942c-4731-ab5e-20a2cb99f2d1"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "ee7d3eb1-98cb-43df-b36d-b61ab06e4671"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "e65f1eb2-5dd4-4db9-ac5e-de9180004915"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "66277c79-2b45-44ee-9f77-b3e3f5b2c524"}], "BeginOffset": 0, "EndOffset": 90}, {"BlockId": "83079246-9a68-4472-9c23-2e8a535a0d59", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "f3e212e2-dc6d-452f-86ea-6792311ce22f"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "93013ef1-95aa-41d3-9a8b-17e44a58795d"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "84eb9400-7c53-4bf7-a171-6c6075078189"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "fe32029f-83eb-4664-80f9-e77111d76fed"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "ae133413-94d8-4d48-bf71-ca313ce3371c"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "d682442d-1c20-4353-aff2-0ca8c33f3492"}, {"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "ef62dddb-3312-438a-acb9-607b444d77a9"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "ec323b5a-fd38-4e23-944d-0395f13d2ce3"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "c78c809e-6a77-46af-862c-177e8154e6b9"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "7a273289-6208-44ca-924f-671db8464d91"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "88f97d85-fb9c-433a-ba25-c26e8410bd89"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "d47ff53b-0d01-474e-9c2c-17621dc18e68"}], "BeginOffset": 0, "EndOffset": 83}], "Text": "We are requesting that you forward the full policy amount of Please forward an acknowledgement of our demand and please forward the umbrella policy information if one is applicable. Please send my secretary any information regarding liens on his policy.", "Type": "Required Action", "Score": 1}, {"BlockReferences": [{"BlockId": "5820c33d-270e-40ac-a37f-133b53c94568", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "0bc3b68c-7918-4f3b-89e2-8636a7305441"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "09addb20-7912-4ac0-a5a4-2525a0834185"}], "BeginOffset": 0, "EndOffset": 13}], "Text": "Angela Berry,", "Type": "Sender", "Score": 1}], "File": "Letter 1-1-b01b8ace-ann.json"}
data/raw_data/annotations/Letter 10-1-7d772661-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 100-1-5686f67b-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 101-1-7553dde6-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 102-1-97da6dc3-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 103-1-5980f391-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 104-1-4d05267f-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 105-1-24c0d37e-ann.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"Version": "2021-04-30", "DocumentType": "NativePDF", "DocumentMetadata": {"Pages": "1"}, "Blocks": [{"BlockType": "LINE", "Id": "d51fa188-3e62-4be2-be05-739070ff7906", "Text": "Notice of Representation", "Geometry": {"BoundingBox": {"Width": 0.26350163398692805, "Top": 0.12879545454545455, "Left": 0.11764705882352941, "Height": 0.020303030303030295}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.14909848484848484}, {"X": 0.11764705882352941, "Y": 0.14909848484848484}]}, "Relationships": [{"Ids": ["206cf2a6-a365-4cbb-ac1b-f85134ad3ceb", "27c45c5a-5a88-4062-8efa-f40e60adfcec", "3ed7e943-b790-4e4c-a921-3999eea67cbd"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "206cf2a6-a365-4cbb-ac1b-f85134ad3ceb", "Text": "Notice", "Geometry": {"BoundingBox": {"Width": 0.06877614379084968, "Top": 0.12879545454545455, "Left": 0.11764705882352941, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.14909848484848484}, {"X": 0.11764705882352941, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "27c45c5a-5a88-4062-8efa-f40e60adfcec", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.021490196078431372, "Top": 0.12879545454545455, "Left": 0.19227777777777777, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.19227777777777777, "Y": 0.12879545454545455}, {"X": 0.21376797385620913, "Y": 0.12879545454545455}, {"X": 0.21376797385620913, "Y": 0.14909848484848484}, {"X": 0.19227777777777777, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3ed7e943-b790-4e4c-a921-3999eea67cbd", "Text": "Representation", "Geometry": {"BoundingBox": {"Width": 0.16152777777777777, "Top": 0.12879545454545455, "Left": 0.21962091503267975, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.21962091503267975, "Y": 0.12879545454545455}, {"X": 0.3811486928104575, "Y": 0.12879545454545455}, {"X": 0.3811486928104575, "Y": 0.14909848484848484}, {"X": 0.21962091503267975, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "8cafe7e7-1349-4e33-821b-1142111e0c85", "Text": "Budget Mutual Insurance Company", "Geometry": {"BoundingBox": {"Width": 0.28107516339869276, "Top": 0.15256060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.1677121212121212}, {"X": 0.11764705882352941, "Y": 0.1677121212121212}]}, "Relationships": [{"Ids": ["a1cf0888-8e94-48ff-9ad1-b39766170af4", "c755940f-b561-410e-a36f-78e3b4fa452e", "dd613d23-b09e-4127-9464-2c876d4d1838", "604e1c42-7201-43b5-bdf0-3fcd82999f83"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "a1cf0888-8e94-48ff-9ad1-b39766170af4", "Text": "Budget", "Geometry": {"BoundingBox": {"Width": 0.0568235294117647, "Top": 0.15256060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.1677121212121212}, {"X": 0.11764705882352941, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c755940f-b561-410e-a36f-78e3b4fa452e", "Text": "Mutual", "Geometry": {"BoundingBox": {"Width": 0.0578202614379085, "Top": 0.15256060606060606, "Left": 0.17890196078431372, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17890196078431372, "Y": 0.15256060606060606}, {"X": 0.23672222222222222, "Y": 0.15256060606060606}, {"X": 0.23672222222222222, "Y": 0.1677121212121212}, {"X": 0.17890196078431372, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "dd613d23-b09e-4127-9464-2c876d4d1838", "Text": "Insurance", "Geometry": {"BoundingBox": {"Width": 0.07780065359477124, "Top": 0.15256060606060606, "Left": 0.24116503267973857, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24116503267973857, "Y": 0.15256060606060606}, {"X": 0.31896568627450983, "Y": 0.15256060606060606}, {"X": 0.31896568627450983, "Y": 0.1677121212121212}, {"X": 0.24116503267973857, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "604e1c42-7201-43b5-bdf0-3fcd82999f83", "Text": "Company", "Geometry": {"BoundingBox": {"Width": 0.07533169934640523, "Top": 0.15256060606060606, "Left": 0.323390522875817, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.323390522875817, "Y": 0.15256060606060606}, {"X": 0.3987222222222222, "Y": 0.15256060606060606}, {"X": 0.3987222222222222, "Y": 0.1677121212121212}, {"X": 0.323390522875817, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "84954722-cad7-468b-981e-963f5bfb67bc", "Text": "9876 Infinity Ave", "Geometry": {"BoundingBox": {"Width": 0.13456209150326795, "Top": 0.17104545454545456, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.1861969696969697}, {"X": 0.11764705882352941, "Y": 0.1861969696969697}]}, "Relationships": [{"Ids": ["67140297-72c8-44c9-879a-ebf6756fd798", "5af3f5b2-b72b-4881-852e-78bebce5d5e6", "829128c3-892f-4a72-8528-4dd155d8ab0a"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "67140297-72c8-44c9-879a-ebf6756fd798", "Text": "9876", "Geometry": {"BoundingBox": {"Width": 0.039753267973856206, "Top": 0.17104545454545456, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.1861969696969697}, {"X": 0.11764705882352941, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5af3f5b2-b72b-4881-852e-78bebce5d5e6", "Text": "Infinity", "Geometry": {"BoundingBox": {"Width": 0.05597875816993464, "Top": 0.17104545454545456, "Left": 0.16183006535947714, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16183006535947714, "Y": 0.17104545454545456}, {"X": 0.21780882352941178, "Y": 0.17104545454545456}, {"X": 0.21780882352941178, "Y": 0.1861969696969697}, {"X": 0.16183006535947714, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "829128c3-892f-4a72-8528-4dd155d8ab0a", "Text": "Ave", "Geometry": {"BoundingBox": {"Width": 0.0299640522875817, "Top": 0.17104545454545456, "Left": 0.2222450980392157, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2222450980392157, "Y": 0.17104545454545456}, {"X": 0.25220915032679736, "Y": 0.17104545454545456}, {"X": 0.25220915032679736, "Y": 0.1861969696969697}, {"X": 0.2222450980392157, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "bc159f3f-42a6-445e-a599-1679ed63ab07", "Text": "Springfield, MI 65541", "Geometry": {"BoundingBox": {"Width": 0.17037581699346407, "Top": 0.18953030303030302, "Left": 0.11764705882352941, "Height": 0.015151515151515166}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.2046818181818182}, {"X": 0.11764705882352941, "Y": 0.2046818181818182}]}, "Relationships": [{"Ids": ["c09e1266-f2ba-4691-95fe-3ed2498cfe2f", "e61e3388-caaf-4083-ae50-7fd7da945837", "68dbea58-463d-4811-a79c-7ba3018e164a"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "c09e1266-f2ba-4691-95fe-3ed2498cfe2f", "Text": "Springfield,", "Geometry": {"BoundingBox": {"Width": 0.09012418300653595, "Top": 0.18953030303030302, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.2046818181818182}, {"X": 0.11764705882352941, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e61e3388-caaf-4083-ae50-7fd7da945837", "Text": "MI", "Geometry": {"BoundingBox": {"Width": 0.021705882352941176, "Top": 0.18953030303030302, "Left": 0.21219444444444444, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21219444444444444, "Y": 0.18953030303030302}, {"X": 0.23390032679738562, "Y": 0.18953030303030302}, {"X": 0.23390032679738562, "Y": 0.2046818181818182}, {"X": 0.21219444444444444, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "68dbea58-463d-4811-a79c-7ba3018e164a", "Text": "65541", "Geometry": {"BoundingBox": {"Width": 0.04968954248366013, "Top": 0.18953030303030302, "Left": 0.23833333333333334, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23833333333333334, "Y": 0.18953030303030302}, {"X": 0.2880228758169935, "Y": 0.18953030303030302}, {"X": 0.2880228758169935, "Y": 0.2046818181818182}, {"X": 0.23833333333333334, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "01871b64-8be8-49df-97d6-cab5ab9d969a", "Text": "NW Legacy Law", "Geometry": {"BoundingBox": {"Width": 0.12441013071895426, "Top": 0.2268030303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515166}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.2268030303030303}, {"X": 0.1477549019607843, "Y": 0.2268030303030303}, {"X": 0.1477549019607843, "Y": 0.24195454545454548}, {"X": 0.11764705882352941, "Y": 0.24195454545454548}]}, "Relationships": [{"Ids": ["ff1ceae8-b929-4ce6-aa61-5af2aeae5b8c", "b946c2de-4f68-48d0-bc2b-391a6d202f9e", "d1b930ed-57f5-499b-9592-ec147154ec26"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "ff1ceae8-b929-4ce6-aa61-5af2aeae5b8c", "Text": "NW", "Geometry": {"BoundingBox": {"Width": 0.0301078431372549, "Top": 0.2268030303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.2268030303030303}, {"X": 0.1477549019607843, "Y": 0.2268030303030303}, {"X": 0.1477549019607843, "Y": 0.24195454545454548}, {"X": 0.11764705882352941, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b946c2de-4f68-48d0-bc2b-391a6d202f9e", "Text": "Legacy", "Geometry": {"BoundingBox": {"Width": 0.05379738562091503, "Top": 0.2268030303030303, "Left": 0.1521797385620915, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1521797385620915, "Y": 0.2268030303030303}, {"X": 0.2059771241830065, "Y": 0.2268030303030303}, {"X": 0.2059771241830065, "Y": 0.24195454545454548}, {"X": 0.1521797385620915, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d1b930ed-57f5-499b-9592-ec147154ec26", "Text": "Law", "Geometry": {"BoundingBox": {"Width": 0.03165522875816994, "Top": 0.2268030303030303, "Left": 0.21040196078431372, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21040196078431372, "Y": 0.2268030303030303}, {"X": 0.24205718954248368, "Y": 0.2268030303030303}, {"X": 0.24205718954248368, "Y": 0.24195454545454548}, {"X": 0.21040196078431372, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "c7ec2db5-8ff1-49a6-9e04-11237e38e56f", "Text": "420 E 7th St", "Geometry": {"BoundingBox": {"Width": 0.0950718954248366, "Top": 0.24528787878787878, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.24528787878787878}, {"X": 0.1474624183006536, "Y": 0.24528787878787878}, {"X": 0.1474624183006536, "Y": 0.2604393939393939}, {"X": 0.11764705882352941, "Y": 0.2604393939393939}]}, "Relationships": [{"Ids": ["aa31688e-3be1-4ac8-b1d0-c31336c20d0e", "09499db9-d91e-46ee-98a2-957e727b43e1", "a245e19b-94fe-49ef-aa6a-19e2b0ea1607", "a2c4a76e-2585-4de5-ae54-5d7ef7c48537"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "aa31688e-3be1-4ac8-b1d0-c31336c20d0e", "Text": "420", "Geometry": {"BoundingBox": {"Width": 0.029815359477124184, "Top": 0.24528787878787878, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.24528787878787878}, {"X": 0.1474624183006536, "Y": 0.24528787878787878}, {"X": 0.1474624183006536, "Y": 0.2604393939393939}, {"X": 0.11764705882352941, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "09499db9-d91e-46ee-98a2-957e727b43e1", "Text": "E", "Geometry": {"BoundingBox": {"Width": 0.009568627450980392, "Top": 0.24528787878787878, "Left": 0.1518921568627451, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1518921568627451, "Y": 0.24528787878787878}, {"X": 0.16146078431372549, "Y": 0.24528787878787878}, {"X": 0.16146078431372549, "Y": 0.2604393939393939}, {"X": 0.1518921568627451, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a245e19b-94fe-49ef-aa6a-19e2b0ea1607", "Text": "7th", "Geometry": {"BoundingBox": {"Width": 0.026799019607843137, "Top": 0.24528787878787878, "Left": 0.16590032679738562, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16590032679738562, "Y": 0.24528787878787878}, {"X": 0.19269934640522876, "Y": 0.24528787878787878}, {"X": 0.19269934640522876, "Y": 0.2604393939393939}, {"X": 0.16590032679738562, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a2c4a76e-2585-4de5-ae54-5d7ef7c48537", "Text": "St", "Geometry": {"BoundingBox": {"Width": 0.01557843137254902, "Top": 0.24528787878787878, "Left": 0.197140522875817, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.197140522875817, "Y": 0.24528787878787878}, {"X": 0.212718954248366, "Y": 0.24528787878787878}, {"X": 0.212718954248366, "Y": 0.2604393939393939}, {"X": 0.197140522875817, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "d61bafd6-ae55-4cc3-8ee1-8bf481179d5f", "Text": "Tonasket, Washington(WA), 98855", "Geometry": {"BoundingBox": {"Width": 0.27756209150326794, "Top": 0.26377272727272727, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.26377272727272727}, {"X": 0.1950457516339869, "Y": 0.26377272727272727}, {"X": 0.1950457516339869, "Y": 0.2789242424242424}, {"X": 0.11764705882352941, "Y": 0.2789242424242424}]}, "Relationships": [{"Ids": ["ace86b83-951f-4c72-8b9c-e6eaccc8cfcc", "e84edd1c-1de7-4fc1-99a5-c67da3237339", "c4201a52-f6e3-466d-8e11-68a9903b0f1e"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "ace86b83-951f-4c72-8b9c-e6eaccc8cfcc", "Text": "Tonasket,", "Geometry": {"BoundingBox": {"Width": 0.07739869281045751, "Top": 0.26377272727272727, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.26377272727272727}, {"X": 0.1950457516339869, "Y": 0.26377272727272727}, {"X": 0.1950457516339869, "Y": 0.2789242424242424}, {"X": 0.11764705882352941, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e84edd1c-1de7-4fc1-99a5-c67da3237339", "Text": "Washington(WA),", "Geometry": {"BoundingBox": {"Width": 0.14162745098039214, "Top": 0.26377272727272727, "Left": 0.19946895424836603, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.19946895424836603, "Y": 0.26377272727272727}, {"X": 0.34109640522875817, "Y": 0.26377272727272727}, {"X": 0.34109640522875817, "Y": 0.2789242424242424}, {"X": 0.19946895424836603, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c4201a52-f6e3-466d-8e11-68a9903b0f1e", "Text": "98855", "Geometry": {"BoundingBox": {"Width": 0.04968954248366013, "Top": 0.26377272727272727, "Left": 0.34551960784313723, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.34551960784313723, "Y": 0.26377272727272727}, {"X": 0.3952091503267974, "Y": 0.26377272727272727}, {"X": 0.3952091503267974, "Y": 0.2789242424242424}, {"X": 0.34551960784313723, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "9997f4ef-6012-4948-aa8a-f1d1944bfbc9", "Text": "Our Client: Jessica Davis", "Geometry": {"BoundingBox": {"Width": 0.1907532679738562, "Top": 0.31922727272727275, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.3343787878787879}, {"X": 0.11764705882352941, "Y": 0.3343787878787879}]}, "Relationships": [{"Ids": ["8d5a79d1-ad2d-4b52-ab16-0c049c7d2fc8", "d6b58e6f-9889-45e2-80a3-09d3dfe42a81", "160c01c8-c06a-4cce-8d62-7860829af291", "6b6db676-dae9-4406-92a0-45155f4f4e71"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "8d5a79d1-ad2d-4b52-ab16-0c049c7d2fc8", "Text": "Our", "Geometry": {"BoundingBox": {"Width": 0.03012091503267974, "Top": 0.31922727272727275, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.3343787878787879}, {"X": 0.11764705882352941, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d6b58e6f-9889-45e2-80a3-09d3dfe42a81", "Text": "Client:", "Geometry": {"BoundingBox": {"Width": 0.05135294117647059, "Top": 0.31922727272727275, "Left": 0.1521846405228758, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1521846405228758, "Y": 0.31922727272727275}, {"X": 0.20353758169934638, "Y": 0.31922727272727275}, {"X": 0.20353758169934638, "Y": 0.3343787878787879}, {"X": 0.1521846405228758, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "160c01c8-c06a-4cce-8d62-7860829af291", "Text": "Jessica", "Geometry": {"BoundingBox": {"Width": 0.05352941176470588, "Top": 0.31922727272727275, "Left": 0.20795915032679738, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20795915032679738, "Y": 0.31922727272727275}, {"X": 0.2614885620915033, "Y": 0.31922727272727275}, {"X": 0.2614885620915033, "Y": 0.3343787878787879}, {"X": 0.20795915032679738, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6b6db676-dae9-4406-92a0-45155f4f4e71", "Text": "Davis", "Geometry": {"BoundingBox": {"Width": 0.04247712418300654, "Top": 0.31922727272727275, "Left": 0.2659232026143791, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2659232026143791, "Y": 0.31922727272727275}, {"X": 0.3084003267973856, "Y": 0.31922727272727275}, {"X": 0.3084003267973856, "Y": 0.3343787878787879}, {"X": 0.2659232026143791, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "08524834-b574-4421-9013-83fb567fcec0", "Text": "Date of death: 10/5/2020", "Geometry": {"BoundingBox": {"Width": 0.20366176470588235, "Top": 0.3377121212121212, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3528636363636363}, {"X": 0.11764705882352941, "Y": 0.3528636363636363}]}, "Relationships": [{"Ids": ["d7dfc9aa-7154-42f5-9952-fe33711a57da", "e732aa19-e779-44a8-9c9f-e4ef6ba19f64", "cb4186e0-2ca4-48a1-9274-edbf220ceecb", "d4522497-3c5e-4114-a912-d60114661112"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "d7dfc9aa-7154-42f5-9952-fe33711a57da", "Text": "Date", "Geometry": {"BoundingBox": {"Width": 0.03778921568627451, "Top": 0.3377121212121212, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3528636363636363}, {"X": 0.11764705882352941, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e732aa19-e779-44a8-9c9f-e4ef6ba19f64", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.3377121212121212, "Left": 0.15986111111111112, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.15986111111111112, "Y": 0.3377121212121212}, {"X": 0.1761813725490196, "Y": 0.3377121212121212}, {"X": 0.1761813725490196, "Y": 0.3528636363636363}, {"X": 0.15986111111111112, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "cb4186e0-2ca4-48a1-9274-edbf220ceecb", "Text": "death:", "Geometry": {"BoundingBox": {"Width": 0.05157679738562092, "Top": 0.3377121212121212, "Left": 0.18061601307189543, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.18061601307189543, "Y": 0.3377121212121212}, {"X": 0.23219281045751633, "Y": 0.3377121212121212}, {"X": 0.23219281045751633, "Y": 0.3528636363636363}, {"X": 0.18061601307189543, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d4522497-3c5e-4114-a912-d60114661112", "Text": "10/5/2020", "Geometry": {"BoundingBox": {"Width": 0.08469281045751634, "Top": 0.3377121212121212, "Left": 0.23661601307189542, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23661601307189542, "Y": 0.3377121212121212}, {"X": 0.32130882352941176, "Y": 0.3377121212121212}, {"X": 0.32130882352941176, "Y": 0.3528636363636363}, {"X": 0.23661601307189542, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "8f294358-598b-4cc8-b912-e52ac83d1b15", "Text": "To Whom It May Concern,", "Geometry": {"BoundingBox": {"Width": 0.20909967320261438, "Top": 0.39316666666666666, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.4083181818181818}, {"X": 0.11764705882352941, "Y": 0.4083181818181818}]}, "Relationships": [{"Ids": ["c3ff4591-2579-4d9e-b713-97b3cdf355c0", "2dfa3991-60ff-4df3-bf7b-6116b29e17de", "54fa0475-68f6-4143-bae8-04ac00138d35", "d862c781-2c5f-4727-86bc-2fe1e13ccc1c", "d7a62836-f60c-44ca-9b5d-9fe999bae960"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "c3ff4591-2579-4d9e-b713-97b3cdf355c0", "Text": "To", "Geometry": {"BoundingBox": {"Width": 0.01988888888888889, "Top": 0.39316666666666666, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.4083181818181818}, {"X": 0.11764705882352941, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2dfa3991-60ff-4df3-bf7b-6116b29e17de", "Text": "Whom", "Geometry": {"BoundingBox": {"Width": 0.05374346405228758, "Top": 0.39316666666666666, "Left": 0.14197875816993463, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14197875816993463, "Y": 0.39316666666666666}, {"X": 0.19572222222222221, "Y": 0.39316666666666666}, {"X": 0.19572222222222221, "Y": 0.4083181818181818}, {"X": 0.14197875816993463, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "54fa0475-68f6-4143-bae8-04ac00138d35", "Text": "It", "Geometry": {"BoundingBox": {"Width": 0.011509803921568628, "Top": 0.39316666666666666, "Left": 0.20015686274509803, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20015686274509803, "Y": 0.39316666666666666}, {"X": 0.21166666666666667, "Y": 0.39316666666666666}, {"X": 0.21166666666666667, "Y": 0.4083181818181818}, {"X": 0.20015686274509803, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d862c781-2c5f-4727-86bc-2fe1e13ccc1c", "Text": "May", "Geometry": {"BoundingBox": {"Width": 0.03503921568627451, "Top": 0.39316666666666666, "Left": 0.2160996732026144, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2160996732026144, "Y": 0.39316666666666666}, {"X": 0.2511388888888889, "Y": 0.39316666666666666}, {"X": 0.2511388888888889, "Y": 0.4083181818181818}, {"X": 0.2160996732026144, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d7a62836-f60c-44ca-9b5d-9fe999bae960", "Text": "Concern,", "Geometry": {"BoundingBox": {"Width": 0.07118137254901961, "Top": 0.39316666666666666, "Left": 0.25556535947712417, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.25556535947712417, "Y": 0.39316666666666666}, {"X": 0.3267467320261438, "Y": 0.39316666666666666}, {"X": 0.3267467320261438, "Y": 0.4083181818181818}, {"X": 0.25556535947712417, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "e77637c1-cba1-4b30-8ca9-529c15eb92f1", "Text": "I have been retained by Jessica Davis to handle the estate of Haider Cortez. My understanding is", "Geometry": {"BoundingBox": {"Width": 0.7642271241830065, "Top": 0.43013636363636365, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.4452878787878788}, {"X": 0.11764705882352941, "Y": 0.4452878787878788}]}, "Relationships": [{"Ids": ["41e7ef2f-e2e3-491b-b638-19971f2bb70a", "c5549a2f-8963-4783-8c11-459897fd4327", "36fa3d48-d047-4d8b-8feb-0730b5748382", "b3d614e8-813a-467d-8d6e-c281428e170c", "cc7716fc-2a34-47cc-8469-254645ac1b70", "7653092c-4540-414d-9406-4cf6e2472791", "a1cad36c-3227-404a-b68e-ec057c52b3bb", "42de9e17-e4de-482f-a0fe-f12694a930a4", "4a2e9bf2-5284-4324-b54b-f19d9b690d8b", "ab70a067-30f4-447a-85c2-81e9fc203e86", "9dc1eab4-69df-457b-8301-9a47e9df177b", "9896fff6-5565-4564-8103-309f5fc3cf9e", "81ead243-cc9b-4015-93b4-ed10b2d9ad70", "d35beff8-6692-440a-b99f-ed3f27c32909", "f7e0ac88-8912-4a61-aa3f-b297548c8bc7", "d9f894e7-1ce6-48d3-957e-921ff5f87fc3", "7dcc18fd-eb27-43d8-bf84-a0676dddac0d"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "41e7ef2f-e2e3-491b-b638-19971f2bb70a", "Text": "I", "Geometry": {"BoundingBox": {"Width": 0.004941176470588235, "Top": 0.43013636363636365, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.4452878787878788}, {"X": 0.11764705882352941, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c5549a2f-8963-4783-8c11-459897fd4327", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.43013636363636365, "Left": 0.12702124183006536, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.12702124183006536, "Y": 0.43013636363636365}, {"X": 0.16533660130718952, "Y": 0.43013636363636365}, {"X": 0.16533660130718952, "Y": 0.4452878787878788}, {"X": 0.12702124183006536, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "36fa3d48-d047-4d8b-8feb-0730b5748382", "Text": "been", "Geometry": {"BoundingBox": {"Width": 0.04010947712418301, "Top": 0.43013636363636365, "Left": 0.16976307189542483, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16976307189542483, "Y": 0.43013636363636365}, {"X": 0.20987254901960783, "Y": 0.43013636363636365}, {"X": 0.20987254901960783, "Y": 0.4452878787878788}, {"X": 0.16976307189542483, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b3d614e8-813a-467d-8d6e-c281428e170c", "Text": "retained", "Geometry": {"BoundingBox": {"Width": 0.06740522875816994, "Top": 0.43013636363636365, "Left": 0.2143137254901961, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2143137254901961, "Y": 0.43013636363636365}, {"X": 0.281718954248366, "Y": 0.43013636363636365}, {"X": 0.281718954248366, "Y": 0.4452878787878788}, {"X": 0.2143137254901961, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "cc7716fc-2a34-47cc-8469-254645ac1b70", "Text": "by", "Geometry": {"BoundingBox": {"Width": 0.01918464052287582, "Top": 0.43013636363636365, "Left": 0.28616013071895424, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.28616013071895424, "Y": 0.43013636363636365}, {"X": 0.30534477124183007, "Y": 0.43013636363636365}, {"X": 0.30534477124183007, "Y": 0.4452878787878788}, {"X": 0.28616013071895424, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7653092c-4540-414d-9406-4cf6e2472791", "Text": "Jessica", "Geometry": {"BoundingBox": {"Width": 0.05352941176470588, "Top": 0.43013636363636365, "Left": 0.30976143790849675, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.30976143790849675, "Y": 0.43013636363636365}, {"X": 0.36329084967320263, "Y": 0.43013636363636365}, {"X": 0.36329084967320263, "Y": 0.4452878787878788}, {"X": 0.30976143790849675, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a1cad36c-3227-404a-b68e-ec057c52b3bb", "Text": "Davis", "Geometry": {"BoundingBox": {"Width": 0.04247875816993464, "Top": 0.43013636363636365, "Left": 0.3677238562091503, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3677238562091503, "Y": 0.43013636363636365}, {"X": 0.41020261437908495, "Y": 0.43013636363636365}, {"X": 0.41020261437908495, "Y": 0.4452878787878788}, {"X": 0.3677238562091503, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "42de9e17-e4de-482f-a0fe-f12694a930a4", "Text": "to", "Geometry": {"BoundingBox": {"Width": 0.016901960784313726, "Top": 0.43013636363636365, "Left": 0.4146372549019608, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4146372549019608, "Y": 0.43013636363636365}, {"X": 0.4315392156862745, "Y": 0.43013636363636365}, {"X": 0.4315392156862745, "Y": 0.4452878787878788}, {"X": 0.4146372549019608, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4a2e9bf2-5284-4324-b54b-f19d9b690d8b", "Text": "handle", "Geometry": {"BoundingBox": {"Width": 0.054562091503267976, "Top": 0.43013636363636365, "Left": 0.43597875816993464, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.43597875816993464, "Y": 0.43013636363636365}, {"X": 0.4905408496732026, "Y": 0.43013636363636365}, {"X": 0.4905408496732026, "Y": 0.4452878787878788}, {"X": 0.43597875816993464, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ab70a067-30f4-447a-85c2-81e9fc203e86", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.43013636363636365, "Left": 0.4949656862745098, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4949656862745098, "Y": 0.43013636363636365}, {"X": 0.5216013071895425, "Y": 0.43013636363636365}, {"X": 0.5216013071895425, "Y": 0.4452878787878788}, {"X": 0.4949656862745098, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9dc1eab4-69df-457b-8301-9a47e9df177b", "Text": "estate", "Geometry": {"BoundingBox": {"Width": 0.04971895424836601, "Top": 0.43013636363636365, "Left": 0.5260277777777778, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5260277777777778, "Y": 0.43013636363636365}, {"X": 0.5757467320261438, "Y": 0.43013636363636365}, {"X": 0.5757467320261438, "Y": 0.4452878787878788}, {"X": 0.5260277777777778, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9896fff6-5565-4564-8103-309f5fc3cf9e", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.43013636363636365, "Left": 0.580171568627451, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.580171568627451, "Y": 0.43013636363636365}, {"X": 0.5964918300653596, "Y": 0.43013636363636365}, {"X": 0.5964918300653596, "Y": 0.4452878787878788}, {"X": 0.580171568627451, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "81ead243-cc9b-4015-93b4-ed10b2d9ad70", "Text": "Haider", "Geometry": {"BoundingBox": {"Width": 0.05300980392156863, "Top": 0.43013636363636365, "Left": 0.6009215686274509, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6009215686274509, "Y": 0.43013636363636365}, {"X": 0.6539313725490196, "Y": 0.43013636363636365}, {"X": 0.6539313725490196, "Y": 0.4452878787878788}, {"X": 0.6009215686274509, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d35beff8-6692-440a-b99f-ed3f27c32909", "Text": "Cortez.", "Geometry": {"BoundingBox": {"Width": 0.0566421568627451, "Top": 0.43013636363636365, "Left": 0.6583562091503268, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6583562091503268, "Y": 0.43013636363636365}, {"X": 0.7149983660130719, "Y": 0.43013636363636365}, {"X": 0.7149983660130719, "Y": 0.4452878787878788}, {"X": 0.6583562091503268, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f7e0ac88-8912-4a61-aa3f-b297548c8bc7", "Text": "My", "Geometry": {"BoundingBox": {"Width": 0.02564705882352941, "Top": 0.43013636363636365, "Left": 0.7194395424836602, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7194395424836602, "Y": 0.43013636363636365}, {"X": 0.7450866013071895, "Y": 0.43013636363636365}, {"X": 0.7450866013071895, "Y": 0.4452878787878788}, {"X": 0.7194395424836602, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d9f894e7-1ce6-48d3-957e-921ff5f87fc3", "Text": "understanding", "Geometry": {"BoundingBox": {"Width": 0.11576960784313725, "Top": 0.43013636363636365, "Left": 0.7495114379084967, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7495114379084967, "Y": 0.43013636363636365}, {"X": 0.865281045751634, "Y": 0.43013636363636365}, {"X": 0.865281045751634, "Y": 0.4452878787878788}, {"X": 0.7495114379084967, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7dcc18fd-eb27-43d8-bf84-a0676dddac0d", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.43013636363636365, "Left": 0.8697075163398693, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8697075163398693, "Y": 0.43013636363636365}, {"X": 0.881874183006536, "Y": 0.43013636363636365}, {"X": 0.881874183006536, "Y": 0.4452878787878788}, {"X": 0.8697075163398693, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "7e518523-f55f-4e9a-8f4d-07464cfb97d9", "Text": "that they had a life insurance policy (#763462765) with your company. If this is correct, please", "Geometry": {"BoundingBox": {"Width": 0.749390522875817, "Top": 0.44862121212121214, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.44862121212121214}, {"X": 0.15047875816993464, "Y": 0.44862121212121214}, {"X": 0.15047875816993464, "Y": 0.4637727272727273}, {"X": 0.11764705882352941, "Y": 0.4637727272727273}]}, "Relationships": [{"Ids": ["221f4371-d9c0-406f-85fa-328cd67dfd00", "157475a3-a1cb-4f8d-9627-2109908c9f39", "734926b8-b456-4d5b-86fd-3a153c2edf23", "f9ceaed9-82fe-49a5-9db4-c08fd0bb47a1", "7a8fe3d0-6b70-4266-a0e8-5b97e3050869", "95d99341-2f3c-46ce-954f-659206a6e58c", "978713c7-31fe-44e6-97b6-80ccd68115b2", "4799a2a8-03a2-4094-9ed9-336ab7a493dd", "f5b7a11b-2083-4b1d-9560-30cb19c63c0e", "e9a5eaa1-e981-4bf7-9463-ba34202dc103", "eb9d9d8e-7eb8-431f-8068-aae135f53db2", "b5dff851-16c1-414e-bab8-9edaf1257a42", "70b342b9-caca-4397-b6b9-0483ea3ed5bf", "0a235266-b068-4ff1-b2c0-5bb8ced47e26", "0f1d99f5-7c71-4da7-b5d6-7af1b7f19720", "d29b9919-511d-4815-9d0f-806e15a85fc3"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "221f4371-d9c0-406f-85fa-328cd67dfd00", "Text": "that", "Geometry": {"BoundingBox": {"Width": 0.03283169934640523, "Top": 0.44862121212121214, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.44862121212121214}, {"X": 0.15047875816993464, "Y": 0.44862121212121214}, {"X": 0.15047875816993464, "Y": 0.4637727272727273}, {"X": 0.11764705882352941, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "157475a3-a1cb-4f8d-9627-2109908c9f39", "Text": "they", "Geometry": {"BoundingBox": {"Width": 0.035509803921568626, "Top": 0.44862121212121214, "Left": 0.15491176470588236, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.15491176470588236, "Y": 0.44862121212121214}, {"X": 0.190421568627451, "Y": 0.44862121212121214}, {"X": 0.190421568627451, "Y": 0.4637727272727273}, {"X": 0.15491176470588236, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "734926b8-b456-4d5b-86fd-3a153c2edf23", "Text": "had", "Geometry": {"BoundingBox": {"Width": 0.029988562091503267, "Top": 0.44862121212121214, "Left": 0.19484640522875818, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.19484640522875818, "Y": 0.44862121212121214}, {"X": 0.22483496732026145, "Y": 0.44862121212121214}, {"X": 0.22483496732026145, "Y": 0.4637727272727273}, {"X": 0.19484640522875818, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f9ceaed9-82fe-49a5-9db4-c08fd0bb47a1", "Text": "a", "Geometry": {"BoundingBox": {"Width": 0.009392156862745098, "Top": 0.44862121212121214, "Left": 0.22927614379084968, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22927614379084968, "Y": 0.44862121212121214}, {"X": 0.2386683006535948, "Y": 0.44862121212121214}, {"X": 0.2386683006535948, "Y": 0.4637727272727273}, {"X": 0.22927614379084968, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7a8fe3d0-6b70-4266-a0e8-5b97e3050869", "Text": "life", "Geometry": {"BoundingBox": {"Width": 0.02475, "Top": 0.44862121212121214, "Left": 0.24310130718954248, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24310130718954248, "Y": 0.44862121212121214}, {"X": 0.2678513071895425, "Y": 0.44862121212121214}, {"X": 0.2678513071895425, "Y": 0.4637727272727273}, {"X": 0.24310130718954248, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "95d99341-2f3c-46ce-954f-659206a6e58c", "Text": "insurance", "Geometry": {"BoundingBox": {"Width": 0.07735947712418301, "Top": 0.44862121212121214, "Left": 0.2722761437908497, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2722761437908497, "Y": 0.44862121212121214}, {"X": 0.3496356209150327, "Y": 0.44862121212121214}, {"X": 0.3496356209150327, "Y": 0.4637727272727273}, {"X": 0.2722761437908497, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "978713c7-31fe-44e6-97b6-80ccd68115b2", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681535947712418, "Top": 0.44862121212121214, "Left": 0.35406045751633985, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.35406045751633985, "Y": 0.44862121212121214}, {"X": 0.40087581699346403, "Y": 0.44862121212121214}, {"X": 0.40087581699346403, "Y": 0.4637727272727273}, {"X": 0.35406045751633985, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4799a2a8-03a2-4094-9ed9-336ab7a493dd", "Text": "(#763462765)", "Geometry": {"BoundingBox": {"Width": 0.11109477124183006, "Top": 0.44862121212121214, "Left": 0.4052924836601307, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4052924836601307, "Y": 0.44862121212121214}, {"X": 0.5163872549019608, "Y": 0.44862121212121214}, {"X": 0.5163872549019608, "Y": 0.4637727272727273}, {"X": 0.4052924836601307, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f5b7a11b-2083-4b1d-9560-30cb19c63c0e", "Text": "with", "Geometry": {"BoundingBox": {"Width": 0.035379084967320264, "Top": 0.44862121212121214, "Left": 0.5208235294117647, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5208235294117647, "Y": 0.44862121212121214}, {"X": 0.5562026143790849, "Y": 0.44862121212121214}, {"X": 0.5562026143790849, "Y": 0.4637727272727273}, {"X": 0.5208235294117647, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e9a5eaa1-e981-4bf7-9463-ba34202dc103", "Text": "your", "Geometry": {"BoundingBox": {"Width": 0.0363578431372549, "Top": 0.44862121212121214, "Left": 0.5606437908496732, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5606437908496732, "Y": 0.44862121212121214}, {"X": 0.5970016339869281, "Y": 0.44862121212121214}, {"X": 0.5970016339869281, "Y": 0.4637727272727273}, {"X": 0.5606437908496732, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "eb9d9d8e-7eb8-431f-8068-aae135f53db2", "Text": "company.", "Geometry": {"BoundingBox": {"Width": 0.0781062091503268, "Top": 0.44862121212121214, "Left": 0.6014281045751634, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6014281045751634, "Y": 0.44862121212121214}, {"X": 0.6795343137254902, "Y": 0.44862121212121214}, {"X": 0.6795343137254902, "Y": 0.4637727272727273}, {"X": 0.6014281045751634, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b5dff851-16c1-414e-bab8-9edaf1257a42", "Text": "If", "Geometry": {"BoundingBox": {"Width": 0.01092156862745098, "Top": 0.44862121212121214, "Left": 0.6839754901960784, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6839754901960784, "Y": 0.44862121212121214}, {"X": 0.6948970588235294, "Y": 0.44862121212121214}, {"X": 0.6948970588235294, "Y": 0.4637727272727273}, {"X": 0.6839754901960784, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "70b342b9-caca-4397-b6b9-0483ea3ed5bf", "Text": "this", "Geometry": {"BoundingBox": {"Width": 0.029037581699346404, "Top": 0.44862121212121214, "Left": 0.6993333333333334, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6993333333333334, "Y": 0.44862121212121214}, {"X": 0.7283709150326798, "Y": 0.44862121212121214}, {"X": 0.7283709150326798, "Y": 0.4637727272727273}, {"X": 0.6993333333333334, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0a235266-b068-4ff1-b2c0-5bb8ced47e26", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.44862121212121214, "Left": 0.7328055555555556, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7328055555555556, "Y": 0.44862121212121214}, {"X": 0.7449722222222223, "Y": 0.44862121212121214}, {"X": 0.7449722222222223, "Y": 0.4637727272727273}, {"X": 0.7328055555555556, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0f1d99f5-7c71-4da7-b5d6-7af1b7f19720", "Text": "correct,", "Geometry": {"BoundingBox": {"Width": 0.0618218954248366, "Top": 0.44862121212121214, "Left": 0.7494084967320261, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7494084967320261, "Y": 0.44862121212121214}, {"X": 0.8112303921568628, "Y": 0.44862121212121214}, {"X": 0.8112303921568628, "Y": 0.4637727272727273}, {"X": 0.7494084967320261, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d29b9919-511d-4815-9d0f-806e15a85fc3", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.44862121212121214, "Left": 0.8156535947712419, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8156535947712419, "Y": 0.44862121212121214}, {"X": 0.8670375816993464, "Y": 0.44862121212121214}, {"X": 0.8670375816993464, "Y": 0.4637727272727273}, {"X": 0.8156535947712419, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "8522356d-f445-406f-abba-6b4b29619e18", "Text": "send a letter to my office indicating you have received our letter of representation.", "Geometry": {"BoundingBox": {"Width": 0.6607075163398692, "Top": 0.4671060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4671060606060606}, {"X": 0.15566830065359477, "Y": 0.4671060606060606}, {"X": 0.15566830065359477, "Y": 0.4822575757575757}, {"X": 0.11764705882352941, "Y": 0.4822575757575757}]}, "Relationships": [{"Ids": ["7ddcce39-7a89-4df8-aa56-d5dfbf2a41a9", "4c97b0e4-82b4-441b-8340-3853bda191c6", "4fc35361-af4d-4aca-8e7f-5ac1bf5f7aa4", "eaf68d8f-4e81-4d3f-b430-e235b20f877f", "43d3b6a4-7c18-4414-8b21-cef5831ac14b", "5234ae0c-0bca-46c8-bb2e-de77150e9ce5", "fa763464-8f6b-4990-8783-c92837138940", "617ca5ba-363e-4afe-ad50-b2af81eb1b2d", "eab27b9b-49b2-4802-8982-cf2e1adac7b1", "687f1d9b-6755-4294-8c5e-70e54d5fe73a", "b89ba223-859f-4f1f-9d4c-feb8600b4618", "caae8aa9-c021-48a3-829e-ba5df37108bb", "da7cefa4-bae4-40cd-a0f5-d874eb6c3702", "4a43cd27-4a2b-47cc-841c-9dc3d138723a"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "7ddcce39-7a89-4df8-aa56-d5dfbf2a41a9", "Text": "send", "Geometry": {"BoundingBox": {"Width": 0.03802124183006536, "Top": 0.4671060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4671060606060606}, {"X": 0.15566830065359477, "Y": 0.4671060606060606}, {"X": 0.15566830065359477, "Y": 0.4822575757575757}, {"X": 0.11764705882352941, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4c97b0e4-82b4-441b-8340-3853bda191c6", "Text": "a", "Geometry": {"BoundingBox": {"Width": 0.009392156862745098, "Top": 0.4671060606060606, "Left": 0.160109477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.160109477124183, "Y": 0.4671060606060606}, {"X": 0.1695016339869281, "Y": 0.4671060606060606}, {"X": 0.1695016339869281, "Y": 0.4822575757575757}, {"X": 0.160109477124183, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4fc35361-af4d-4aca-8e7f-5ac1bf5f7aa4", "Text": "letter", "Geometry": {"BoundingBox": {"Width": 0.04399509803921569, "Top": 0.4671060606060606, "Left": 0.17393464052287583, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17393464052287583, "Y": 0.4671060606060606}, {"X": 0.21792973856209152, "Y": 0.4671060606060606}, {"X": 0.21792973856209152, "Y": 0.4822575757575757}, {"X": 0.17393464052287583, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "eaf68d8f-4e81-4d3f-b430-e235b20f877f", "Text": "to", "Geometry": {"BoundingBox": {"Width": 0.016901960784313726, "Top": 0.4671060606060606, "Left": 0.22235457516339868, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22235457516339868, "Y": 0.4671060606060606}, {"X": 0.2392565359477124, "Y": 0.4671060606060606}, {"X": 0.2392565359477124, "Y": 0.4822575757575757}, {"X": 0.22235457516339868, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "43d3b6a4-7c18-4414-8b21-cef5831ac14b", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024545751633986927, "Top": 0.4671060606060606, "Left": 0.24369607843137256, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24369607843137256, "Y": 0.4671060606060606}, {"X": 0.2682418300653595, "Y": 0.4671060606060606}, {"X": 0.2682418300653595, "Y": 0.4822575757575757}, {"X": 0.24369607843137256, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5234ae0c-0bca-46c8-bb2e-de77150e9ce5", "Text": "office", "Geometry": {"BoundingBox": {"Width": 0.04486437908496732, "Top": 0.4671060606060606, "Left": 0.27266666666666667, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.27266666666666667, "Y": 0.4671060606060606}, {"X": 0.317531045751634, "Y": 0.4671060606060606}, {"X": 0.317531045751634, "Y": 0.4822575757575757}, {"X": 0.27266666666666667, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fa763464-8f6b-4990-8783-c92837138940", "Text": "indicating", "Geometry": {"BoundingBox": {"Width": 0.0778937908496732, "Top": 0.4671060606060606, "Left": 0.3219575163398693, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3219575163398693, "Y": 0.4671060606060606}, {"X": 0.3998513071895425, "Y": 0.4671060606060606}, {"X": 0.3998513071895425, "Y": 0.4822575757575757}, {"X": 0.3219575163398693, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "617ca5ba-363e-4afe-ad50-b2af81eb1b2d", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.4671060606060606, "Left": 0.4042777777777778, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4042777777777778, "Y": 0.4671060606060606}, {"X": 0.4337859477124183, "Y": 0.4671060606060606}, {"X": 0.4337859477124183, "Y": 0.4822575757575757}, {"X": 0.4042777777777778, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "eab27b9b-49b2-4802-8982-cf2e1adac7b1", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.4671060606060606, "Left": 0.4382271241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4382271241830065, "Y": 0.4671060606060606}, {"X": 0.4765424836601307, "Y": 0.4671060606060606}, {"X": 0.4765424836601307, "Y": 0.4822575757575757}, {"X": 0.4382271241830065, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "687f1d9b-6755-4294-8c5e-70e54d5fe73a", "Text": "received", "Geometry": {"BoundingBox": {"Width": 0.06804901960784314, "Top": 0.4671060606060606, "Left": 0.480968954248366, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.480968954248366, "Y": 0.4671060606060606}, {"X": 0.5490179738562091, "Y": 0.4671060606060606}, {"X": 0.5490179738562091, "Y": 0.4822575757575757}, {"X": 0.480968954248366, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b89ba223-859f-4f1f-9d4c-feb8600b4618", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.027483660130718953, "Top": 0.4671060606060606, "Left": 0.5534428104575163, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5534428104575163, "Y": 0.4671060606060606}, {"X": 0.5809264705882352, "Y": 0.4671060606060606}, {"X": 0.5809264705882352, "Y": 0.4822575757575757}, {"X": 0.5534428104575163, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "caae8aa9-c021-48a3-829e-ba5df37108bb", "Text": "letter", "Geometry": {"BoundingBox": {"Width": 0.04399346405228758, "Top": 0.4671060606060606, "Left": 0.5853529411764706, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5853529411764706, "Y": 0.4671060606060606}, {"X": 0.6293464052287582, "Y": 0.4671060606060606}, {"X": 0.6293464052287582, "Y": 0.4822575757575757}, {"X": 0.5853529411764706, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "da7cefa4-bae4-40cd-a0f5-d874eb6c3702", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.4671060606060606, "Left": 0.6337728758169935, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6337728758169935, "Y": 0.4671060606060606}, {"X": 0.6500915032679738, "Y": 0.4671060606060606}, {"X": 0.6500915032679738, "Y": 0.4822575757575757}, {"X": 0.6337728758169935, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4a43cd27-4a2b-47cc-841c-9dc3d138723a", "Text": "representation.", "Geometry": {"BoundingBox": {"Width": 0.12382516339869282, "Top": 0.4671060606060606, "Left": 0.6545294117647059, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6545294117647059, "Y": 0.4671060606060606}, {"X": 0.7783545751633987, "Y": 0.4671060606060606}, {"X": 0.7783545751633987, "Y": 0.4822575757575757}, {"X": 0.6545294117647059, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "9794833d-ee65-4039-9733-146f31e1e0f6", "Text": "Additionally, please do not contact our client going forward.", "Geometry": {"BoundingBox": {"Width": 0.47839869281045744, "Top": 0.4855909090909091, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4855909090909091}, {"X": 0.21797385620915033, "Y": 0.4855909090909091}, {"X": 0.21797385620915033, "Y": 0.5007424242424242}, {"X": 0.11764705882352941, "Y": 0.5007424242424242}]}, "Relationships": [{"Ids": ["21332212-43f9-41a8-a88e-4e7f2d138836", "a583e7bc-44c7-4431-b0f3-f5063a4f90f4", "308431f6-9757-4072-a2be-2bfe899a3708", "6997cfee-8af7-4d14-9fa8-c1264f354caa", "34fce43d-e967-4df1-86b0-527048f49f48", "63500099-fd50-4704-9b71-b80f548a3a45", "a02bc0f6-2124-4800-acab-aa0134c3d64f", "bb75d6d7-edf3-45a2-ae78-adc09e0bda89", "813e1363-fb45-4eb6-aa38-992aeebc0a96"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "21332212-43f9-41a8-a88e-4e7f2d138836", "Text": "Additionally,", "Geometry": {"BoundingBox": {"Width": 0.10032679738562092, "Top": 0.4855909090909091, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4855909090909091}, {"X": 0.21797385620915033, "Y": 0.4855909090909091}, {"X": 0.21797385620915033, "Y": 0.5007424242424242}, {"X": 0.11764705882352941, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a583e7bc-44c7-4431-b0f3-f5063a4f90f4", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.4855909090909091, "Left": 0.22239869281045752, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22239869281045752, "Y": 0.4855909090909091}, {"X": 0.2737826797385621, "Y": 0.4855909090909091}, {"X": 0.2737826797385621, "Y": 0.5007424242424242}, {"X": 0.22239869281045752, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "308431f6-9757-4072-a2be-2bfe899a3708", "Text": "do", "Geometry": {"BoundingBox": {"Width": 0.02063562091503268, "Top": 0.4855909090909091, "Left": 0.2782058823529412, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2782058823529412, "Y": 0.4855909090909091}, {"X": 0.2988415032679739, "Y": 0.4855909090909091}, {"X": 0.2988415032679739, "Y": 0.5007424242424242}, {"X": 0.2782058823529412, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6997cfee-8af7-4d14-9fa8-c1264f354caa", "Text": "not", "Geometry": {"BoundingBox": {"Width": 0.027210784313725492, "Top": 0.4855909090909091, "Left": 0.3032794117647059, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3032794117647059, "Y": 0.4855909090909091}, {"X": 0.3304901960784314, "Y": 0.4855909090909091}, {"X": 0.3304901960784314, "Y": 0.5007424242424242}, {"X": 0.3032794117647059, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "34fce43d-e967-4df1-86b0-527048f49f48", "Text": "contact", "Geometry": {"BoundingBox": {"Width": 0.05975326797385621, "Top": 0.4855909090909091, "Left": 0.3349232026143791, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3349232026143791, "Y": 0.4855909090909091}, {"X": 0.3946764705882353, "Y": 0.4855909090909091}, {"X": 0.3946764705882353, "Y": 0.5007424242424242}, {"X": 0.3349232026143791, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "63500099-fd50-4704-9b71-b80f548a3a45", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.02748529411764706, "Top": 0.4855909090909091, "Left": 0.399109477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.399109477124183, "Y": 0.4855909090909091}, {"X": 0.42659477124183004, "Y": 0.4855909090909091}, {"X": 0.42659477124183004, "Y": 0.5007424242424242}, {"X": 0.399109477124183, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a02bc0f6-2124-4800-acab-aa0134c3d64f", "Text": "client", "Geometry": {"BoundingBox": {"Width": 0.04395098039215686, "Top": 0.4855909090909091, "Left": 0.43101797385620916, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.43101797385620916, "Y": 0.4855909090909091}, {"X": 0.47496895424836605, "Y": 0.4855909090909091}, {"X": 0.47496895424836605, "Y": 0.5007424242424242}, {"X": 0.43101797385620916, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "bb75d6d7-edf3-45a2-ae78-adc09e0bda89", "Text": "going", "Geometry": {"BoundingBox": {"Width": 0.0436062091503268, "Top": 0.4855909090909091, "Left": 0.4793676470588235, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4793676470588235, "Y": 0.4855909090909091}, {"X": 0.5229738562091503, "Y": 0.4855909090909091}, {"X": 0.5229738562091503, "Y": 0.5007424242424242}, {"X": 0.4793676470588235, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "813e1363-fb45-4eb6-aa38-992aeebc0a96", "Text": "forward.", "Geometry": {"BoundingBox": {"Width": 0.0686437908496732, "Top": 0.4855909090909091, "Left": 0.5274019607843137, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5274019607843137, "Y": 0.4855909090909091}, {"X": 0.5960457516339869, "Y": 0.4855909090909091}, {"X": 0.5960457516339869, "Y": 0.5007424242424242}, {"X": 0.5274019607843137, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "f9c8084a-5d5c-42ed-9920-4260367a6c38", "Text": "We are requesting that you forward the full policy amount of $10,000. Please forward an", "Geometry": {"BoundingBox": {"Width": 0.7081911764705882, "Top": 0.5225606060606061, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5377121212121212}, {"X": 0.11764705882352941, "Y": 0.5377121212121212}]}, "Relationships": [{"Ids": ["99afd693-c83c-46b9-8ccd-0c259bd689e4", "39e028b5-7e47-45e6-b0b6-4743bdbe9741", "b35affa5-97d1-4c9e-b6c5-1b6c0b7d4893", "d5953e32-c9ba-4234-a624-789a37526134", "916eebe9-a249-4132-bc84-e76788a1c97f", "4f068e63-268d-4781-8c1c-aade1079f146", "9093b073-8ad6-4bbd-b608-f3787715892d", "0e755eba-0ab0-44d5-84bc-3610a09ecf65", "eba13d25-e1d6-4a06-af06-6d69670451a2", "f1f8f3b9-1297-469b-b464-e63314138b93", "61b3fe75-2ec5-44c3-9831-9740338eb0e8", "8e996fd8-7706-4453-afbe-4d4c1ddec080", "26057cc6-a0ca-4cf0-8f1e-11912d8a7858", "aa809cb8-7cac-4f8a-b7aa-b7e279f32e3d", "ec9abd18-7d72-4f1b-b486-044eb15d098f"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "99afd693-c83c-46b9-8ccd-0c259bd689e4", "Text": "We", "Geometry": {"BoundingBox": {"Width": 0.02720751633986928, "Top": 0.5225606060606061, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5377121212121212}, {"X": 0.11764705882352941, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "39e028b5-7e47-45e6-b0b6-4743bdbe9741", "Text": "are", "Geometry": {"BoundingBox": {"Width": 0.02599183006535948, "Top": 0.5225606060606061, "Left": 0.14928104575163398, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14928104575163398, "Y": 0.5225606060606061}, {"X": 0.17527287581699347, "Y": 0.5225606060606061}, {"X": 0.17527287581699347, "Y": 0.5377121212121212}, {"X": 0.14928104575163398, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b35affa5-97d1-4c9e-b6c5-1b6c0b7d4893", "Text": "requesting", "Geometry": {"BoundingBox": {"Width": 0.08522712418300654, "Top": 0.5225606060606061, "Left": 0.17969771241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17969771241830065, "Y": 0.5225606060606061}, {"X": 0.26492483660130717, "Y": 0.5225606060606061}, {"X": 0.26492483660130717, "Y": 0.5377121212121212}, {"X": 0.17969771241830065, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d5953e32-c9ba-4234-a624-789a37526134", "Text": "that", "Geometry": {"BoundingBox": {"Width": 0.03283169934640523, "Top": 0.5225606060606061, "Left": 0.2693529411764706, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2693529411764706, "Y": 0.5225606060606061}, {"X": 0.3021846405228758, "Y": 0.5225606060606061}, {"X": 0.3021846405228758, "Y": 0.5377121212121212}, {"X": 0.2693529411764706, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "916eebe9-a249-4132-bc84-e76788a1c97f", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.5225606060606061, "Left": 0.30661764705882355, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.30661764705882355, "Y": 0.5225606060606061}, {"X": 0.33612581699346405, "Y": 0.5225606060606061}, {"X": 0.33612581699346405, "Y": 0.5377121212121212}, {"X": 0.30661764705882355, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4f068e63-268d-4781-8c1c-aade1079f146", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5225606060606061, "Left": 0.3405669934640523, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3405669934640523, "Y": 0.5225606060606061}, {"X": 0.4042630718954248, "Y": 0.5225606060606061}, {"X": 0.4042630718954248, "Y": 0.5377121212121212}, {"X": 0.3405669934640523, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9093b073-8ad6-4bbd-b608-f3787715892d", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.5225606060606061, "Left": 0.40870424836601305, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.40870424836601305, "Y": 0.5225606060606061}, {"X": 0.43533986928104573, "Y": 0.5225606060606061}, {"X": 0.43533986928104573, "Y": 0.5377121212121212}, {"X": 0.40870424836601305, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0e755eba-0ab0-44d5-84bc-3610a09ecf65", "Text": "full", "Geometry": {"BoundingBox": {"Width": 0.025276143790849675, "Top": 0.5225606060606061, "Left": 0.4397598039215686, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4397598039215686, "Y": 0.5225606060606061}, {"X": 0.4650359477124183, "Y": 0.5225606060606061}, {"X": 0.4650359477124183, "Y": 0.5377121212121212}, {"X": 0.4397598039215686, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "eba13d25-e1d6-4a06-af06-6d69670451a2", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681535947712418, "Top": 0.5225606060606061, "Left": 0.4694787581699346, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4694787581699346, "Y": 0.5225606060606061}, {"X": 0.5162941176470588, "Y": 0.5225606060606061}, {"X": 0.5162941176470588, "Y": 0.5377121212121212}, {"X": 0.4694787581699346, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f1f8f3b9-1297-469b-b464-e63314138b93", "Text": "amount", "Geometry": {"BoundingBox": {"Width": 0.06256699346405228, "Top": 0.5225606060606061, "Left": 0.5207205882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5207205882352941, "Y": 0.5225606060606061}, {"X": 0.5832875816993464, "Y": 0.5225606060606061}, {"X": 0.5832875816993464, "Y": 0.5377121212121212}, {"X": 0.5207205882352941, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "61b3fe75-2ec5-44c3-9831-9740338eb0e8", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.5225606060606061, "Left": 0.5877205882352942, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5877205882352942, "Y": 0.5225606060606061}, {"X": 0.6040392156862745, "Y": 0.5225606060606061}, {"X": 0.6040392156862745, "Y": 0.5377121212121212}, {"X": 0.5877205882352942, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8e996fd8-7706-4453-afbe-4d4c1ddec080", "Text": "$10,000.", "Geometry": {"BoundingBox": {"Width": 0.06945915032679739, "Top": 0.5225606060606061, "Left": 0.6084771241830066, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6084771241830066, "Y": 0.5225606060606061}, {"X": 0.677936274509804, "Y": 0.5225606060606061}, {"X": 0.677936274509804, "Y": 0.5377121212121212}, {"X": 0.6084771241830066, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "26057cc6-a0ca-4cf0-8f1e-11912d8a7858", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.5225606060606061, "Left": 0.6823774509803922, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6823774509803922, "Y": 0.5225606060606061}, {"X": 0.7335898692810457, "Y": 0.5225606060606061}, {"X": 0.7335898692810457, "Y": 0.5377121212121212}, {"X": 0.6823774509803922, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "aa809cb8-7cac-4f8a-b7aa-b7e279f32e3d", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5225606060606061, "Left": 0.738014705882353, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.738014705882353, "Y": 0.5225606060606061}, {"X": 0.8017107843137256, "Y": 0.5225606060606061}, {"X": 0.8017107843137256, "Y": 0.5377121212121212}, {"X": 0.738014705882353, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ec9abd18-7d72-4f1b-b486-044eb15d098f", "Text": "an", "Geometry": {"BoundingBox": {"Width": 0.01968627450980392, "Top": 0.5225606060606061, "Left": 0.8061519607843137, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8061519607843137, "Y": 0.5225606060606061}, {"X": 0.8258382352941176, "Y": 0.5225606060606061}, {"X": 0.8258382352941176, "Y": 0.5377121212121212}, {"X": 0.8061519607843137, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "0aa9acb9-4040-48fb-8a3f-9fb52a00485e", "Text": "acknowledgement of our demand and please forward the umbrella policy information if one is", "Geometry": {"BoundingBox": {"Width": 0.7517745098039216, "Top": 0.5410454545454545, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5561969696969696}, {"X": 0.11764705882352941, "Y": 0.5561969696969696}]}, "Relationships": [{"Ids": ["89f7b524-8093-4553-b8bc-332abd2aaa92", "2393a6cd-eaf6-475a-a0cc-fa6ca9896ec3", "e74fa0ae-62a2-4a3b-bbf9-d0e1cc0b5ea4", "244c1eac-be26-4178-ad2a-c3e367cc6a5b", "2be3a6b4-df87-4986-9dab-9291c23faea9", "c3be6683-d2ad-4fdc-a391-99822f4b5227", "fd2270e6-2dfe-4548-8012-6452da777758", "0f8df722-f60e-47b2-9f65-4d5281921836", "27d3f2ad-5b75-4f28-9c4b-185d0330a9d5", "e1f4b299-defb-41c0-8d0f-be3614a63035", "0bdfc9da-07b4-4769-9e67-5fb544bcc5c2", "d41e3a40-c933-441b-8997-e6b665912e79", "6833aee6-143d-4e44-8cb0-be413d86f888", "479a768f-51a5-42b7-a17a-8b4fcb75e643"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "89f7b524-8093-4553-b8bc-332abd2aaa92", "Text": "acknowledgement", "Geometry": {"BoundingBox": {"Width": 0.14708823529411766, "Top": 0.5410454545454545, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5561969696969696}, {"X": 0.11764705882352941, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2393a6cd-eaf6-475a-a0cc-fa6ca9896ec3", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.5410454545454545, "Left": 0.26916993464052286, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.26916993464052286, "Y": 0.5410454545454545}, {"X": 0.28548856209150325, "Y": 0.5410454545454545}, {"X": 0.28548856209150325, "Y": 0.5561969696969696}, {"X": 0.26916993464052286, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e74fa0ae-62a2-4a3b-bbf9-d0e1cc0b5ea4", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.027483660130718953, "Top": 0.5410454545454545, "Left": 0.2899264705882353, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2899264705882353, "Y": 0.5410454545454545}, {"X": 0.31741013071895424, "Y": 0.5410454545454545}, {"X": 0.31741013071895424, "Y": 0.5561969696969696}, {"X": 0.2899264705882353, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "244c1eac-be26-4178-ad2a-c3e367cc6a5b", "Text": "demand", "Geometry": {"BoundingBox": {"Width": 0.06570915032679739, "Top": 0.5410454545454545, "Left": 0.32183660130718955, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.32183660130718955, "Y": 0.5410454545454545}, {"X": 0.38754575163398697, "Y": 0.5410454545454545}, {"X": 0.38754575163398697, "Y": 0.5561969696969696}, {"X": 0.32183660130718955, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2be3a6b4-df87-4986-9dab-9291c23faea9", "Text": "and", "Geometry": {"BoundingBox": {"Width": 0.029988562091503267, "Top": 0.5410454545454545, "Left": 0.39198692810457514, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.39198692810457514, "Y": 0.5410454545454545}, {"X": 0.4219754901960784, "Y": 0.5410454545454545}, {"X": 0.4219754901960784, "Y": 0.5561969696969696}, {"X": 0.39198692810457514, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c3be6683-d2ad-4fdc-a391-99822f4b5227", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.5410454545454545, "Left": 0.42641666666666667, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.42641666666666667, "Y": 0.5410454545454545}, {"X": 0.47780065359477125, "Y": 0.5410454545454545}, {"X": 0.47780065359477125, "Y": 0.5561969696969696}, {"X": 0.42641666666666667, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fd2270e6-2dfe-4548-8012-6452da777758", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5410454545454545, "Left": 0.4822254901960784, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4822254901960784, "Y": 0.5410454545454545}, {"X": 0.545921568627451, "Y": 0.5410454545454545}, {"X": 0.545921568627451, "Y": 0.5561969696969696}, {"X": 0.4822254901960784, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0f8df722-f60e-47b2-9f65-4d5281921836", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.5410454545454545, "Left": 0.550359477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.550359477124183, "Y": 0.5410454545454545}, {"X": 0.5769950980392157, "Y": 0.5410454545454545}, {"X": 0.5769950980392157, "Y": 0.5561969696969696}, {"X": 0.550359477124183, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "27d3f2ad-5b75-4f28-9c4b-185d0330a9d5", "Text": "umbrella", "Geometry": {"BoundingBox": {"Width": 0.07125, "Top": 0.5410454545454545, "Left": 0.581421568627451, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.581421568627451, "Y": 0.5410454545454545}, {"X": 0.652671568627451, "Y": 0.5410454545454545}, {"X": 0.652671568627451, "Y": 0.5561969696969696}, {"X": 0.581421568627451, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e1f4b299-defb-41c0-8d0f-be3614a63035", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681699346405229, "Top": 0.5410454545454545, "Left": 0.6571045751633987, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6571045751633987, "Y": 0.5410454545454545}, {"X": 0.703921568627451, "Y": 0.5410454545454545}, {"X": 0.703921568627451, "Y": 0.5561969696969696}, {"X": 0.6571045751633987, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0bdfc9da-07b4-4769-9e67-5fb544bcc5c2", "Text": "information", "Geometry": {"BoundingBox": {"Width": 0.0947173202614379, "Top": 0.5410454545454545, "Left": 0.7083464052287581, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7083464052287581, "Y": 0.5410454545454545}, {"X": 0.803063725490196, "Y": 0.5410454545454545}, {"X": 0.803063725490196, "Y": 0.5561969696969696}, {"X": 0.7083464052287581, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d41e3a40-c933-441b-8997-e6b665912e79", "Text": "if", "Geometry": {"BoundingBox": {"Width": 0.010480392156862745, "Top": 0.5410454545454545, "Left": 0.8075049019607843, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8075049019607843, "Y": 0.5410454545454545}, {"X": 0.817985294117647, "Y": 0.5410454545454545}, {"X": 0.817985294117647, "Y": 0.5561969696969696}, {"X": 0.8075049019607843, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6833aee6-143d-4e44-8cb0-be413d86f888", "Text": "one", "Geometry": {"BoundingBox": {"Width": 0.030405228758169936, "Top": 0.5410454545454545, "Left": 0.8224232026143791, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8224232026143791, "Y": 0.5410454545454545}, {"X": 0.852828431372549, "Y": 0.5410454545454545}, {"X": 0.852828431372549, "Y": 0.5561969696969696}, {"X": 0.8224232026143791, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "479a768f-51a5-42b7-a17a-8b4fcb75e643", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.5410454545454545, "Left": 0.8572549019607844, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8572549019607844, "Y": 0.5410454545454545}, {"X": 0.869421568627451, "Y": 0.5410454545454545}, {"X": 0.869421568627451, "Y": 0.5561969696969696}, {"X": 0.8572549019607844, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "637f989d-fce6-437c-95aa-2ce5263195a5", "Text": "applicable. Please send my secretary any information regarding liens on his policy.", "Geometry": {"BoundingBox": {"Width": 0.6540081699346405, "Top": 0.559530303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.5746818181818182}, {"X": 0.11764705882352941, "Y": 0.5746818181818182}]}, "Relationships": [{"Ids": ["b943ad6b-61ac-4e90-945a-5d5b124d1a37", "7a3d0c88-2965-4c51-b24d-ab39e8eb0ca6", "01a9a1d9-b74b-4121-b1f8-9fa1a5dd84e8", "806f08f9-5ec7-4989-808c-00cc5fe737ca", "3409c39e-493e-4246-a5d9-08b1d30f35f6", "f870e359-8f91-4b01-934c-307d6f89f510", "78920697-288e-4866-9a99-00aaadce77d4", "198e839d-2059-4617-84ff-b510245e41ba", "39b4d28f-ca87-49ee-ab05-4f00316bb387", "47db4fc0-67e2-4903-b0c9-d808ab0f5778", "8b4ab5ac-c6e3-4a6b-a964-ba471015d36a", "59f8805c-ed11-414a-a03b-4e0787ad5d8d"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "b943ad6b-61ac-4e90-945a-5d5b124d1a37", "Text": "applicable.", "Geometry": {"BoundingBox": {"Width": 0.0861797385620915, "Top": 0.559530303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.5746818181818182}, {"X": 0.11764705882352941, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7a3d0c88-2965-4c51-b24d-ab39e8eb0ca6", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.559530303030303, "Left": 0.20826797385620915, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20826797385620915, "Y": 0.559530303030303}, {"X": 0.25948039215686275, "Y": 0.559530303030303}, {"X": 0.25948039215686275, "Y": 0.5746818181818182}, {"X": 0.20826797385620915, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "01a9a1d9-b74b-4121-b1f8-9fa1a5dd84e8", "Text": "send", "Geometry": {"BoundingBox": {"Width": 0.038022875816993464, "Top": 0.559530303030303, "Left": 0.2639052287581699, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2639052287581699, "Y": 0.559530303030303}, {"X": 0.3019281045751634, "Y": 0.559530303030303}, {"X": 0.3019281045751634, "Y": 0.5746818181818182}, {"X": 0.2639052287581699, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "806f08f9-5ec7-4989-808c-00cc5fe737ca", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024544117647058824, "Top": 0.559530303030303, "Left": 0.3063692810457516, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3063692810457516, "Y": 0.559530303030303}, {"X": 0.33091339869281045, "Y": 0.559530303030303}, {"X": 0.33091339869281045, "Y": 0.5746818181818182}, {"X": 0.3063692810457516, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3409c39e-493e-4246-a5d9-08b1d30f35f6", "Text": "secretary", "Geometry": {"BoundingBox": {"Width": 0.07398692810457516, "Top": 0.559530303030303, "Left": 0.33533986928104575, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.33533986928104575, "Y": 0.559530303030303}, {"X": 0.40932679738562094, "Y": 0.559530303030303}, {"X": 0.40932679738562094, "Y": 0.5746818181818182}, {"X": 0.33533986928104575, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f870e359-8f91-4b01-934c-307d6f89f510", "Text": "any", "Geometry": {"BoundingBox": {"Width": 0.028576797385620915, "Top": 0.559530303030303, "Left": 0.4137532679738562, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4137532679738562, "Y": 0.559530303030303}, {"X": 0.4423300653594771, "Y": 0.559530303030303}, {"X": 0.4423300653594771, "Y": 0.5746818181818182}, {"X": 0.4137532679738562, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "78920697-288e-4866-9a99-00aaadce77d4", "Text": "information", "Geometry": {"BoundingBox": {"Width": 0.0947173202614379, "Top": 0.559530303030303, "Left": 0.4467549019607843, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4467549019607843, "Y": 0.559530303030303}, {"X": 0.5414722222222222, "Y": 0.559530303030303}, {"X": 0.5414722222222222, "Y": 0.5746818181818182}, {"X": 0.4467549019607843, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "198e839d-2059-4617-84ff-b510245e41ba", "Text": "regarding", "Geometry": {"BoundingBox": {"Width": 0.0763888888888889, "Top": 0.559530303030303, "Left": 0.5459133986928104, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5459133986928104, "Y": 0.559530303030303}, {"X": 0.6223022875816993, "Y": 0.559530303030303}, {"X": 0.6223022875816993, "Y": 0.5746818181818182}, {"X": 0.5459133986928104, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "39b4d28f-ca87-49ee-ab05-4f00316bb387", "Text": "liens", "Geometry": {"BoundingBox": {"Width": 0.03672549019607843, "Top": 0.559530303030303, "Left": 0.6267238562091503, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6267238562091503, "Y": 0.559530303030303}, {"X": 0.6634493464052287, "Y": 0.559530303030303}, {"X": 0.6634493464052287, "Y": 0.5746818181818182}, {"X": 0.6267238562091503, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "47db4fc0-67e2-4903-b0c9-d808ab0f5778", "Text": "on", "Geometry": {"BoundingBox": {"Width": 0.020637254901960785, "Top": 0.559530303030303, "Left": 0.6679003267973856, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6679003267973856, "Y": 0.559530303030303}, {"X": 0.6885375816993464, "Y": 0.559530303030303}, {"X": 0.6885375816993464, "Y": 0.5746818181818182}, {"X": 0.6679003267973856, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8b4ab5ac-c6e3-4a6b-a964-ba471015d36a", "Text": "his", "Geometry": {"BoundingBox": {"Width": 0.022470588235294117, "Top": 0.559530303030303, "Left": 0.6929885620915033, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6929885620915033, "Y": 0.559530303030303}, {"X": 0.7154591503267974, "Y": 0.559530303030303}, {"X": 0.7154591503267974, "Y": 0.5746818181818182}, {"X": 0.6929885620915033, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "59f8805c-ed11-414a-a03b-4e0787ad5d8d", "Text": "policy.", "Geometry": {"BoundingBox": {"Width": 0.05174509803921569, "Top": 0.559530303030303, "Left": 0.7199101307189543, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7199101307189543, "Y": 0.559530303030303}, {"X": 0.7716552287581699, "Y": 0.559530303030303}, {"X": 0.7716552287581699, "Y": 0.5746818181818182}, {"X": 0.7199101307189543, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "e5e9138a-4ac3-4bbf-9784-9cb91820ce29", "Text": "Please contact my office if you have any questions.", "Geometry": {"BoundingBox": {"Width": 0.40503758169934634, "Top": 0.5965, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.6116515151515152}, {"X": 0.11764705882352941, "Y": 0.6116515151515152}]}, "Relationships": [{"Ids": ["0c82045b-936c-45c2-a9bc-59acbb6a6a6a", "9db670e6-942e-44d3-bf84-5f6bb3be8195", "b68a41aa-a546-431d-b871-325367b64695", "f8f82f8a-e620-4c88-aeb0-53a243155a6a", "2d5db2eb-a887-4540-9ccb-70728fa20965", "e1877f0c-e305-4bd2-9b50-0e41691ecbe1", "27b48cee-fb3b-4e73-8bee-36c4f12934da", "0b3022bf-d2b1-43f0-9c99-aef22e101539", "c4aec1f8-9702-41fb-9801-3df8a00cf919"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "0c82045b-936c-45c2-a9bc-59acbb6a6a6a", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.5965, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.6116515151515152}, {"X": 0.11764705882352941, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9db670e6-942e-44d3-bf84-5f6bb3be8195", "Text": "contact", "Geometry": {"BoundingBox": {"Width": 0.05975490196078431, "Top": 0.5965, "Left": 0.1732843137254902, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1732843137254902, "Y": 0.5965}, {"X": 0.2330392156862745, "Y": 0.5965}, {"X": 0.2330392156862745, "Y": 0.6116515151515152}, {"X": 0.1732843137254902, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b68a41aa-a546-431d-b871-325367b64695", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024545751633986927, "Top": 0.5965, "Left": 0.23747222222222222, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23747222222222222, "Y": 0.5965}, {"X": 0.2620179738562092, "Y": 0.5965}, {"X": 0.2620179738562092, "Y": 0.6116515151515152}, {"X": 0.23747222222222222, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f8f82f8a-e620-4c88-aeb0-53a243155a6a", "Text": "office", "Geometry": {"BoundingBox": {"Width": 0.04486437908496732, "Top": 0.5965, "Left": 0.26644281045751633, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.26644281045751633, "Y": 0.5965}, {"X": 0.31130718954248365, "Y": 0.5965}, {"X": 0.31130718954248365, "Y": 0.6116515151515152}, {"X": 0.26644281045751633, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2d5db2eb-a887-4540-9ccb-70728fa20965", "Text": "if", "Geometry": {"BoundingBox": {"Width": 0.010480392156862745, "Top": 0.5965, "Left": 0.3157271241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3157271241830065, "Y": 0.5965}, {"X": 0.3262075163398693, "Y": 0.5965}, {"X": 0.3262075163398693, "Y": 0.6116515151515152}, {"X": 0.3157271241830065, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e1877f0c-e305-4bd2-9b50-0e41691ecbe1", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.5965, "Left": 0.3306437908496732, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3306437908496732, "Y": 0.5965}, {"X": 0.3601519607843137, "Y": 0.5965}, {"X": 0.3601519607843137, "Y": 0.6116515151515152}, {"X": 0.3306437908496732, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "27b48cee-fb3b-4e73-8bee-36c4f12934da", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.5965, "Left": 0.36459313725490194, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.36459313725490194, "Y": 0.5965}, {"X": 0.4029084967320261, "Y": 0.5965}, {"X": 0.4029084967320261, "Y": 0.6116515151515152}, {"X": 0.36459313725490194, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0b3022bf-d2b1-43f0-9c99-aef22e101539", "Text": "any", "Geometry": {"BoundingBox": {"Width": 0.028575163398692812, "Top": 0.5965, "Left": 0.4073349673202614, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4073349673202614, "Y": 0.5965}, {"X": 0.43591013071895424, "Y": 0.5965}, {"X": 0.43591013071895424, "Y": 0.6116515151515152}, {"X": 0.4073349673202614, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c4aec1f8-9702-41fb-9801-3df8a00cf919", "Text": "questions.", "Geometry": {"BoundingBox": {"Width": 0.08234803921568627, "Top": 0.5965, "Left": 0.44033660130718955, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.44033660130718955, "Y": 0.5965}, {"X": 0.5226846405228758, "Y": 0.5965}, {"X": 0.5226846405228758, "Y": 0.6116515151515152}, {"X": 0.44033660130718955, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "2f8571db-4973-4052-b2ac-b6db1a7302c7", "Text": "Sincerely,", "Geometry": {"BoundingBox": {"Width": 0.07671568627450981, "Top": 0.6519545454545455, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6671060606060606}, {"X": 0.11764705882352941, "Y": 0.6671060606060606}]}, "Relationships": [{"Ids": ["f9bdf193-3c7e-4b28-ad24-b10d5ecba100"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "f9bdf193-3c7e-4b28-ad24-b10d5ecba100", "Text": "Sincerely,", "Geometry": {"BoundingBox": {"Width": 0.07671568627450981, "Top": 0.6519545454545455, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6671060606060606}, {"X": 0.11764705882352941, "Y": 0.6671060606060606}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "08cdb5af-e321-4dc9-86a8-d28960c8a266", "Text": "Angela Berry, Attorney", "Geometry": {"BoundingBox": {"Width": 0.1818496732026144, "Top": 0.6889242424242424, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.7040757575757576}, {"X": 0.11764705882352941, "Y": 0.7040757575757576}]}, "Relationships": [{"Ids": ["6e258b63-d3d0-48cb-9906-7724610539d5", "4a5131aa-2e35-499f-9f98-27121e4cbe69", "146aaa6f-e746-4247-8bbd-950eb1e7d248"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "6e258b63-d3d0-48cb-9906-7724610539d5", "Text": "Angela", "Geometry": {"BoundingBox": {"Width": 0.05452614379084968, "Top": 0.6889242424242424, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.7040757575757576}, {"X": 0.11764705882352941, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4a5131aa-2e35-499f-9f98-27121e4cbe69", "Text": "Berry,", "Geometry": {"BoundingBox": {"Width": 0.04786928104575163, "Top": 0.6889242424242424, "Left": 0.1766062091503268, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1766062091503268, "Y": 0.6889242424242424}, {"X": 0.22447549019607843, "Y": 0.6889242424242424}, {"X": 0.22447549019607843, "Y": 0.7040757575757576}, {"X": 0.1766062091503268, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "146aaa6f-e746-4247-8bbd-950eb1e7d248", "Text": "Attorney", "Geometry": {"BoundingBox": {"Width": 0.07059803921568628, "Top": 0.6889242424242424, "Left": 0.22889869281045752, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22889869281045752, "Y": 0.6889242424242424}, {"X": 0.2994967320261438, "Y": 0.6889242424242424}, {"X": 0.2994967320261438, "Y": 0.7040757575757576}, {"X": 0.22889869281045752, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}], "Entities": [{"BlockReferences": [{"BlockId": "8cafe7e7-1349-4e33-821b-1142111e0c85", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "a1cf0888-8e94-48ff-9ad1-b39766170af4"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "c755940f-b561-410e-a36f-78e3b4fa452e"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "dd613d23-b09e-4127-9464-2c876d4d1838"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "604e1c42-7201-43b5-bdf0-3fcd82999f83"}], "BeginOffset": 0, "EndOffset": 31}], "Text": "Budget Mutual Insurance Company", "Type": "Insurance Company", "Score": 1}, {"BlockReferences": [{"BlockId": "84954722-cad7-468b-981e-963f5bfb67bc", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "67140297-72c8-44c9-879a-ebf6756fd798"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "5af3f5b2-b72b-4881-852e-78bebce5d5e6"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "829128c3-892f-4a72-8528-4dd155d8ab0a"}], "BeginOffset": 0, "EndOffset": 17}, {"BlockId": "bc159f3f-42a6-445e-a599-1679ed63ab07", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 12, "ChildBlockId": "c09e1266-f2ba-4691-95fe-3ed2498cfe2f"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "e61e3388-caaf-4083-ae50-7fd7da945837"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "68dbea58-463d-4811-a79c-7ba3018e164a"}], "BeginOffset": 0, "EndOffset": 21}], "Text": "9876 Infinity Ave Springfield, MI 65541", "Type": "Insurance Company Address", "Score": 1}, {"BlockReferences": [{"BlockId": "01871b64-8be8-49df-97d6-cab5ab9d969a", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "ff1ceae8-b929-4ce6-aa61-5af2aeae5b8c"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "b946c2de-4f68-48d0-bc2b-391a6d202f9e"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "d1b930ed-57f5-499b-9592-ec147154ec26"}], "BeginOffset": 0, "EndOffset": 13}], "Text": "NW Legacy Law", "Type": "Law Firm", "Score": 1}, {"BlockReferences": [{"BlockId": "c7ec2db5-8ff1-49a6-9e04-11237e38e56f", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "aa31688e-3be1-4ac8-b1d0-c31336c20d0e"}, {"BeginOffset": 0, "EndOffset": 1, "ChildBlockId": "09499db9-d91e-46ee-98a2-957e727b43e1"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "a245e19b-94fe-49ef-aa6a-19e2b0ea1607"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "a2c4a76e-2585-4de5-ae54-5d7ef7c48537"}], "BeginOffset": 0, "EndOffset": 12}, {"BlockId": "d61bafd6-ae55-4cc3-8ee1-8bf481179d5f", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "ace86b83-951f-4c72-8b9c-e6eaccc8cfcc"}, {"BeginOffset": 0, "EndOffset": 15, "ChildBlockId": "e84edd1c-1de7-4fc1-99a5-c67da3237339"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "c4201a52-f6e3-466d-8e11-68a9903b0f1e"}], "BeginOffset": 0, "EndOffset": 31}], "Text": "420 E 7th St Tonasket, Washington(WA), 98855", "Type": "Law Office Address", "Score": 1}, {"BlockReferences": [{"BlockId": "9997f4ef-6012-4948-aa8a-f1d1944bfbc9", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "160c01c8-c06a-4cce-8d62-7860829af291"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "6b6db676-dae9-4406-92a0-45155f4f4e71"}], "BeginOffset": 12, "EndOffset": 25}], "Text": "Jessica Davis", "Type": "Beneficiary Name", "Score": 1}, {"BlockReferences": [{"BlockId": "e77637c1-cba1-4b30-8ca9-529c15eb92f1", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "7653092c-4540-414d-9406-4cf6e2472791"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "a1cad36c-3227-404a-b68e-ec057c52b3bb"}], "BeginOffset": 24, "EndOffset": 37}], "Text": "Jessica Davis", "Type": "Beneficiary Name", "Score": 1}, {"BlockReferences": [{"BlockId": "e77637c1-cba1-4b30-8ca9-529c15eb92f1", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "81ead243-cc9b-4015-93b4-ed10b2d9ad70"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "d35beff8-6692-440a-b99f-ed3f27c32909"}], "BeginOffset": 62, "EndOffset": 76}], "Text": "Haider Cortez.", "Type": "Policy Holder Name", "Score": 1}, {"BlockReferences": [{"BlockId": "7e518523-f55f-4e9a-8f4d-07464cfb97d9", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 12, "ChildBlockId": "4799a2a8-03a2-4094-9ed9-336ab7a493dd"}], "BeginOffset": 38, "EndOffset": 50}], "Text": "(#763462765)", "Type": "Policy Number", "Score": 1}, {"BlockReferences": [{"BlockId": "f9c8084a-5d5c-42ed-9920-4260367a6c38", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "8e996fd8-7706-4453-afbe-4d4c1ddec080"}], "BeginOffset": 61, "EndOffset": 69}], "Text": "$10,000.", "Type": "Payout", "Score": 1}, {"BlockReferences": [{"BlockId": "f9c8084a-5d5c-42ed-9920-4260367a6c38", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "99afd693-c83c-46b9-8ccd-0c259bd689e4"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "39e028b5-7e47-45e6-b0b6-4743bdbe9741"}, {"BeginOffset": 0, "EndOffset": 10, "ChildBlockId": "b35affa5-97d1-4c9e-b6c5-1b6c0b7d4893"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "d5953e32-c9ba-4234-a624-789a37526134"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "916eebe9-a249-4132-bc84-e76788a1c97f"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "4f068e63-268d-4781-8c1c-aade1079f146"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "9093b073-8ad6-4bbd-b608-f3787715892d"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "0e755eba-0ab0-44d5-84bc-3610a09ecf65"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "eba13d25-e1d6-4a06-af06-6d69670451a2"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "f1f8f3b9-1297-469b-b464-e63314138b93"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "61b3fe75-2ec5-44c3-9831-9740338eb0e8"}], "BeginOffset": 0, "EndOffset": 60}, {"BlockId": "f9c8084a-5d5c-42ed-9920-4260367a6c38", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "26057cc6-a0ca-4cf0-8f1e-11912d8a7858"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "aa809cb8-7cac-4f8a-b7aa-b7e279f32e3d"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "ec9abd18-7d72-4f1b-b486-044eb15d098f"}], "BeginOffset": 70, "EndOffset": 87}, {"BlockId": "0aa9acb9-4040-48fb-8a3f-9fb52a00485e", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 15, "ChildBlockId": "89f7b524-8093-4553-b8bc-332abd2aaa92"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "2393a6cd-eaf6-475a-a0cc-fa6ca9896ec3"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "e74fa0ae-62a2-4a3b-bbf9-d0e1cc0b5ea4"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "244c1eac-be26-4178-ad2a-c3e367cc6a5b"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "2be3a6b4-df87-4986-9dab-9291c23faea9"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "c3be6683-d2ad-4fdc-a391-99822f4b5227"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "fd2270e6-2dfe-4548-8012-6452da777758"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "0f8df722-f60e-47b2-9f65-4d5281921836"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "27d3f2ad-5b75-4f28-9c4b-185d0330a9d5"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "e1f4b299-defb-41c0-8d0f-be3614a63035"}, {"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "0bdfc9da-07b4-4769-9e67-5fb544bcc5c2"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "d41e3a40-c933-441b-8997-e6b665912e79"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "6833aee6-143d-4e44-8cb0-be413d86f888"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "479a768f-51a5-42b7-a17a-8b4fcb75e643"}], "BeginOffset": 0, "EndOffset": 90}, {"BlockId": "637f989d-fce6-437c-95aa-2ce5263195a5", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "b943ad6b-61ac-4e90-945a-5d5b124d1a37"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "7a3d0c88-2965-4c51-b24d-ab39e8eb0ca6"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "01a9a1d9-b74b-4121-b1f8-9fa1a5dd84e8"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "806f08f9-5ec7-4989-808c-00cc5fe737ca"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "3409c39e-493e-4246-a5d9-08b1d30f35f6"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "f870e359-8f91-4b01-934c-307d6f89f510"}, {"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "78920697-288e-4866-9a99-00aaadce77d4"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "198e839d-2059-4617-84ff-b510245e41ba"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "39b4d28f-ca87-49ee-ab05-4f00316bb387"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "47db4fc0-67e2-4903-b0c9-d808ab0f5778"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "8b4ab5ac-c6e3-4a6b-a964-ba471015d36a"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "59f8805c-ed11-414a-a03b-4e0787ad5d8d"}], "BeginOffset": 0, "EndOffset": 83}], "Text": "We are requesting that you forward the full policy amount of Please forward an acknowledgement of our demand and please forward the umbrella policy information if one is applicable. Please send my secretary any information regarding liens on his policy.", "Type": "Required Action", "Score": 1}, {"BlockReferences": [{"BlockId": "08cdb5af-e321-4dc9-86a8-d28960c8a266", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "6e258b63-d3d0-48cb-9906-7724610539d5"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "4a5131aa-2e35-499f-9f98-27121e4cbe69"}], "BeginOffset": 0, "EndOffset": 13}], "Text": "Angela Berry,", "Type": "Sender", "Score": 1}], "File": "Letter 105-1-24c0d37e-ann.json"}
data/raw_data/annotations/Letter 106-1-60edbf52-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 107-1-1d1dd210-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 108-1-80d0c68e-ann.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"Version": "2021-04-30", "DocumentType": "NativePDF", "DocumentMetadata": {"Pages": "1"}, "Blocks": [{"BlockType": "LINE", "Id": "b6a7d60b-3b19-4f7b-8304-e596d3d569a3", "Text": "Notice of Representation", "Geometry": {"BoundingBox": {"Width": 0.26350163398692805, "Top": 0.12879545454545455, "Left": 0.11764705882352941, "Height": 0.020303030303030295}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.14909848484848484}, {"X": 0.11764705882352941, "Y": 0.14909848484848484}]}, "Relationships": [{"Ids": ["256e59b2-0e97-4b6b-a8ac-13d6870057a3", "be459631-ee02-4ec5-a43a-d24f5bac46c5", "df42567d-a3d3-4de1-abec-8daed6a670b6"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "256e59b2-0e97-4b6b-a8ac-13d6870057a3", "Text": "Notice", "Geometry": {"BoundingBox": {"Width": 0.06877614379084968, "Top": 0.12879545454545455, "Left": 0.11764705882352941, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.14909848484848484}, {"X": 0.11764705882352941, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "be459631-ee02-4ec5-a43a-d24f5bac46c5", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.021490196078431372, "Top": 0.12879545454545455, "Left": 0.19227777777777777, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.19227777777777777, "Y": 0.12879545454545455}, {"X": 0.21376797385620913, "Y": 0.12879545454545455}, {"X": 0.21376797385620913, "Y": 0.14909848484848484}, {"X": 0.19227777777777777, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "df42567d-a3d3-4de1-abec-8daed6a670b6", "Text": "Representation", "Geometry": {"BoundingBox": {"Width": 0.16152777777777777, "Top": 0.12879545454545455, "Left": 0.21962091503267975, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.21962091503267975, "Y": 0.12879545454545455}, {"X": 0.3811486928104575, "Y": 0.12879545454545455}, {"X": 0.3811486928104575, "Y": 0.14909848484848484}, {"X": 0.21962091503267975, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "1f83771e-fbcc-4887-9b94-c7b4ae114f21", "Text": "Budget Mutual Insurance Company", "Geometry": {"BoundingBox": {"Width": 0.28107516339869276, "Top": 0.15256060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.1677121212121212}, {"X": 0.11764705882352941, "Y": 0.1677121212121212}]}, "Relationships": [{"Ids": ["ea0b9a0b-21f4-4a76-869b-f0f073f1a500", "139f24e1-98d3-4a55-ad2d-710c13c988e8", "6bf13c7f-33e8-4797-9f3a-63f150bfc034", "3e71dc79-d108-4359-9f73-cc5a5b79dc63"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "ea0b9a0b-21f4-4a76-869b-f0f073f1a500", "Text": "Budget", "Geometry": {"BoundingBox": {"Width": 0.0568235294117647, "Top": 0.15256060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.1677121212121212}, {"X": 0.11764705882352941, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "139f24e1-98d3-4a55-ad2d-710c13c988e8", "Text": "Mutual", "Geometry": {"BoundingBox": {"Width": 0.0578202614379085, "Top": 0.15256060606060606, "Left": 0.17890196078431372, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17890196078431372, "Y": 0.15256060606060606}, {"X": 0.23672222222222222, "Y": 0.15256060606060606}, {"X": 0.23672222222222222, "Y": 0.1677121212121212}, {"X": 0.17890196078431372, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6bf13c7f-33e8-4797-9f3a-63f150bfc034", "Text": "Insurance", "Geometry": {"BoundingBox": {"Width": 0.07780065359477124, "Top": 0.15256060606060606, "Left": 0.24116503267973857, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24116503267973857, "Y": 0.15256060606060606}, {"X": 0.31896568627450983, "Y": 0.15256060606060606}, {"X": 0.31896568627450983, "Y": 0.1677121212121212}, {"X": 0.24116503267973857, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3e71dc79-d108-4359-9f73-cc5a5b79dc63", "Text": "Company", "Geometry": {"BoundingBox": {"Width": 0.07533169934640523, "Top": 0.15256060606060606, "Left": 0.323390522875817, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.323390522875817, "Y": 0.15256060606060606}, {"X": 0.3987222222222222, "Y": 0.15256060606060606}, {"X": 0.3987222222222222, "Y": 0.1677121212121212}, {"X": 0.323390522875817, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "b3b23feb-ace4-40c2-98b0-c1101819dc92", "Text": "9876 Infinity Ave", "Geometry": {"BoundingBox": {"Width": 0.13456209150326795, "Top": 0.17104545454545456, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.1861969696969697}, {"X": 0.11764705882352941, "Y": 0.1861969696969697}]}, "Relationships": [{"Ids": ["043eec1e-a971-4a7d-8414-6d0043bdd474", "76f2b6a2-ec17-4510-9d45-70d153a6e2e0", "e31f4cf9-8ccf-4ff8-9c62-c9a056da7d5d"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "043eec1e-a971-4a7d-8414-6d0043bdd474", "Text": "9876", "Geometry": {"BoundingBox": {"Width": 0.039753267973856206, "Top": 0.17104545454545456, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.1861969696969697}, {"X": 0.11764705882352941, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "76f2b6a2-ec17-4510-9d45-70d153a6e2e0", "Text": "Infinity", "Geometry": {"BoundingBox": {"Width": 0.05597875816993464, "Top": 0.17104545454545456, "Left": 0.16183006535947714, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16183006535947714, "Y": 0.17104545454545456}, {"X": 0.21780882352941178, "Y": 0.17104545454545456}, {"X": 0.21780882352941178, "Y": 0.1861969696969697}, {"X": 0.16183006535947714, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e31f4cf9-8ccf-4ff8-9c62-c9a056da7d5d", "Text": "Ave", "Geometry": {"BoundingBox": {"Width": 0.0299640522875817, "Top": 0.17104545454545456, "Left": 0.2222450980392157, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2222450980392157, "Y": 0.17104545454545456}, {"X": 0.25220915032679736, "Y": 0.17104545454545456}, {"X": 0.25220915032679736, "Y": 0.1861969696969697}, {"X": 0.2222450980392157, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "72852ae2-c6db-494c-b023-204c94fb1bbc", "Text": "Springfield, MI 65541", "Geometry": {"BoundingBox": {"Width": 0.17037581699346407, "Top": 0.18953030303030302, "Left": 0.11764705882352941, "Height": 0.015151515151515166}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.2046818181818182}, {"X": 0.11764705882352941, "Y": 0.2046818181818182}]}, "Relationships": [{"Ids": ["928755cb-4264-44b3-8961-29077e325918", "78a87633-b6f8-4c73-8586-a07bac447ba6", "fadc2ac4-54da-43bf-b9a9-84c432350878"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "928755cb-4264-44b3-8961-29077e325918", "Text": "Springfield,", "Geometry": {"BoundingBox": {"Width": 0.09012418300653595, "Top": 0.18953030303030302, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.2046818181818182}, {"X": 0.11764705882352941, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "78a87633-b6f8-4c73-8586-a07bac447ba6", "Text": "MI", "Geometry": {"BoundingBox": {"Width": 0.021705882352941176, "Top": 0.18953030303030302, "Left": 0.21219444444444444, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21219444444444444, "Y": 0.18953030303030302}, {"X": 0.23390032679738562, "Y": 0.18953030303030302}, {"X": 0.23390032679738562, "Y": 0.2046818181818182}, {"X": 0.21219444444444444, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fadc2ac4-54da-43bf-b9a9-84c432350878", "Text": "65541", "Geometry": {"BoundingBox": {"Width": 0.04968954248366013, "Top": 0.18953030303030302, "Left": 0.23833333333333334, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23833333333333334, "Y": 0.18953030303030302}, {"X": 0.2880228758169935, "Y": 0.18953030303030302}, {"X": 0.2880228758169935, "Y": 0.2046818181818182}, {"X": 0.23833333333333334, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "9537132c-46ef-4370-ab26-453814a4f81e", "Text": "Adelstein Sharpe & Sherka LLP", "Geometry": {"BoundingBox": {"Width": 0.24223856209150327, "Top": 0.2268030303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515166}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.2268030303030303}, {"X": 0.19233986928104574, "Y": 0.2268030303030303}, {"X": 0.19233986928104574, "Y": 0.24195454545454548}, {"X": 0.11764705882352941, "Y": 0.24195454545454548}]}, "Relationships": [{"Ids": ["25d6b644-a69b-430b-9fbc-60ae85252116", "e4d1bf8b-bcd7-4dd4-9944-01d65b55f9be", "bce862a7-6b9c-41e6-b59e-7ce54e0ee880", "1235df4f-e13d-416c-81b1-12cba249fe4b", "82f8062a-3f96-469c-b43a-3110b06a896e"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "25d6b644-a69b-430b-9fbc-60ae85252116", "Text": "Adelstein", "Geometry": {"BoundingBox": {"Width": 0.07469281045751634, "Top": 0.2268030303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.2268030303030303}, {"X": 0.19233986928104574, "Y": 0.2268030303030303}, {"X": 0.19233986928104574, "Y": 0.24195454545454548}, {"X": 0.11764705882352941, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e4d1bf8b-bcd7-4dd4-9944-01d65b55f9be", "Text": "Sharpe", "Geometry": {"BoundingBox": {"Width": 0.055604575163398694, "Top": 0.2268030303030303, "Left": 0.196781045751634, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.196781045751634, "Y": 0.2268030303030303}, {"X": 0.2523856209150327, "Y": 0.2268030303030303}, {"X": 0.2523856209150327, "Y": 0.24195454545454548}, {"X": 0.196781045751634, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "bce862a7-6b9c-41e6-b59e-7ce54e0ee880", "Text": "&", "Geometry": {"BoundingBox": {"Width": 0.013372549019607842, "Top": 0.2268030303030303, "Left": 0.25681209150326795, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.25681209150326795, "Y": 0.2268030303030303}, {"X": 0.2701846405228758, "Y": 0.2268030303030303}, {"X": 0.2701846405228758, "Y": 0.24195454545454548}, {"X": 0.25681209150326795, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1235df4f-e13d-416c-81b1-12cba249fe4b", "Text": "Sherka", "Geometry": {"BoundingBox": {"Width": 0.05421078431372549, "Top": 0.2268030303030303, "Left": 0.2746192810457516, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2746192810457516, "Y": 0.2268030303030303}, {"X": 0.3288300653594771, "Y": 0.2268030303030303}, {"X": 0.3288300653594771, "Y": 0.24195454545454548}, {"X": 0.2746192810457516, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "82f8062a-3f96-469c-b43a-3110b06a896e", "Text": "LLP", "Geometry": {"BoundingBox": {"Width": 0.026622549019607842, "Top": 0.2268030303030303, "Left": 0.3332630718954248, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3332630718954248, "Y": 0.2268030303030303}, {"X": 0.3598856209150327, "Y": 0.2268030303030303}, {"X": 0.3598856209150327, "Y": 0.24195454545454548}, {"X": 0.3332630718954248, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "7c9a4c87-5b51-4d7a-823c-4d704cb69c2a", "Text": "145 NE 18th Ave", "Geometry": {"BoundingBox": {"Width": 0.13205555555555556, "Top": 0.24528787878787878, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.24528787878787878}, {"X": 0.1474624183006536, "Y": 0.24528787878787878}, {"X": 0.1474624183006536, "Y": 0.2604393939393939}, {"X": 0.11764705882352941, "Y": 0.2604393939393939}]}, "Relationships": [{"Ids": ["beb1244a-e726-4fd3-be4e-6a720415fa98", "8816ebc4-6c37-4811-aa20-f2e65ee1c156", "9e7fc439-953b-4062-99d1-06924e6458a4", "5fbfef79-f5c9-4eb6-b3bb-e32054d2c9bb"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "beb1244a-e726-4fd3-be4e-6a720415fa98", "Text": "145", "Geometry": {"BoundingBox": {"Width": 0.029815359477124184, "Top": 0.24528787878787878, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.24528787878787878}, {"X": 0.1474624183006536, "Y": 0.24528787878787878}, {"X": 0.1474624183006536, "Y": 0.2604393939393939}, {"X": 0.11764705882352941, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8816ebc4-6c37-4811-aa20-f2e65ee1c156", "Text": "NE", "Geometry": {"BoundingBox": {"Width": 0.022225490196078432, "Top": 0.24528787878787878, "Left": 0.1518921568627451, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1518921568627451, "Y": 0.24528787878787878}, {"X": 0.17411764705882354, "Y": 0.24528787878787878}, {"X": 0.17411764705882354, "Y": 0.2604393939393939}, {"X": 0.1518921568627451, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9e7fc439-953b-4062-99d1-06924e6458a4", "Text": "18th", "Geometry": {"BoundingBox": {"Width": 0.03673692810457516, "Top": 0.24528787878787878, "Left": 0.17855718954248365, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17855718954248365, "Y": 0.24528787878787878}, {"X": 0.2152941176470588, "Y": 0.24528787878787878}, {"X": 0.2152941176470588, "Y": 0.2604393939393939}, {"X": 0.17855718954248365, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5fbfef79-f5c9-4eb6-b3bb-e32054d2c9bb", "Text": "Ave", "Geometry": {"BoundingBox": {"Width": 0.029967320261437908, "Top": 0.24528787878787878, "Left": 0.21973529411764706, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21973529411764706, "Y": 0.24528787878787878}, {"X": 0.24970261437908498, "Y": 0.24528787878787878}, {"X": 0.24970261437908498, "Y": 0.2604393939393939}, {"X": 0.21973529411764706, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "313c1204-7d99-47b5-a503-96849bb04847", "Text": "Washougal, Washington(WA), 98671", "Geometry": {"BoundingBox": {"Width": 0.2936356209150327, "Top": 0.26377272727272727, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.26377272727272727}, {"X": 0.21111764705882352, "Y": 0.26377272727272727}, {"X": 0.21111764705882352, "Y": 0.2789242424242424}, {"X": 0.11764705882352941, "Y": 0.2789242424242424}]}, "Relationships": [{"Ids": ["cc1b35c8-66ff-416d-a5c4-ce603e836ea1", "6d24d9c9-7fe0-4682-ae8c-f0f2618faaa0", "4fe7b084-196a-456e-a230-9849b95b58a7"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "cc1b35c8-66ff-416d-a5c4-ce603e836ea1", "Text": "Washougal,", "Geometry": {"BoundingBox": {"Width": 0.09347058823529411, "Top": 0.26377272727272727, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.26377272727272727}, {"X": 0.21111764705882352, "Y": 0.26377272727272727}, {"X": 0.21111764705882352, "Y": 0.2789242424242424}, {"X": 0.11764705882352941, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6d24d9c9-7fe0-4682-ae8c-f0f2618faaa0", "Text": "Washington(WA),", "Geometry": {"BoundingBox": {"Width": 0.14162745098039214, "Top": 0.26377272727272727, "Left": 0.2155408496732026, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2155408496732026, "Y": 0.26377272727272727}, {"X": 0.35716830065359473, "Y": 0.26377272727272727}, {"X": 0.35716830065359473, "Y": 0.2789242424242424}, {"X": 0.2155408496732026, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4fe7b084-196a-456e-a230-9849b95b58a7", "Text": "98671", "Geometry": {"BoundingBox": {"Width": 0.04969117647058824, "Top": 0.26377272727272727, "Left": 0.36159150326797385, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.36159150326797385, "Y": 0.26377272727272727}, {"X": 0.4112826797385621, "Y": 0.26377272727272727}, {"X": 0.4112826797385621, "Y": 0.2789242424242424}, {"X": 0.36159150326797385, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "2daf788f-acd0-447f-987c-426546bdcd7c", "Text": "Our Client: Daniel Williams", "Geometry": {"BoundingBox": {"Width": 0.2134248366013072, "Top": 0.31922727272727275, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.3343787878787879}, {"X": 0.11764705882352941, "Y": 0.3343787878787879}]}, "Relationships": [{"Ids": ["139a7c0e-a737-49f9-9018-840286e25beb", "af64de25-91b1-4a37-bcce-a50dee46d11a", "775b31d7-e5f6-4ef2-8b17-b1bbab3361c6", "1ee7533d-80c9-4ab9-9f9b-7a194b5ccbc9"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "139a7c0e-a737-49f9-9018-840286e25beb", "Text": "Our", "Geometry": {"BoundingBox": {"Width": 0.03012091503267974, "Top": 0.31922727272727275, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.3343787878787879}, {"X": 0.11764705882352941, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "af64de25-91b1-4a37-bcce-a50dee46d11a", "Text": "Client:", "Geometry": {"BoundingBox": {"Width": 0.05135294117647059, "Top": 0.31922727272727275, "Left": 0.1521846405228758, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1521846405228758, "Y": 0.31922727272727275}, {"X": 0.20353758169934638, "Y": 0.31922727272727275}, {"X": 0.20353758169934638, "Y": 0.3343787878787879}, {"X": 0.1521846405228758, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "775b31d7-e5f6-4ef2-8b17-b1bbab3361c6", "Text": "Daniel", "Geometry": {"BoundingBox": {"Width": 0.05050490196078431, "Top": 0.31922727272727275, "Left": 0.20795915032679738, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20795915032679738, "Y": 0.31922727272727275}, {"X": 0.2584640522875817, "Y": 0.31922727272727275}, {"X": 0.2584640522875817, "Y": 0.3343787878787879}, {"X": 0.20795915032679738, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1ee7533d-80c9-4ab9-9f9b-7a194b5ccbc9", "Text": "Williams", "Geometry": {"BoundingBox": {"Width": 0.06816503267973856, "Top": 0.31922727272727275, "Left": 0.26290686274509806, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.26290686274509806, "Y": 0.31922727272727275}, {"X": 0.3310718954248366, "Y": 0.31922727272727275}, {"X": 0.3310718954248366, "Y": 0.3343787878787879}, {"X": 0.26290686274509806, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "75ca310b-d4c3-4e35-8b06-4f5d72daf9f0", "Text": "Date of death: 9/5/2021", "Geometry": {"BoundingBox": {"Width": 0.19372549019607846, "Top": 0.3377121212121212, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3528636363636363}, {"X": 0.11764705882352941, "Y": 0.3528636363636363}]}, "Relationships": [{"Ids": ["35a07bbf-41d7-4ed1-8fa6-1c95b63ddae3", "685e7f0f-a586-4bb4-9f32-59e976034ac8", "fd2262ac-fd45-4af6-9d9a-ebb7ed13247f", "adb63a2a-bffa-455c-8ca6-e6abe5562019"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "35a07bbf-41d7-4ed1-8fa6-1c95b63ddae3", "Text": "Date", "Geometry": {"BoundingBox": {"Width": 0.03778921568627451, "Top": 0.3377121212121212, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3528636363636363}, {"X": 0.11764705882352941, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "685e7f0f-a586-4bb4-9f32-59e976034ac8", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.3377121212121212, "Left": 0.15986111111111112, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.15986111111111112, "Y": 0.3377121212121212}, {"X": 0.1761813725490196, "Y": 0.3377121212121212}, {"X": 0.1761813725490196, "Y": 0.3528636363636363}, {"X": 0.15986111111111112, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fd2262ac-fd45-4af6-9d9a-ebb7ed13247f", "Text": "death:", "Geometry": {"BoundingBox": {"Width": 0.05157679738562092, "Top": 0.3377121212121212, "Left": 0.18061601307189543, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.18061601307189543, "Y": 0.3377121212121212}, {"X": 0.23219281045751633, "Y": 0.3377121212121212}, {"X": 0.23219281045751633, "Y": 0.3528636363636363}, {"X": 0.18061601307189543, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "adb63a2a-bffa-455c-8ca6-e6abe5562019", "Text": "9/5/2021", "Geometry": {"BoundingBox": {"Width": 0.07475653594771242, "Top": 0.3377121212121212, "Left": 0.23661601307189542, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23661601307189542, "Y": 0.3377121212121212}, {"X": 0.31137254901960787, "Y": 0.3377121212121212}, {"X": 0.31137254901960787, "Y": 0.3528636363636363}, {"X": 0.23661601307189542, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "b7d243ae-abca-4e73-8c62-ef664a283883", "Text": "To Whom It May Concern,", "Geometry": {"BoundingBox": {"Width": 0.20909967320261438, "Top": 0.39316666666666666, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.4083181818181818}, {"X": 0.11764705882352941, "Y": 0.4083181818181818}]}, "Relationships": [{"Ids": ["335bc4f1-4ad6-4bda-9071-4ffff6cb4f95", "0c1ba695-2c8a-4cd7-96a7-76a7228cfb70", "c1c368c8-24fc-48bc-86c2-6512b5ecbbf2", "7f629fce-ffb7-423a-abd9-11cee069a98f", "0fc9b351-5930-47a0-9427-b48f23d1e8eb"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "335bc4f1-4ad6-4bda-9071-4ffff6cb4f95", "Text": "To", "Geometry": {"BoundingBox": {"Width": 0.01988888888888889, "Top": 0.39316666666666666, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.4083181818181818}, {"X": 0.11764705882352941, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0c1ba695-2c8a-4cd7-96a7-76a7228cfb70", "Text": "Whom", "Geometry": {"BoundingBox": {"Width": 0.05374346405228758, "Top": 0.39316666666666666, "Left": 0.14197875816993463, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14197875816993463, "Y": 0.39316666666666666}, {"X": 0.19572222222222221, "Y": 0.39316666666666666}, {"X": 0.19572222222222221, "Y": 0.4083181818181818}, {"X": 0.14197875816993463, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c1c368c8-24fc-48bc-86c2-6512b5ecbbf2", "Text": "It", "Geometry": {"BoundingBox": {"Width": 0.011509803921568628, "Top": 0.39316666666666666, "Left": 0.20015686274509803, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20015686274509803, "Y": 0.39316666666666666}, {"X": 0.21166666666666667, "Y": 0.39316666666666666}, {"X": 0.21166666666666667, "Y": 0.4083181818181818}, {"X": 0.20015686274509803, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7f629fce-ffb7-423a-abd9-11cee069a98f", "Text": "May", "Geometry": {"BoundingBox": {"Width": 0.03503921568627451, "Top": 0.39316666666666666, "Left": 0.2160996732026144, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2160996732026144, "Y": 0.39316666666666666}, {"X": 0.2511388888888889, "Y": 0.39316666666666666}, {"X": 0.2511388888888889, "Y": 0.4083181818181818}, {"X": 0.2160996732026144, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0fc9b351-5930-47a0-9427-b48f23d1e8eb", "Text": "Concern,", "Geometry": {"BoundingBox": {"Width": 0.07118137254901961, "Top": 0.39316666666666666, "Left": 0.25556535947712417, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.25556535947712417, "Y": 0.39316666666666666}, {"X": 0.3267467320261438, "Y": 0.39316666666666666}, {"X": 0.3267467320261438, "Y": 0.4083181818181818}, {"X": 0.25556535947712417, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "6bf6d3a7-9e8f-4a89-915d-618e063dba80", "Text": "I have been retained by Daniel Williams to handle the estate of Cerys Hurst. My understanding", "Geometry": {"BoundingBox": {"Width": 0.7527843137254902, "Top": 0.43013636363636365, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.4452878787878788}, {"X": 0.11764705882352941, "Y": 0.4452878787878788}]}, "Relationships": [{"Ids": ["c9802801-c54d-47f6-b7cb-2250657d890b", "e3b26277-1554-4152-83cf-d6cda7f0e507", "de2c4dde-6d54-4983-8610-f94553fd1649", "d1d5b4e0-d747-40ed-8729-c5b3ebda1758", "2403bd03-9d99-41b3-bafc-872603554a89", "30800c2a-29f7-4fe9-9276-371569558714", "72fbfb0c-1a88-4bf8-bc0f-cfb3bfd8d66a", "65e631e6-e41b-4036-adcb-2bf23c42f9cd", "ea88891c-a70a-4e97-b2da-65699d6bd9e4", "1c33e388-2137-45dc-b0ef-349415410363", "f52c17d2-c96a-488b-825b-55f4570226e7", "643036e2-516d-4f28-ac12-b732b60a0075", "ebf4bcb1-2235-44d5-ae47-107c74982b71", "5193ed41-f1a7-4deb-85bb-92713070dafa", "ede4f879-ae02-40e8-a0c8-1f0d45937eaa", "f5dcff70-634c-4e85-a1e2-afedcc839f73"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "c9802801-c54d-47f6-b7cb-2250657d890b", "Text": "I", "Geometry": {"BoundingBox": {"Width": 0.004941176470588235, "Top": 0.43013636363636365, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.4452878787878788}, {"X": 0.11764705882352941, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e3b26277-1554-4152-83cf-d6cda7f0e507", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.43013636363636365, "Left": 0.12702124183006536, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.12702124183006536, "Y": 0.43013636363636365}, {"X": 0.16533660130718952, "Y": 0.43013636363636365}, {"X": 0.16533660130718952, "Y": 0.4452878787878788}, {"X": 0.12702124183006536, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "de2c4dde-6d54-4983-8610-f94553fd1649", "Text": "been", "Geometry": {"BoundingBox": {"Width": 0.04010947712418301, "Top": 0.43013636363636365, "Left": 0.16976307189542483, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16976307189542483, "Y": 0.43013636363636365}, {"X": 0.20987254901960783, "Y": 0.43013636363636365}, {"X": 0.20987254901960783, "Y": 0.4452878787878788}, {"X": 0.16976307189542483, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d1d5b4e0-d747-40ed-8729-c5b3ebda1758", "Text": "retained", "Geometry": {"BoundingBox": {"Width": 0.06740522875816994, "Top": 0.43013636363636365, "Left": 0.2143137254901961, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2143137254901961, "Y": 0.43013636363636365}, {"X": 0.281718954248366, "Y": 0.43013636363636365}, {"X": 0.281718954248366, "Y": 0.4452878787878788}, {"X": 0.2143137254901961, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2403bd03-9d99-41b3-bafc-872603554a89", "Text": "by", "Geometry": {"BoundingBox": {"Width": 0.01918464052287582, "Top": 0.43013636363636365, "Left": 0.28616013071895424, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.28616013071895424, "Y": 0.43013636363636365}, {"X": 0.30534477124183007, "Y": 0.43013636363636365}, {"X": 0.30534477124183007, "Y": 0.4452878787878788}, {"X": 0.28616013071895424, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "30800c2a-29f7-4fe9-9276-371569558714", "Text": "Daniel", "Geometry": {"BoundingBox": {"Width": 0.05050490196078431, "Top": 0.43013636363636365, "Left": 0.30976143790849675, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.30976143790849675, "Y": 0.43013636363636365}, {"X": 0.3602663398692811, "Y": 0.43013636363636365}, {"X": 0.3602663398692811, "Y": 0.4452878787878788}, {"X": 0.30976143790849675, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "72fbfb0c-1a88-4bf8-bc0f-cfb3bfd8d66a", "Text": "Williams", "Geometry": {"BoundingBox": {"Width": 0.06816503267973856, "Top": 0.43013636363636365, "Left": 0.3647091503267974, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3647091503267974, "Y": 0.43013636363636365}, {"X": 0.43287418300653596, "Y": 0.43013636363636365}, {"X": 0.43287418300653596, "Y": 0.4452878787878788}, {"X": 0.3647091503267974, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "65e631e6-e41b-4036-adcb-2bf23c42f9cd", "Text": "to", "Geometry": {"BoundingBox": {"Width": 0.016901960784313726, "Top": 0.43013636363636365, "Left": 0.43730882352941175, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.43730882352941175, "Y": 0.43013636363636365}, {"X": 0.45421078431372547, "Y": 0.43013636363636365}, {"X": 0.45421078431372547, "Y": 0.4452878787878788}, {"X": 0.43730882352941175, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ea88891c-a70a-4e97-b2da-65699d6bd9e4", "Text": "handle", "Geometry": {"BoundingBox": {"Width": 0.054562091503267976, "Top": 0.43013636363636365, "Left": 0.4586503267973856, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4586503267973856, "Y": 0.43013636363636365}, {"X": 0.5132124183006536, "Y": 0.43013636363636365}, {"X": 0.5132124183006536, "Y": 0.4452878787878788}, {"X": 0.4586503267973856, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1c33e388-2137-45dc-b0ef-349415410363", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.43013636363636365, "Left": 0.5176372549019608, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5176372549019608, "Y": 0.43013636363636365}, {"X": 0.5442728758169935, "Y": 0.43013636363636365}, {"X": 0.5442728758169935, "Y": 0.4452878787878788}, {"X": 0.5176372549019608, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f52c17d2-c96a-488b-825b-55f4570226e7", "Text": "estate", "Geometry": {"BoundingBox": {"Width": 0.04971895424836601, "Top": 0.43013636363636365, "Left": 0.5486993464052288, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5486993464052288, "Y": 0.43013636363636365}, {"X": 0.5984183006535948, "Y": 0.43013636363636365}, {"X": 0.5984183006535948, "Y": 0.4452878787878788}, {"X": 0.5486993464052288, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "643036e2-516d-4f28-ac12-b732b60a0075", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.43013636363636365, "Left": 0.6028431372549019, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6028431372549019, "Y": 0.43013636363636365}, {"X": 0.6191633986928105, "Y": 0.43013636363636365}, {"X": 0.6191633986928105, "Y": 0.4452878787878788}, {"X": 0.6028431372549019, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ebf4bcb1-2235-44d5-ae47-107c74982b71", "Text": "Cerys", "Geometry": {"BoundingBox": {"Width": 0.04358823529411765, "Top": 0.43013636363636365, "Left": 0.623593137254902, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.623593137254902, "Y": 0.43013636363636365}, {"X": 0.6671813725490197, "Y": 0.43013636363636365}, {"X": 0.6671813725490197, "Y": 0.4452878787878788}, {"X": 0.623593137254902, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5193ed41-f1a7-4deb-85bb-92713070dafa", "Text": "Hurst.", "Geometry": {"BoundingBox": {"Width": 0.04853267973856209, "Top": 0.43013636363636365, "Left": 0.6716160130718954, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6716160130718954, "Y": 0.43013636363636365}, {"X": 0.7201486928104576, "Y": 0.43013636363636365}, {"X": 0.7201486928104576, "Y": 0.4452878787878788}, {"X": 0.6716160130718954, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ede4f879-ae02-40e8-a0c8-1f0d45937eaa", "Text": "My", "Geometry": {"BoundingBox": {"Width": 0.02564705882352941, "Top": 0.43013636363636365, "Left": 0.7245898692810457, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7245898692810457, "Y": 0.43013636363636365}, {"X": 0.7502369281045751, "Y": 0.43013636363636365}, {"X": 0.7502369281045751, "Y": 0.4452878787878788}, {"X": 0.7245898692810457, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f5dcff70-634c-4e85-a1e2-afedcc839f73", "Text": "understanding", "Geometry": {"BoundingBox": {"Width": 0.11576797385620916, "Top": 0.43013636363636365, "Left": 0.7546633986928104, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7546633986928104, "Y": 0.43013636363636365}, {"X": 0.8704313725490196, "Y": 0.43013636363636365}, {"X": 0.8704313725490196, "Y": 0.4452878787878788}, {"X": 0.7546633986928104, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "7a23018e-6914-40fa-ace8-79c5fa9e798e", "Text": "is that they had a life insurance policy (#738137032) with your company. If this is correct,", "Geometry": {"BoundingBox": {"Width": 0.7101846405228758, "Top": 0.44862121212121214, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.44862121212121214}, {"X": 0.12981372549019607, "Y": 0.44862121212121214}, {"X": 0.12981372549019607, "Y": 0.4637727272727273}, {"X": 0.11764705882352941, "Y": 0.4637727272727273}]}, "Relationships": [{"Ids": ["9281bbbe-822b-4492-bc81-fdee2e82e088", "13b83f7c-d756-4283-839c-110ba2572214", "868d2cf7-9464-47f9-ac16-7dc739ad23a4", "68c259c3-6d51-466a-9e77-abd418793f4f", "ba9e554d-cee4-4fb4-9faa-884068626a26", "e96af85b-676d-40c0-b7fc-817c61462602", "5b059f36-2eac-4704-bbcd-a34574b81a4c", "51ba88a1-0348-4d04-ac47-752d17db63f5", "5e36d155-59d0-4a74-8002-c334287cd60c", "a412f6c9-afc9-4904-bb67-e7af18c79530", "72c7c391-e3bf-42c8-a737-bedb5cf621ce", "d8983026-00a0-410d-9950-3d254ff91775", "748eff98-0b82-47e9-abf4-ddcec05caa6c", "113c0446-517f-45ca-96d5-9904d5700435", "7f634b3d-b219-41c4-a3b5-7c8ff4e8ac53", "7b198904-ac38-4ee9-814a-6b685b297e91"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "9281bbbe-822b-4492-bc81-fdee2e82e088", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.44862121212121214, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.44862121212121214}, {"X": 0.12981372549019607, "Y": 0.44862121212121214}, {"X": 0.12981372549019607, "Y": 0.4637727272727273}, {"X": 0.11764705882352941, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "13b83f7c-d756-4283-839c-110ba2572214", "Text": "that", "Geometry": {"BoundingBox": {"Width": 0.03283169934640523, "Top": 0.44862121212121214, "Left": 0.13424836601307188, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.13424836601307188, "Y": 0.44862121212121214}, {"X": 0.16708006535947711, "Y": 0.44862121212121214}, {"X": 0.16708006535947711, "Y": 0.4637727272727273}, {"X": 0.13424836601307188, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "868d2cf7-9464-47f9-ac16-7dc739ad23a4", "Text": "they", "Geometry": {"BoundingBox": {"Width": 0.035509803921568626, "Top": 0.44862121212121214, "Left": 0.17151307189542483, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17151307189542483, "Y": 0.44862121212121214}, {"X": 0.20702287581699347, "Y": 0.44862121212121214}, {"X": 0.20702287581699347, "Y": 0.4637727272727273}, {"X": 0.17151307189542483, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "68c259c3-6d51-466a-9e77-abd418793f4f", "Text": "had", "Geometry": {"BoundingBox": {"Width": 0.029988562091503267, "Top": 0.44862121212121214, "Left": 0.21144934640522875, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21144934640522875, "Y": 0.44862121212121214}, {"X": 0.24143790849673202, "Y": 0.44862121212121214}, {"X": 0.24143790849673202, "Y": 0.4637727272727273}, {"X": 0.21144934640522875, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ba9e554d-cee4-4fb4-9faa-884068626a26", "Text": "a", "Geometry": {"BoundingBox": {"Width": 0.009392156862745098, "Top": 0.44862121212121214, "Left": 0.24587908496732025, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24587908496732025, "Y": 0.44862121212121214}, {"X": 0.25527124183006533, "Y": 0.44862121212121214}, {"X": 0.25527124183006533, "Y": 0.4637727272727273}, {"X": 0.24587908496732025, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e96af85b-676d-40c0-b7fc-817c61462602", "Text": "life", "Geometry": {"BoundingBox": {"Width": 0.024748366013071895, "Top": 0.44862121212121214, "Left": 0.2597042483660131, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2597042483660131, "Y": 0.44862121212121214}, {"X": 0.284452614379085, "Y": 0.44862121212121214}, {"X": 0.284452614379085, "Y": 0.4637727272727273}, {"X": 0.2597042483660131, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5b059f36-2eac-4704-bbcd-a34574b81a4c", "Text": "insurance", "Geometry": {"BoundingBox": {"Width": 0.0773578431372549, "Top": 0.44862121212121214, "Left": 0.2888790849673203, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2888790849673203, "Y": 0.44862121212121214}, {"X": 0.3662369281045752, "Y": 0.44862121212121214}, {"X": 0.3662369281045752, "Y": 0.4637727272727273}, {"X": 0.2888790849673203, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "51ba88a1-0348-4d04-ac47-752d17db63f5", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681535947712418, "Top": 0.44862121212121214, "Left": 0.37066339869281045, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.37066339869281045, "Y": 0.44862121212121214}, {"X": 0.4174787581699346, "Y": 0.44862121212121214}, {"X": 0.4174787581699346, "Y": 0.4637727272727273}, {"X": 0.37066339869281045, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5e36d155-59d0-4a74-8002-c334287cd60c", "Text": "(#738137032)", "Geometry": {"BoundingBox": {"Width": 0.11109477124183006, "Top": 0.44862121212121214, "Left": 0.4218937908496732, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4218937908496732, "Y": 0.44862121212121214}, {"X": 0.5329885620915032, "Y": 0.44862121212121214}, {"X": 0.5329885620915032, "Y": 0.4637727272727273}, {"X": 0.4218937908496732, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a412f6c9-afc9-4904-bb67-e7af18c79530", "Text": "with", "Geometry": {"BoundingBox": {"Width": 0.035379084967320264, "Top": 0.44862121212121214, "Left": 0.5374248366013072, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5374248366013072, "Y": 0.44862121212121214}, {"X": 0.5728039215686275, "Y": 0.44862121212121214}, {"X": 0.5728039215686275, "Y": 0.4637727272727273}, {"X": 0.5374248366013072, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "72c7c391-e3bf-42c8-a737-bedb5cf621ce", "Text": "your", "Geometry": {"BoundingBox": {"Width": 0.036359477124183005, "Top": 0.44862121212121214, "Left": 0.5772450980392156, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5772450980392156, "Y": 0.44862121212121214}, {"X": 0.6136045751633986, "Y": 0.44862121212121214}, {"X": 0.6136045751633986, "Y": 0.4637727272727273}, {"X": 0.5772450980392156, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d8983026-00a0-410d-9950-3d254ff91775", "Text": "company.", "Geometry": {"BoundingBox": {"Width": 0.0781062091503268, "Top": 0.44862121212121214, "Left": 0.6180294117647058, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6180294117647058, "Y": 0.44862121212121214}, {"X": 0.6961356209150327, "Y": 0.44862121212121214}, {"X": 0.6961356209150327, "Y": 0.4637727272727273}, {"X": 0.6180294117647058, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "748eff98-0b82-47e9-abf4-ddcec05caa6c", "Text": "If", "Geometry": {"BoundingBox": {"Width": 0.01092156862745098, "Top": 0.44862121212121214, "Left": 0.700576797385621, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.700576797385621, "Y": 0.44862121212121214}, {"X": 0.7114983660130719, "Y": 0.44862121212121214}, {"X": 0.7114983660130719, "Y": 0.4637727272727273}, {"X": 0.700576797385621, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "113c0446-517f-45ca-96d5-9904d5700435", "Text": "this", "Geometry": {"BoundingBox": {"Width": 0.029037581699346404, "Top": 0.44862121212121214, "Left": 0.7159346405228758, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7159346405228758, "Y": 0.44862121212121214}, {"X": 0.7449722222222223, "Y": 0.44862121212121214}, {"X": 0.7449722222222223, "Y": 0.4637727272727273}, {"X": 0.7159346405228758, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7f634b3d-b219-41c4-a3b5-7c8ff4e8ac53", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.44862121212121214, "Left": 0.7494084967320261, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7494084967320261, "Y": 0.44862121212121214}, {"X": 0.7615751633986928, "Y": 0.44862121212121214}, {"X": 0.7615751633986928, "Y": 0.4637727272727273}, {"X": 0.7494084967320261, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7b198904-ac38-4ee9-814a-6b685b297e91", "Text": "correct,", "Geometry": {"BoundingBox": {"Width": 0.0618218954248366, "Top": 0.44862121212121214, "Left": 0.7660098039215686, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7660098039215686, "Y": 0.44862121212121214}, {"X": 0.8278316993464052, "Y": 0.44862121212121214}, {"X": 0.8278316993464052, "Y": 0.4637727272727273}, {"X": 0.7660098039215686, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "34f967dc-5988-4535-a124-82c306638031", "Text": "please send a letter to my office indicating you have received our letter of representation.", "Geometry": {"BoundingBox": {"Width": 0.7165147058823529, "Top": 0.4671060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4671060606060606}, {"X": 0.16903104575163397, "Y": 0.4671060606060606}, {"X": 0.16903104575163397, "Y": 0.4822575757575757}, {"X": 0.11764705882352941, "Y": 0.4822575757575757}]}, "Relationships": [{"Ids": ["72c78f2d-539e-40c4-9f48-dfc1492b080f", "67cfeeed-7a59-4c67-92fb-a46804bf2a1b", "f4f5f898-3bd0-4867-b1e2-b6e3d1a25576", "28984dc8-c3f9-408e-b8d0-202c389cd7cb", "8816c213-34a4-4b37-8934-0490b2d0ed19", "7fddad6e-a057-4c0d-9d5d-170a38c67e1f", "58031f5b-a4aa-4d65-96c5-08f887e99435", "8cde0543-d0c7-44e0-b0d0-7e063824f2c8", "d02ed410-35c5-4e7b-ac8c-d256fdbcaa21", "5a180f9b-ca1a-4cd8-96a1-1364af8556ef", "0db0cd9e-6b7a-4230-8ff3-409022ec2f95", "53a75663-b14f-4e46-893f-99c1b622c453", "148c8070-fbd6-492a-9a17-45cce6ef40dc", "f2768f81-387e-4feb-8a6e-1d9563a3c048", "b434d400-f861-48b6-84a3-d1722a576501"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "72c78f2d-539e-40c4-9f48-dfc1492b080f", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.4671060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4671060606060606}, {"X": 0.16903104575163397, "Y": 0.4671060606060606}, {"X": 0.16903104575163397, "Y": 0.4822575757575757}, {"X": 0.11764705882352941, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "67cfeeed-7a59-4c67-92fb-a46804bf2a1b", "Text": "send", "Geometry": {"BoundingBox": {"Width": 0.03802124183006536, "Top": 0.4671060606060606, "Left": 0.17345751633986928, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17345751633986928, "Y": 0.4671060606060606}, {"X": 0.21147875816993464, "Y": 0.4671060606060606}, {"X": 0.21147875816993464, "Y": 0.4822575757575757}, {"X": 0.17345751633986928, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f4f5f898-3bd0-4867-b1e2-b6e3d1a25576", "Text": "a", "Geometry": {"BoundingBox": {"Width": 0.009392156862745098, "Top": 0.4671060606060606, "Left": 0.21591993464052286, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21591993464052286, "Y": 0.4671060606060606}, {"X": 0.22531209150326797, "Y": 0.4671060606060606}, {"X": 0.22531209150326797, "Y": 0.4822575757575757}, {"X": 0.21591993464052286, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "28984dc8-c3f9-408e-b8d0-202c389cd7cb", "Text": "letter", "Geometry": {"BoundingBox": {"Width": 0.04399346405228758, "Top": 0.4671060606060606, "Left": 0.2297450980392157, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2297450980392157, "Y": 0.4671060606060606}, {"X": 0.27373856209150327, "Y": 0.4671060606060606}, {"X": 0.27373856209150327, "Y": 0.4822575757575757}, {"X": 0.2297450980392157, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8816c213-34a4-4b37-8934-0490b2d0ed19", "Text": "to", "Geometry": {"BoundingBox": {"Width": 0.016901960784313726, "Top": 0.4671060606060606, "Left": 0.2781650326797386, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2781650326797386, "Y": 0.4671060606060606}, {"X": 0.2950669934640523, "Y": 0.4671060606060606}, {"X": 0.2950669934640523, "Y": 0.4822575757575757}, {"X": 0.2781650326797386, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7fddad6e-a057-4c0d-9d5d-170a38c67e1f", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024544117647058824, "Top": 0.4671060606060606, "Left": 0.2995065359477124, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2995065359477124, "Y": 0.4671060606060606}, {"X": 0.32405065359477125, "Y": 0.4671060606060606}, {"X": 0.32405065359477125, "Y": 0.4822575757575757}, {"X": 0.2995065359477124, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "58031f5b-a4aa-4d65-96c5-08f887e99435", "Text": "office", "Geometry": {"BoundingBox": {"Width": 0.04486437908496732, "Top": 0.4671060606060606, "Left": 0.32847712418300656, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.32847712418300656, "Y": 0.4671060606060606}, {"X": 0.3733415032679739, "Y": 0.4671060606060606}, {"X": 0.3733415032679739, "Y": 0.4822575757575757}, {"X": 0.32847712418300656, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8cde0543-d0c7-44e0-b0d0-7e063824f2c8", "Text": "indicating", "Geometry": {"BoundingBox": {"Width": 0.0778937908496732, "Top": 0.4671060606060606, "Left": 0.37776633986928104, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.37776633986928104, "Y": 0.4671060606060606}, {"X": 0.4556601307189542, "Y": 0.4671060606060606}, {"X": 0.4556601307189542, "Y": 0.4822575757575757}, {"X": 0.37776633986928104, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d02ed410-35c5-4e7b-ac8c-d256fdbcaa21", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.4671060606060606, "Left": 0.46008823529411763, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.46008823529411763, "Y": 0.4671060606060606}, {"X": 0.48959640522875814, "Y": 0.4671060606060606}, {"X": 0.48959640522875814, "Y": 0.4822575757575757}, {"X": 0.46008823529411763, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5a180f9b-ca1a-4cd8-96a1-1364af8556ef", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.4671060606060606, "Left": 0.4940375816993464, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4940375816993464, "Y": 0.4671060606060606}, {"X": 0.5323529411764706, "Y": 0.4671060606060606}, {"X": 0.5323529411764706, "Y": 0.4822575757575757}, {"X": 0.4940375816993464, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0db0cd9e-6b7a-4230-8ff3-409022ec2f95", "Text": "received", "Geometry": {"BoundingBox": {"Width": 0.06804901960784314, "Top": 0.4671060606060606, "Left": 0.5367777777777778, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5367777777777778, "Y": 0.4671060606060606}, {"X": 0.604826797385621, "Y": 0.4671060606060606}, {"X": 0.604826797385621, "Y": 0.4822575757575757}, {"X": 0.5367777777777778, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "53a75663-b14f-4e46-893f-99c1b622c453", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.02748529411764706, "Top": 0.4671060606060606, "Left": 0.60925, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.60925, "Y": 0.4671060606060606}, {"X": 0.6367352941176471, "Y": 0.4671060606060606}, {"X": 0.6367352941176471, "Y": 0.4822575757575757}, {"X": 0.60925, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "148c8070-fbd6-492a-9a17-45cce6ef40dc", "Text": "letter", "Geometry": {"BoundingBox": {"Width": 0.04399509803921569, "Top": 0.4671060606060606, "Left": 0.6411601307189543, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6411601307189543, "Y": 0.4671060606060606}, {"X": 0.6851552287581699, "Y": 0.4671060606060606}, {"X": 0.6851552287581699, "Y": 0.4822575757575757}, {"X": 0.6411601307189543, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f2768f81-387e-4feb-8a6e-1d9563a3c048", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.4671060606060606, "Left": 0.6895800653594771, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6895800653594771, "Y": 0.4671060606060606}, {"X": 0.7059003267973857, "Y": 0.4671060606060606}, {"X": 0.7059003267973857, "Y": 0.4822575757575757}, {"X": 0.6895800653594771, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b434d400-f861-48b6-84a3-d1722a576501", "Text": "representation.", "Geometry": {"BoundingBox": {"Width": 0.12382516339869282, "Top": 0.4671060606060606, "Left": 0.7103366013071896, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7103366013071896, "Y": 0.4671060606060606}, {"X": 0.8341617647058823, "Y": 0.4671060606060606}, {"X": 0.8341617647058823, "Y": 0.4822575757575757}, {"X": 0.7103366013071896, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "ae4ad093-73aa-43d6-a38c-09570b1edfad", "Text": "Additionally, please do not contact our client going forward.", "Geometry": {"BoundingBox": {"Width": 0.47839869281045744, "Top": 0.4855909090909091, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4855909090909091}, {"X": 0.21797385620915033, "Y": 0.4855909090909091}, {"X": 0.21797385620915033, "Y": 0.5007424242424242}, {"X": 0.11764705882352941, "Y": 0.5007424242424242}]}, "Relationships": [{"Ids": ["cf88f05e-b3df-49f8-8649-0d151a794040", "6f623ef5-16c3-4331-9e7a-0be719a5a527", "efd71fa3-35a2-415e-95a9-0bf51af91657", "76efe9b8-b747-466b-aef1-aab1ac9ed3d0", "0fa46309-7d59-4975-a5b7-d89205d8d22c", "6faacdf7-2e59-4901-b9e5-603911a237bd", "8a3c8e65-21e3-4f13-a26b-97025a5f474d", "0816d96e-3748-41f7-a6a5-78983982fe6a", "2b380aef-1413-4b0e-9746-c89fbd5645f1"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "cf88f05e-b3df-49f8-8649-0d151a794040", "Text": "Additionally,", "Geometry": {"BoundingBox": {"Width": 0.10032679738562092, "Top": 0.4855909090909091, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4855909090909091}, {"X": 0.21797385620915033, "Y": 0.4855909090909091}, {"X": 0.21797385620915033, "Y": 0.5007424242424242}, {"X": 0.11764705882352941, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6f623ef5-16c3-4331-9e7a-0be719a5a527", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.4855909090909091, "Left": 0.22239869281045752, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22239869281045752, "Y": 0.4855909090909091}, {"X": 0.2737826797385621, "Y": 0.4855909090909091}, {"X": 0.2737826797385621, "Y": 0.5007424242424242}, {"X": 0.22239869281045752, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "efd71fa3-35a2-415e-95a9-0bf51af91657", "Text": "do", "Geometry": {"BoundingBox": {"Width": 0.02063562091503268, "Top": 0.4855909090909091, "Left": 0.2782058823529412, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2782058823529412, "Y": 0.4855909090909091}, {"X": 0.2988415032679739, "Y": 0.4855909090909091}, {"X": 0.2988415032679739, "Y": 0.5007424242424242}, {"X": 0.2782058823529412, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "76efe9b8-b747-466b-aef1-aab1ac9ed3d0", "Text": "not", "Geometry": {"BoundingBox": {"Width": 0.027210784313725492, "Top": 0.4855909090909091, "Left": 0.3032794117647059, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3032794117647059, "Y": 0.4855909090909091}, {"X": 0.3304901960784314, "Y": 0.4855909090909091}, {"X": 0.3304901960784314, "Y": 0.5007424242424242}, {"X": 0.3032794117647059, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0fa46309-7d59-4975-a5b7-d89205d8d22c", "Text": "contact", "Geometry": {"BoundingBox": {"Width": 0.05975326797385621, "Top": 0.4855909090909091, "Left": 0.3349232026143791, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3349232026143791, "Y": 0.4855909090909091}, {"X": 0.3946764705882353, "Y": 0.4855909090909091}, {"X": 0.3946764705882353, "Y": 0.5007424242424242}, {"X": 0.3349232026143791, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6faacdf7-2e59-4901-b9e5-603911a237bd", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.02748529411764706, "Top": 0.4855909090909091, "Left": 0.399109477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.399109477124183, "Y": 0.4855909090909091}, {"X": 0.42659477124183004, "Y": 0.4855909090909091}, {"X": 0.42659477124183004, "Y": 0.5007424242424242}, {"X": 0.399109477124183, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8a3c8e65-21e3-4f13-a26b-97025a5f474d", "Text": "client", "Geometry": {"BoundingBox": {"Width": 0.04395098039215686, "Top": 0.4855909090909091, "Left": 0.43101797385620916, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.43101797385620916, "Y": 0.4855909090909091}, {"X": 0.47496895424836605, "Y": 0.4855909090909091}, {"X": 0.47496895424836605, "Y": 0.5007424242424242}, {"X": 0.43101797385620916, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0816d96e-3748-41f7-a6a5-78983982fe6a", "Text": "going", "Geometry": {"BoundingBox": {"Width": 0.0436062091503268, "Top": 0.4855909090909091, "Left": 0.4793676470588235, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4793676470588235, "Y": 0.4855909090909091}, {"X": 0.5229738562091503, "Y": 0.4855909090909091}, {"X": 0.5229738562091503, "Y": 0.5007424242424242}, {"X": 0.4793676470588235, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2b380aef-1413-4b0e-9746-c89fbd5645f1", "Text": "forward.", "Geometry": {"BoundingBox": {"Width": 0.0686437908496732, "Top": 0.4855909090909091, "Left": 0.5274019607843137, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5274019607843137, "Y": 0.4855909090909091}, {"X": 0.5960457516339869, "Y": 0.4855909090909091}, {"X": 0.5960457516339869, "Y": 0.5007424242424242}, {"X": 0.5274019607843137, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "dca2488e-33b5-4c7b-87ca-3fb83d838502", "Text": "We are requesting that you forward the full policy amount of $12,000. Please forward an", "Geometry": {"BoundingBox": {"Width": 0.7081911764705882, "Top": 0.5225606060606061, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5377121212121212}, {"X": 0.11764705882352941, "Y": 0.5377121212121212}]}, "Relationships": [{"Ids": ["eeda2686-4a94-49f3-8345-e226e1ac1da9", "2222c082-7274-469f-84e1-e67702eacd9e", "615e186e-72c7-47bb-b5e3-c728b9f81476", "c7948f5b-61c0-4009-a4f2-ec73d8ef1a49", "61e598fe-e853-4bd3-9396-e057d38faa8f", "b6ca8d81-020c-4fb9-ab30-f21cb17c8478", "0dc272f6-c545-480d-a75a-bcb675434ae6", "9270b7f8-af9f-4d60-a83d-0acb709f011a", "6373b3ef-c2af-433f-ab59-5434c5f59b86", "159179b1-f207-4e6a-9bd3-3a32ee03279c", "13edd8a8-8c99-4960-8130-e4fb0a16d9fa", "10936768-8cc8-46f6-a9b3-fe452a5b2f8f", "a7741a3c-c2c6-43f6-9078-3b9bd3427720", "aa91874c-e2ae-4369-94a2-5d283a4575f9", "4462de6e-10c2-4ae3-9bea-1a880ab5f4d2"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "eeda2686-4a94-49f3-8345-e226e1ac1da9", "Text": "We", "Geometry": {"BoundingBox": {"Width": 0.02720751633986928, "Top": 0.5225606060606061, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5377121212121212}, {"X": 0.11764705882352941, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2222c082-7274-469f-84e1-e67702eacd9e", "Text": "are", "Geometry": {"BoundingBox": {"Width": 0.02599183006535948, "Top": 0.5225606060606061, "Left": 0.14928104575163398, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14928104575163398, "Y": 0.5225606060606061}, {"X": 0.17527287581699347, "Y": 0.5225606060606061}, {"X": 0.17527287581699347, "Y": 0.5377121212121212}, {"X": 0.14928104575163398, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "615e186e-72c7-47bb-b5e3-c728b9f81476", "Text": "requesting", "Geometry": {"BoundingBox": {"Width": 0.08522712418300654, "Top": 0.5225606060606061, "Left": 0.17969771241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17969771241830065, "Y": 0.5225606060606061}, {"X": 0.26492483660130717, "Y": 0.5225606060606061}, {"X": 0.26492483660130717, "Y": 0.5377121212121212}, {"X": 0.17969771241830065, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c7948f5b-61c0-4009-a4f2-ec73d8ef1a49", "Text": "that", "Geometry": {"BoundingBox": {"Width": 0.03283169934640523, "Top": 0.5225606060606061, "Left": 0.2693529411764706, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2693529411764706, "Y": 0.5225606060606061}, {"X": 0.3021846405228758, "Y": 0.5225606060606061}, {"X": 0.3021846405228758, "Y": 0.5377121212121212}, {"X": 0.2693529411764706, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "61e598fe-e853-4bd3-9396-e057d38faa8f", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.5225606060606061, "Left": 0.30661764705882355, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.30661764705882355, "Y": 0.5225606060606061}, {"X": 0.33612581699346405, "Y": 0.5225606060606061}, {"X": 0.33612581699346405, "Y": 0.5377121212121212}, {"X": 0.30661764705882355, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b6ca8d81-020c-4fb9-ab30-f21cb17c8478", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5225606060606061, "Left": 0.3405669934640523, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3405669934640523, "Y": 0.5225606060606061}, {"X": 0.4042630718954248, "Y": 0.5225606060606061}, {"X": 0.4042630718954248, "Y": 0.5377121212121212}, {"X": 0.3405669934640523, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0dc272f6-c545-480d-a75a-bcb675434ae6", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.5225606060606061, "Left": 0.40870424836601305, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.40870424836601305, "Y": 0.5225606060606061}, {"X": 0.43533986928104573, "Y": 0.5225606060606061}, {"X": 0.43533986928104573, "Y": 0.5377121212121212}, {"X": 0.40870424836601305, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9270b7f8-af9f-4d60-a83d-0acb709f011a", "Text": "full", "Geometry": {"BoundingBox": {"Width": 0.025276143790849675, "Top": 0.5225606060606061, "Left": 0.4397598039215686, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4397598039215686, "Y": 0.5225606060606061}, {"X": 0.4650359477124183, "Y": 0.5225606060606061}, {"X": 0.4650359477124183, "Y": 0.5377121212121212}, {"X": 0.4397598039215686, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6373b3ef-c2af-433f-ab59-5434c5f59b86", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681535947712418, "Top": 0.5225606060606061, "Left": 0.4694787581699346, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4694787581699346, "Y": 0.5225606060606061}, {"X": 0.5162941176470588, "Y": 0.5225606060606061}, {"X": 0.5162941176470588, "Y": 0.5377121212121212}, {"X": 0.4694787581699346, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "159179b1-f207-4e6a-9bd3-3a32ee03279c", "Text": "amount", "Geometry": {"BoundingBox": {"Width": 0.06256699346405228, "Top": 0.5225606060606061, "Left": 0.5207205882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5207205882352941, "Y": 0.5225606060606061}, {"X": 0.5832875816993464, "Y": 0.5225606060606061}, {"X": 0.5832875816993464, "Y": 0.5377121212121212}, {"X": 0.5207205882352941, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "13edd8a8-8c99-4960-8130-e4fb0a16d9fa", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.5225606060606061, "Left": 0.5877205882352942, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5877205882352942, "Y": 0.5225606060606061}, {"X": 0.6040392156862745, "Y": 0.5225606060606061}, {"X": 0.6040392156862745, "Y": 0.5377121212121212}, {"X": 0.5877205882352942, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "10936768-8cc8-46f6-a9b3-fe452a5b2f8f", "Text": "$12,000.", "Geometry": {"BoundingBox": {"Width": 0.06945915032679739, "Top": 0.5225606060606061, "Left": 0.6084771241830066, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6084771241830066, "Y": 0.5225606060606061}, {"X": 0.677936274509804, "Y": 0.5225606060606061}, {"X": 0.677936274509804, "Y": 0.5377121212121212}, {"X": 0.6084771241830066, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a7741a3c-c2c6-43f6-9078-3b9bd3427720", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.5225606060606061, "Left": 0.6823774509803922, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6823774509803922, "Y": 0.5225606060606061}, {"X": 0.7335898692810457, "Y": 0.5225606060606061}, {"X": 0.7335898692810457, "Y": 0.5377121212121212}, {"X": 0.6823774509803922, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "aa91874c-e2ae-4369-94a2-5d283a4575f9", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5225606060606061, "Left": 0.738014705882353, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.738014705882353, "Y": 0.5225606060606061}, {"X": 0.8017107843137256, "Y": 0.5225606060606061}, {"X": 0.8017107843137256, "Y": 0.5377121212121212}, {"X": 0.738014705882353, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4462de6e-10c2-4ae3-9bea-1a880ab5f4d2", "Text": "an", "Geometry": {"BoundingBox": {"Width": 0.01968627450980392, "Top": 0.5225606060606061, "Left": 0.8061519607843137, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8061519607843137, "Y": 0.5225606060606061}, {"X": 0.8258382352941176, "Y": 0.5225606060606061}, {"X": 0.8258382352941176, "Y": 0.5377121212121212}, {"X": 0.8061519607843137, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "2a001e67-39b7-4a99-9caf-0e1f660792f5", "Text": "acknowledgement of our demand and please forward the umbrella policy information if one is", "Geometry": {"BoundingBox": {"Width": 0.7517745098039216, "Top": 0.5410454545454545, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5561969696969696}, {"X": 0.11764705882352941, "Y": 0.5561969696969696}]}, "Relationships": [{"Ids": ["e318c798-e234-4d18-9c3e-2c945cf6e99d", "ba85c023-25c0-45d8-83af-53743e1136a4", "d71019f8-cabc-40a8-86b6-31f937ff9794", "603539a4-8614-4846-9d83-5da25e55aec8", "69cee622-cb00-48f6-b6f9-e9e5d5d1936b", "1374d186-aa65-4ad2-a54c-aa400958364e", "c282e7a1-1fd5-463f-8fa1-42daee3f57f6", "9c6943d1-791e-480a-8010-6f6d19ee49de", "9a8679ed-ee12-4ac0-b511-40e52c010060", "85e39067-45b6-4efb-a6a3-757ac8eb5faf", "d602b5cd-9435-4cbb-98a6-3a1f934a1b16", "b5ab30f4-fbd6-43cb-a06d-f6f51f4af84b", "7b2a863a-daae-4b43-bce7-e07e03141d2d", "c6203119-d250-438c-882b-90e54e6e2847"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "e318c798-e234-4d18-9c3e-2c945cf6e99d", "Text": "acknowledgement", "Geometry": {"BoundingBox": {"Width": 0.14708823529411766, "Top": 0.5410454545454545, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5561969696969696}, {"X": 0.11764705882352941, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ba85c023-25c0-45d8-83af-53743e1136a4", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.5410454545454545, "Left": 0.26916993464052286, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.26916993464052286, "Y": 0.5410454545454545}, {"X": 0.28548856209150325, "Y": 0.5410454545454545}, {"X": 0.28548856209150325, "Y": 0.5561969696969696}, {"X": 0.26916993464052286, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d71019f8-cabc-40a8-86b6-31f937ff9794", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.027483660130718953, "Top": 0.5410454545454545, "Left": 0.2899264705882353, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2899264705882353, "Y": 0.5410454545454545}, {"X": 0.31741013071895424, "Y": 0.5410454545454545}, {"X": 0.31741013071895424, "Y": 0.5561969696969696}, {"X": 0.2899264705882353, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "603539a4-8614-4846-9d83-5da25e55aec8", "Text": "demand", "Geometry": {"BoundingBox": {"Width": 0.06570915032679739, "Top": 0.5410454545454545, "Left": 0.32183660130718955, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.32183660130718955, "Y": 0.5410454545454545}, {"X": 0.38754575163398697, "Y": 0.5410454545454545}, {"X": 0.38754575163398697, "Y": 0.5561969696969696}, {"X": 0.32183660130718955, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "69cee622-cb00-48f6-b6f9-e9e5d5d1936b", "Text": "and", "Geometry": {"BoundingBox": {"Width": 0.029988562091503267, "Top": 0.5410454545454545, "Left": 0.39198692810457514, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.39198692810457514, "Y": 0.5410454545454545}, {"X": 0.4219754901960784, "Y": 0.5410454545454545}, {"X": 0.4219754901960784, "Y": 0.5561969696969696}, {"X": 0.39198692810457514, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1374d186-aa65-4ad2-a54c-aa400958364e", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.5410454545454545, "Left": 0.42641666666666667, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.42641666666666667, "Y": 0.5410454545454545}, {"X": 0.47780065359477125, "Y": 0.5410454545454545}, {"X": 0.47780065359477125, "Y": 0.5561969696969696}, {"X": 0.42641666666666667, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c282e7a1-1fd5-463f-8fa1-42daee3f57f6", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5410454545454545, "Left": 0.4822254901960784, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4822254901960784, "Y": 0.5410454545454545}, {"X": 0.545921568627451, "Y": 0.5410454545454545}, {"X": 0.545921568627451, "Y": 0.5561969696969696}, {"X": 0.4822254901960784, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9c6943d1-791e-480a-8010-6f6d19ee49de", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.5410454545454545, "Left": 0.550359477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.550359477124183, "Y": 0.5410454545454545}, {"X": 0.5769950980392157, "Y": 0.5410454545454545}, {"X": 0.5769950980392157, "Y": 0.5561969696969696}, {"X": 0.550359477124183, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9a8679ed-ee12-4ac0-b511-40e52c010060", "Text": "umbrella", "Geometry": {"BoundingBox": {"Width": 0.07125, "Top": 0.5410454545454545, "Left": 0.581421568627451, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.581421568627451, "Y": 0.5410454545454545}, {"X": 0.652671568627451, "Y": 0.5410454545454545}, {"X": 0.652671568627451, "Y": 0.5561969696969696}, {"X": 0.581421568627451, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "85e39067-45b6-4efb-a6a3-757ac8eb5faf", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681699346405229, "Top": 0.5410454545454545, "Left": 0.6571045751633987, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6571045751633987, "Y": 0.5410454545454545}, {"X": 0.703921568627451, "Y": 0.5410454545454545}, {"X": 0.703921568627451, "Y": 0.5561969696969696}, {"X": 0.6571045751633987, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d602b5cd-9435-4cbb-98a6-3a1f934a1b16", "Text": "information", "Geometry": {"BoundingBox": {"Width": 0.0947173202614379, "Top": 0.5410454545454545, "Left": 0.7083464052287581, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7083464052287581, "Y": 0.5410454545454545}, {"X": 0.803063725490196, "Y": 0.5410454545454545}, {"X": 0.803063725490196, "Y": 0.5561969696969696}, {"X": 0.7083464052287581, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b5ab30f4-fbd6-43cb-a06d-f6f51f4af84b", "Text": "if", "Geometry": {"BoundingBox": {"Width": 0.010480392156862745, "Top": 0.5410454545454545, "Left": 0.8075049019607843, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8075049019607843, "Y": 0.5410454545454545}, {"X": 0.817985294117647, "Y": 0.5410454545454545}, {"X": 0.817985294117647, "Y": 0.5561969696969696}, {"X": 0.8075049019607843, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7b2a863a-daae-4b43-bce7-e07e03141d2d", "Text": "one", "Geometry": {"BoundingBox": {"Width": 0.030405228758169936, "Top": 0.5410454545454545, "Left": 0.8224232026143791, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8224232026143791, "Y": 0.5410454545454545}, {"X": 0.852828431372549, "Y": 0.5410454545454545}, {"X": 0.852828431372549, "Y": 0.5561969696969696}, {"X": 0.8224232026143791, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c6203119-d250-438c-882b-90e54e6e2847", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.5410454545454545, "Left": 0.8572549019607844, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8572549019607844, "Y": 0.5410454545454545}, {"X": 0.869421568627451, "Y": 0.5410454545454545}, {"X": 0.869421568627451, "Y": 0.5561969696969696}, {"X": 0.8572549019607844, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "b425e44b-ad86-498d-8238-1e336670bc28", "Text": "applicable. Please send my secretary any information regarding liens on his policy.", "Geometry": {"BoundingBox": {"Width": 0.6540081699346405, "Top": 0.559530303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.5746818181818182}, {"X": 0.11764705882352941, "Y": 0.5746818181818182}]}, "Relationships": [{"Ids": ["f98c0e1f-90ce-47b0-ac05-02c7a37e60d4", "f2cf6eff-e294-4d1f-aff0-949222b8776c", "99969afb-06dd-4667-adf9-eb7f153d29a2", "26a6300b-07c8-4101-b52a-0f3d7523a761", "c8396355-0039-43df-a1b1-035734638d9f", "6b97ed8f-8ad8-4123-8b9d-30f03f5af271", "93d651cf-23c0-4f9d-9b5c-0091fc01d012", "0308fac3-267a-4559-8878-1df3fa654542", "375b9f03-0677-4ea6-8ce7-c71a6bd07312", "743c5b0d-fb5a-45ee-94a9-087cd0431957", "9c3586eb-7957-4dea-80e5-296fb136412f", "a5f47809-6d41-4f47-bfa3-19c59b9c1ac1"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "f98c0e1f-90ce-47b0-ac05-02c7a37e60d4", "Text": "applicable.", "Geometry": {"BoundingBox": {"Width": 0.0861797385620915, "Top": 0.559530303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.5746818181818182}, {"X": 0.11764705882352941, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f2cf6eff-e294-4d1f-aff0-949222b8776c", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.559530303030303, "Left": 0.20826797385620915, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20826797385620915, "Y": 0.559530303030303}, {"X": 0.25948039215686275, "Y": 0.559530303030303}, {"X": 0.25948039215686275, "Y": 0.5746818181818182}, {"X": 0.20826797385620915, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "99969afb-06dd-4667-adf9-eb7f153d29a2", "Text": "send", "Geometry": {"BoundingBox": {"Width": 0.038022875816993464, "Top": 0.559530303030303, "Left": 0.2639052287581699, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2639052287581699, "Y": 0.559530303030303}, {"X": 0.3019281045751634, "Y": 0.559530303030303}, {"X": 0.3019281045751634, "Y": 0.5746818181818182}, {"X": 0.2639052287581699, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "26a6300b-07c8-4101-b52a-0f3d7523a761", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024544117647058824, "Top": 0.559530303030303, "Left": 0.3063692810457516, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3063692810457516, "Y": 0.559530303030303}, {"X": 0.33091339869281045, "Y": 0.559530303030303}, {"X": 0.33091339869281045, "Y": 0.5746818181818182}, {"X": 0.3063692810457516, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c8396355-0039-43df-a1b1-035734638d9f", "Text": "secretary", "Geometry": {"BoundingBox": {"Width": 0.07398692810457516, "Top": 0.559530303030303, "Left": 0.33533986928104575, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.33533986928104575, "Y": 0.559530303030303}, {"X": 0.40932679738562094, "Y": 0.559530303030303}, {"X": 0.40932679738562094, "Y": 0.5746818181818182}, {"X": 0.33533986928104575, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6b97ed8f-8ad8-4123-8b9d-30f03f5af271", "Text": "any", "Geometry": {"BoundingBox": {"Width": 0.028576797385620915, "Top": 0.559530303030303, "Left": 0.4137532679738562, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4137532679738562, "Y": 0.559530303030303}, {"X": 0.4423300653594771, "Y": 0.559530303030303}, {"X": 0.4423300653594771, "Y": 0.5746818181818182}, {"X": 0.4137532679738562, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "93d651cf-23c0-4f9d-9b5c-0091fc01d012", "Text": "information", "Geometry": {"BoundingBox": {"Width": 0.0947173202614379, "Top": 0.559530303030303, "Left": 0.4467549019607843, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4467549019607843, "Y": 0.559530303030303}, {"X": 0.5414722222222222, "Y": 0.559530303030303}, {"X": 0.5414722222222222, "Y": 0.5746818181818182}, {"X": 0.4467549019607843, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0308fac3-267a-4559-8878-1df3fa654542", "Text": "regarding", "Geometry": {"BoundingBox": {"Width": 0.0763888888888889, "Top": 0.559530303030303, "Left": 0.5459133986928104, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5459133986928104, "Y": 0.559530303030303}, {"X": 0.6223022875816993, "Y": 0.559530303030303}, {"X": 0.6223022875816993, "Y": 0.5746818181818182}, {"X": 0.5459133986928104, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "375b9f03-0677-4ea6-8ce7-c71a6bd07312", "Text": "liens", "Geometry": {"BoundingBox": {"Width": 0.03672549019607843, "Top": 0.559530303030303, "Left": 0.6267238562091503, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6267238562091503, "Y": 0.559530303030303}, {"X": 0.6634493464052287, "Y": 0.559530303030303}, {"X": 0.6634493464052287, "Y": 0.5746818181818182}, {"X": 0.6267238562091503, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "743c5b0d-fb5a-45ee-94a9-087cd0431957", "Text": "on", "Geometry": {"BoundingBox": {"Width": 0.020637254901960785, "Top": 0.559530303030303, "Left": 0.6679003267973856, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6679003267973856, "Y": 0.559530303030303}, {"X": 0.6885375816993464, "Y": 0.559530303030303}, {"X": 0.6885375816993464, "Y": 0.5746818181818182}, {"X": 0.6679003267973856, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9c3586eb-7957-4dea-80e5-296fb136412f", "Text": "his", "Geometry": {"BoundingBox": {"Width": 0.022470588235294117, "Top": 0.559530303030303, "Left": 0.6929885620915033, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6929885620915033, "Y": 0.559530303030303}, {"X": 0.7154591503267974, "Y": 0.559530303030303}, {"X": 0.7154591503267974, "Y": 0.5746818181818182}, {"X": 0.6929885620915033, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a5f47809-6d41-4f47-bfa3-19c59b9c1ac1", "Text": "policy.", "Geometry": {"BoundingBox": {"Width": 0.05174509803921569, "Top": 0.559530303030303, "Left": 0.7199101307189543, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7199101307189543, "Y": 0.559530303030303}, {"X": 0.7716552287581699, "Y": 0.559530303030303}, {"X": 0.7716552287581699, "Y": 0.5746818181818182}, {"X": 0.7199101307189543, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "b6798da9-cf1e-4669-9874-0402492c6f40", "Text": "Please contact my office if you have any questions.", "Geometry": {"BoundingBox": {"Width": 0.40503758169934634, "Top": 0.5965, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.6116515151515152}, {"X": 0.11764705882352941, "Y": 0.6116515151515152}]}, "Relationships": [{"Ids": ["26675034-33b2-4851-94fc-e5a31b193472", "3d02216b-0981-410f-83c7-04095c925f0f", "866cf28b-d07c-4fd3-9460-978cabc8522e", "02a0e454-3404-4fea-b46f-699828a4f676", "35bd87ff-44ba-457f-a56d-6140835dd14d", "b751e20d-95ad-4d2e-b40b-204a2b70435c", "f1af9529-6f5a-4e62-aa3e-b00527ad8fe9", "8eac7fd5-90a8-4647-abcb-da4ca5fe52e1", "ef015c37-1c7a-4ab7-a9a2-22723e3b5543"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "26675034-33b2-4851-94fc-e5a31b193472", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.5965, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.6116515151515152}, {"X": 0.11764705882352941, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3d02216b-0981-410f-83c7-04095c925f0f", "Text": "contact", "Geometry": {"BoundingBox": {"Width": 0.05975490196078431, "Top": 0.5965, "Left": 0.1732843137254902, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1732843137254902, "Y": 0.5965}, {"X": 0.2330392156862745, "Y": 0.5965}, {"X": 0.2330392156862745, "Y": 0.6116515151515152}, {"X": 0.1732843137254902, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "866cf28b-d07c-4fd3-9460-978cabc8522e", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024545751633986927, "Top": 0.5965, "Left": 0.23747222222222222, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23747222222222222, "Y": 0.5965}, {"X": 0.2620179738562092, "Y": 0.5965}, {"X": 0.2620179738562092, "Y": 0.6116515151515152}, {"X": 0.23747222222222222, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "02a0e454-3404-4fea-b46f-699828a4f676", "Text": "office", "Geometry": {"BoundingBox": {"Width": 0.04486437908496732, "Top": 0.5965, "Left": 0.26644281045751633, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.26644281045751633, "Y": 0.5965}, {"X": 0.31130718954248365, "Y": 0.5965}, {"X": 0.31130718954248365, "Y": 0.6116515151515152}, {"X": 0.26644281045751633, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "35bd87ff-44ba-457f-a56d-6140835dd14d", "Text": "if", "Geometry": {"BoundingBox": {"Width": 0.010480392156862745, "Top": 0.5965, "Left": 0.3157271241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3157271241830065, "Y": 0.5965}, {"X": 0.3262075163398693, "Y": 0.5965}, {"X": 0.3262075163398693, "Y": 0.6116515151515152}, {"X": 0.3157271241830065, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b751e20d-95ad-4d2e-b40b-204a2b70435c", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.5965, "Left": 0.3306437908496732, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3306437908496732, "Y": 0.5965}, {"X": 0.3601519607843137, "Y": 0.5965}, {"X": 0.3601519607843137, "Y": 0.6116515151515152}, {"X": 0.3306437908496732, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f1af9529-6f5a-4e62-aa3e-b00527ad8fe9", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.5965, "Left": 0.36459313725490194, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.36459313725490194, "Y": 0.5965}, {"X": 0.4029084967320261, "Y": 0.5965}, {"X": 0.4029084967320261, "Y": 0.6116515151515152}, {"X": 0.36459313725490194, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8eac7fd5-90a8-4647-abcb-da4ca5fe52e1", "Text": "any", "Geometry": {"BoundingBox": {"Width": 0.028575163398692812, "Top": 0.5965, "Left": 0.4073349673202614, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4073349673202614, "Y": 0.5965}, {"X": 0.43591013071895424, "Y": 0.5965}, {"X": 0.43591013071895424, "Y": 0.6116515151515152}, {"X": 0.4073349673202614, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ef015c37-1c7a-4ab7-a9a2-22723e3b5543", "Text": "questions.", "Geometry": {"BoundingBox": {"Width": 0.08234803921568627, "Top": 0.5965, "Left": 0.44033660130718955, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.44033660130718955, "Y": 0.5965}, {"X": 0.5226846405228758, "Y": 0.5965}, {"X": 0.5226846405228758, "Y": 0.6116515151515152}, {"X": 0.44033660130718955, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "f9de1a65-8bd3-4087-b8e2-ba9fad26670f", "Text": "Sincerely,", "Geometry": {"BoundingBox": {"Width": 0.07671568627450981, "Top": 0.6519545454545455, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6671060606060606}, {"X": 0.11764705882352941, "Y": 0.6671060606060606}]}, "Relationships": [{"Ids": ["9f2ac477-439b-48a7-9673-8df6aaacddaf"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "9f2ac477-439b-48a7-9673-8df6aaacddaf", "Text": "Sincerely,", "Geometry": {"BoundingBox": {"Width": 0.07671568627450981, "Top": 0.6519545454545455, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6671060606060606}, {"X": 0.11764705882352941, "Y": 0.6671060606060606}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "2031cff1-67b5-40a9-b060-585c430f040b", "Text": "Angela Berry, Attorney", "Geometry": {"BoundingBox": {"Width": 0.1818496732026144, "Top": 0.6889242424242424, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.7040757575757576}, {"X": 0.11764705882352941, "Y": 0.7040757575757576}]}, "Relationships": [{"Ids": ["bba92272-11d9-4602-bf86-2983dd18fbd5", "95a84cfa-4baf-4393-b734-f05408fda0b5", "43d34f4e-dd0c-4ced-934b-82fc3bf6c306"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "bba92272-11d9-4602-bf86-2983dd18fbd5", "Text": "Angela", "Geometry": {"BoundingBox": {"Width": 0.05452614379084968, "Top": 0.6889242424242424, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.7040757575757576}, {"X": 0.11764705882352941, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "95a84cfa-4baf-4393-b734-f05408fda0b5", "Text": "Berry,", "Geometry": {"BoundingBox": {"Width": 0.04786928104575163, "Top": 0.6889242424242424, "Left": 0.1766062091503268, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1766062091503268, "Y": 0.6889242424242424}, {"X": 0.22447549019607843, "Y": 0.6889242424242424}, {"X": 0.22447549019607843, "Y": 0.7040757575757576}, {"X": 0.1766062091503268, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "43d34f4e-dd0c-4ced-934b-82fc3bf6c306", "Text": "Attorney", "Geometry": {"BoundingBox": {"Width": 0.07059803921568628, "Top": 0.6889242424242424, "Left": 0.22889869281045752, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22889869281045752, "Y": 0.6889242424242424}, {"X": 0.2994967320261438, "Y": 0.6889242424242424}, {"X": 0.2994967320261438, "Y": 0.7040757575757576}, {"X": 0.22889869281045752, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}], "Entities": [{"BlockReferences": [{"BlockId": "1f83771e-fbcc-4887-9b94-c7b4ae114f21", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "ea0b9a0b-21f4-4a76-869b-f0f073f1a500"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "139f24e1-98d3-4a55-ad2d-710c13c988e8"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "6bf13c7f-33e8-4797-9f3a-63f150bfc034"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "3e71dc79-d108-4359-9f73-cc5a5b79dc63"}], "BeginOffset": 0, "EndOffset": 31}], "Text": "Budget Mutual Insurance Company", "Type": "Insurance Company", "Score": 1}, {"BlockReferences": [{"BlockId": "b3b23feb-ace4-40c2-98b0-c1101819dc92", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "043eec1e-a971-4a7d-8414-6d0043bdd474"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "76f2b6a2-ec17-4510-9d45-70d153a6e2e0"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "e31f4cf9-8ccf-4ff8-9c62-c9a056da7d5d"}], "BeginOffset": 0, "EndOffset": 17}, {"BlockId": "72852ae2-c6db-494c-b023-204c94fb1bbc", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 12, "ChildBlockId": "928755cb-4264-44b3-8961-29077e325918"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "78a87633-b6f8-4c73-8586-a07bac447ba6"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "fadc2ac4-54da-43bf-b9a9-84c432350878"}], "BeginOffset": 0, "EndOffset": 21}], "Text": "9876 Infinity Ave Springfield, MI 65541", "Type": "Insurance Company Address", "Score": 1}, {"BlockReferences": [{"BlockId": "9537132c-46ef-4370-ab26-453814a4f81e", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "25d6b644-a69b-430b-9fbc-60ae85252116"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "e4d1bf8b-bcd7-4dd4-9944-01d65b55f9be"}, {"BeginOffset": 0, "EndOffset": 1, "ChildBlockId": "bce862a7-6b9c-41e6-b59e-7ce54e0ee880"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "1235df4f-e13d-416c-81b1-12cba249fe4b"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "82f8062a-3f96-469c-b43a-3110b06a896e"}], "BeginOffset": 0, "EndOffset": 29}], "Text": "Adelstein Sharpe & Sherka LLP", "Type": "Law Firm", "Score": 1}, {"BlockReferences": [{"BlockId": "7c9a4c87-5b51-4d7a-823c-4d704cb69c2a", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "beb1244a-e726-4fd3-be4e-6a720415fa98"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "8816ebc4-6c37-4811-aa20-f2e65ee1c156"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "9e7fc439-953b-4062-99d1-06924e6458a4"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "5fbfef79-f5c9-4eb6-b3bb-e32054d2c9bb"}], "BeginOffset": 0, "EndOffset": 15}, {"BlockId": "313c1204-7d99-47b5-a503-96849bb04847", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 10, "ChildBlockId": "cc1b35c8-66ff-416d-a5c4-ce603e836ea1"}, {"BeginOffset": 0, "EndOffset": 15, "ChildBlockId": "6d24d9c9-7fe0-4682-ae8c-f0f2618faaa0"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "4fe7b084-196a-456e-a230-9849b95b58a7"}], "BeginOffset": 0, "EndOffset": 32}], "Text": "145 NE 18th Ave Washougal, Washington(WA), 98671", "Type": "Law Office Address", "Score": 1}, {"BlockReferences": [{"BlockId": "2daf788f-acd0-447f-987c-426546bdcd7c", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "775b31d7-e5f6-4ef2-8b17-b1bbab3361c6"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "1ee7533d-80c9-4ab9-9f9b-7a194b5ccbc9"}], "BeginOffset": 12, "EndOffset": 27}], "Text": "Daniel Williams", "Type": "Beneficiary Name", "Score": 1}, {"BlockReferences": [{"BlockId": "6bf6d3a7-9e8f-4a89-915d-618e063dba80", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "30800c2a-29f7-4fe9-9276-371569558714"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "72fbfb0c-1a88-4bf8-bc0f-cfb3bfd8d66a"}], "BeginOffset": 24, "EndOffset": 39}], "Text": "Daniel Williams", "Type": "Beneficiary Name", "Score": 1}, {"BlockReferences": [{"BlockId": "6bf6d3a7-9e8f-4a89-915d-618e063dba80", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "ebf4bcb1-2235-44d5-ae47-107c74982b71"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "5193ed41-f1a7-4deb-85bb-92713070dafa"}], "BeginOffset": 64, "EndOffset": 76}], "Text": "Cerys Hurst.", "Type": "Policy Holder Name", "Score": 1}, {"BlockReferences": [{"BlockId": "7a23018e-6914-40fa-ace8-79c5fa9e798e", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 12, "ChildBlockId": "5e36d155-59d0-4a74-8002-c334287cd60c"}], "BeginOffset": 41, "EndOffset": 53}], "Text": "(#738137032)", "Type": "Policy Number", "Score": 1}, {"BlockReferences": [{"BlockId": "dca2488e-33b5-4c7b-87ca-3fb83d838502", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "10936768-8cc8-46f6-a9b3-fe452a5b2f8f"}], "BeginOffset": 61, "EndOffset": 69}], "Text": "$12,000.", "Type": "Payout", "Score": 1}, {"BlockReferences": [{"BlockId": "dca2488e-33b5-4c7b-87ca-3fb83d838502", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "eeda2686-4a94-49f3-8345-e226e1ac1da9"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "2222c082-7274-469f-84e1-e67702eacd9e"}, {"BeginOffset": 0, "EndOffset": 10, "ChildBlockId": "615e186e-72c7-47bb-b5e3-c728b9f81476"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "c7948f5b-61c0-4009-a4f2-ec73d8ef1a49"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "61e598fe-e853-4bd3-9396-e057d38faa8f"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "b6ca8d81-020c-4fb9-ab30-f21cb17c8478"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "0dc272f6-c545-480d-a75a-bcb675434ae6"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "9270b7f8-af9f-4d60-a83d-0acb709f011a"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "6373b3ef-c2af-433f-ab59-5434c5f59b86"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "159179b1-f207-4e6a-9bd3-3a32ee03279c"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "13edd8a8-8c99-4960-8130-e4fb0a16d9fa"}], "BeginOffset": 0, "EndOffset": 60}, {"BlockId": "dca2488e-33b5-4c7b-87ca-3fb83d838502", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "a7741a3c-c2c6-43f6-9078-3b9bd3427720"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "aa91874c-e2ae-4369-94a2-5d283a4575f9"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "4462de6e-10c2-4ae3-9bea-1a880ab5f4d2"}], "BeginOffset": 70, "EndOffset": 87}, {"BlockId": "2a001e67-39b7-4a99-9caf-0e1f660792f5", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 15, "ChildBlockId": "e318c798-e234-4d18-9c3e-2c945cf6e99d"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "ba85c023-25c0-45d8-83af-53743e1136a4"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "d71019f8-cabc-40a8-86b6-31f937ff9794"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "603539a4-8614-4846-9d83-5da25e55aec8"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "69cee622-cb00-48f6-b6f9-e9e5d5d1936b"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "1374d186-aa65-4ad2-a54c-aa400958364e"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "c282e7a1-1fd5-463f-8fa1-42daee3f57f6"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "9c6943d1-791e-480a-8010-6f6d19ee49de"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "9a8679ed-ee12-4ac0-b511-40e52c010060"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "85e39067-45b6-4efb-a6a3-757ac8eb5faf"}, {"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "d602b5cd-9435-4cbb-98a6-3a1f934a1b16"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "b5ab30f4-fbd6-43cb-a06d-f6f51f4af84b"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "7b2a863a-daae-4b43-bce7-e07e03141d2d"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "c6203119-d250-438c-882b-90e54e6e2847"}], "BeginOffset": 0, "EndOffset": 90}, {"BlockId": "b425e44b-ad86-498d-8238-1e336670bc28", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "f98c0e1f-90ce-47b0-ac05-02c7a37e60d4"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "f2cf6eff-e294-4d1f-aff0-949222b8776c"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "99969afb-06dd-4667-adf9-eb7f153d29a2"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "26a6300b-07c8-4101-b52a-0f3d7523a761"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "c8396355-0039-43df-a1b1-035734638d9f"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "6b97ed8f-8ad8-4123-8b9d-30f03f5af271"}, {"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "93d651cf-23c0-4f9d-9b5c-0091fc01d012"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "0308fac3-267a-4559-8878-1df3fa654542"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "375b9f03-0677-4ea6-8ce7-c71a6bd07312"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "743c5b0d-fb5a-45ee-94a9-087cd0431957"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "9c3586eb-7957-4dea-80e5-296fb136412f"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "a5f47809-6d41-4f47-bfa3-19c59b9c1ac1"}], "BeginOffset": 0, "EndOffset": 83}], "Text": "We are requesting that you forward the full policy amount of Please forward an acknowledgement of our demand and please forward the umbrella policy information if one is applicable. Please send my secretary any information regarding liens on his policy.", "Type": "Required Action", "Score": 1}, {"BlockReferences": [{"BlockId": "2031cff1-67b5-40a9-b060-585c430f040b", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "bba92272-11d9-4602-bf86-2983dd18fbd5"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "95a84cfa-4baf-4393-b734-f05408fda0b5"}], "BeginOffset": 0, "EndOffset": 13}], "Text": "Angela Berry,", "Type": "Sender", "Score": 1}], "File": "Letter 108-1-80d0c68e-ann.json"}
data/raw_data/annotations/Letter 109-1-0c5a8734-ann.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"Version": "2021-04-30", "DocumentType": "NativePDF", "DocumentMetadata": {"Pages": "1"}, "Blocks": [{"BlockType": "LINE", "Id": "50fb44c1-c06e-4b62-aa77-a45601d5cb6b", "Text": "Notice of Representation", "Geometry": {"BoundingBox": {"Width": 0.26350163398692805, "Top": 0.12879545454545455, "Left": 0.11764705882352941, "Height": 0.020303030303030295}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.14909848484848484}, {"X": 0.11764705882352941, "Y": 0.14909848484848484}]}, "Relationships": [{"Ids": ["b9bff200-4a19-444d-81f8-2546121a756d", "839bce8e-5de3-4244-a049-faedaa81b5cc", "60b8e2e7-936a-45cc-8a7e-481ff1a8af80"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "b9bff200-4a19-444d-81f8-2546121a756d", "Text": "Notice", "Geometry": {"BoundingBox": {"Width": 0.06877614379084968, "Top": 0.12879545454545455, "Left": 0.11764705882352941, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.14909848484848484}, {"X": 0.11764705882352941, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "839bce8e-5de3-4244-a049-faedaa81b5cc", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.021490196078431372, "Top": 0.12879545454545455, "Left": 0.19227777777777777, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.19227777777777777, "Y": 0.12879545454545455}, {"X": 0.21376797385620913, "Y": 0.12879545454545455}, {"X": 0.21376797385620913, "Y": 0.14909848484848484}, {"X": 0.19227777777777777, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "60b8e2e7-936a-45cc-8a7e-481ff1a8af80", "Text": "Representation", "Geometry": {"BoundingBox": {"Width": 0.16152777777777777, "Top": 0.12879545454545455, "Left": 0.21962091503267975, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.21962091503267975, "Y": 0.12879545454545455}, {"X": 0.3811486928104575, "Y": 0.12879545454545455}, {"X": 0.3811486928104575, "Y": 0.14909848484848484}, {"X": 0.21962091503267975, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "6b8ad2e2-d1ab-4600-ae75-19f82164cb6a", "Text": "Budget Mutual Insurance Company", "Geometry": {"BoundingBox": {"Width": 0.28107516339869276, "Top": 0.15256060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.1677121212121212}, {"X": 0.11764705882352941, "Y": 0.1677121212121212}]}, "Relationships": [{"Ids": ["c3a7e089-e30b-4f6a-b50b-15dcccd1f940", "824052e4-4158-4a5e-b8c0-7f2d8882a483", "5bed7530-3a18-4531-896e-1059ab6eaeaf", "08e97f96-4d32-46e0-a2e4-946105edf38c"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "c3a7e089-e30b-4f6a-b50b-15dcccd1f940", "Text": "Budget", "Geometry": {"BoundingBox": {"Width": 0.0568235294117647, "Top": 0.15256060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.1677121212121212}, {"X": 0.11764705882352941, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "824052e4-4158-4a5e-b8c0-7f2d8882a483", "Text": "Mutual", "Geometry": {"BoundingBox": {"Width": 0.0578202614379085, "Top": 0.15256060606060606, "Left": 0.17890196078431372, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17890196078431372, "Y": 0.15256060606060606}, {"X": 0.23672222222222222, "Y": 0.15256060606060606}, {"X": 0.23672222222222222, "Y": 0.1677121212121212}, {"X": 0.17890196078431372, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5bed7530-3a18-4531-896e-1059ab6eaeaf", "Text": "Insurance", "Geometry": {"BoundingBox": {"Width": 0.07780065359477124, "Top": 0.15256060606060606, "Left": 0.24116503267973857, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24116503267973857, "Y": 0.15256060606060606}, {"X": 0.31896568627450983, "Y": 0.15256060606060606}, {"X": 0.31896568627450983, "Y": 0.1677121212121212}, {"X": 0.24116503267973857, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "08e97f96-4d32-46e0-a2e4-946105edf38c", "Text": "Company", "Geometry": {"BoundingBox": {"Width": 0.07533169934640523, "Top": 0.15256060606060606, "Left": 0.323390522875817, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.323390522875817, "Y": 0.15256060606060606}, {"X": 0.3987222222222222, "Y": 0.15256060606060606}, {"X": 0.3987222222222222, "Y": 0.1677121212121212}, {"X": 0.323390522875817, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "4e5a5ea2-e9d2-4f78-b6ec-b9c7b801ac0a", "Text": "9876 Infinity Ave", "Geometry": {"BoundingBox": {"Width": 0.13456209150326795, "Top": 0.17104545454545456, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.1861969696969697}, {"X": 0.11764705882352941, "Y": 0.1861969696969697}]}, "Relationships": [{"Ids": ["066f9544-d294-44a8-9d6c-d12c3bc38a40", "98d8548b-b679-4243-9599-f47e75e6f092", "ff7c6c68-0a65-4739-8c8d-a7a5d79fbf35"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "066f9544-d294-44a8-9d6c-d12c3bc38a40", "Text": "9876", "Geometry": {"BoundingBox": {"Width": 0.039753267973856206, "Top": 0.17104545454545456, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.1861969696969697}, {"X": 0.11764705882352941, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "98d8548b-b679-4243-9599-f47e75e6f092", "Text": "Infinity", "Geometry": {"BoundingBox": {"Width": 0.05597875816993464, "Top": 0.17104545454545456, "Left": 0.16183006535947714, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16183006535947714, "Y": 0.17104545454545456}, {"X": 0.21780882352941178, "Y": 0.17104545454545456}, {"X": 0.21780882352941178, "Y": 0.1861969696969697}, {"X": 0.16183006535947714, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ff7c6c68-0a65-4739-8c8d-a7a5d79fbf35", "Text": "Ave", "Geometry": {"BoundingBox": {"Width": 0.0299640522875817, "Top": 0.17104545454545456, "Left": 0.2222450980392157, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2222450980392157, "Y": 0.17104545454545456}, {"X": 0.25220915032679736, "Y": 0.17104545454545456}, {"X": 0.25220915032679736, "Y": 0.1861969696969697}, {"X": 0.2222450980392157, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "575443fe-ca42-4cbb-95a7-e114c4316fc9", "Text": "Springfield, MI 65541", "Geometry": {"BoundingBox": {"Width": 0.17037581699346407, "Top": 0.18953030303030302, "Left": 0.11764705882352941, "Height": 0.015151515151515166}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.2046818181818182}, {"X": 0.11764705882352941, "Y": 0.2046818181818182}]}, "Relationships": [{"Ids": ["d7d306b4-790b-46e0-a344-f6808aac437e", "d86139e3-4bf8-401c-a231-6053bb654dbc", "ab9f4ce8-a0b0-4304-9c70-c7f44e609af8"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "d7d306b4-790b-46e0-a344-f6808aac437e", "Text": "Springfield,", "Geometry": {"BoundingBox": {"Width": 0.09012418300653595, "Top": 0.18953030303030302, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.2046818181818182}, {"X": 0.11764705882352941, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d86139e3-4bf8-401c-a231-6053bb654dbc", "Text": "MI", "Geometry": {"BoundingBox": {"Width": 0.021705882352941176, "Top": 0.18953030303030302, "Left": 0.21219444444444444, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21219444444444444, "Y": 0.18953030303030302}, {"X": 0.23390032679738562, "Y": 0.18953030303030302}, {"X": 0.23390032679738562, "Y": 0.2046818181818182}, {"X": 0.21219444444444444, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ab9f4ce8-a0b0-4304-9c70-c7f44e609af8", "Text": "65541", "Geometry": {"BoundingBox": {"Width": 0.04968954248366013, "Top": 0.18953030303030302, "Left": 0.23833333333333334, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23833333333333334, "Y": 0.18953030303030302}, {"X": 0.2880228758169935, "Y": 0.18953030303030302}, {"X": 0.2880228758169935, "Y": 0.2046818181818182}, {"X": 0.23833333333333334, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "c2d020c4-807b-4f32-9e79-395657fac79b", "Text": "Walking Eye PLLC", "Geometry": {"BoundingBox": {"Width": 0.13841993464052285, "Top": 0.2268030303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515166}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.2268030303030303}, {"X": 0.1819330065359477, "Y": 0.2268030303030303}, {"X": 0.1819330065359477, "Y": 0.24195454545454548}, {"X": 0.11764705882352941, "Y": 0.24195454545454548}]}, "Relationships": [{"Ids": ["c594e8a0-e537-432b-b989-f55e531eac5b", "72dbd3d8-b74f-4a88-8eab-6960eaff69c9", "055cdce9-5f32-4394-8f00-5328d71505a9"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "c594e8a0-e537-432b-b989-f55e531eac5b", "Text": "Walking", "Geometry": {"BoundingBox": {"Width": 0.0642859477124183, "Top": 0.2268030303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.2268030303030303}, {"X": 0.1819330065359477, "Y": 0.2268030303030303}, {"X": 0.1819330065359477, "Y": 0.24195454545454548}, {"X": 0.11764705882352941, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "72dbd3d8-b74f-4a88-8eab-6960eaff69c9", "Text": "Eye", "Geometry": {"BoundingBox": {"Width": 0.028214052287581698, "Top": 0.2268030303030303, "Left": 0.18636111111111112, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.18636111111111112, "Y": 0.2268030303030303}, {"X": 0.21457516339869281, "Y": 0.2268030303030303}, {"X": 0.21457516339869281, "Y": 0.24195454545454548}, {"X": 0.18636111111111112, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "055cdce9-5f32-4394-8f00-5328d71505a9", "Text": "PLLC", "Geometry": {"BoundingBox": {"Width": 0.03706699346405229, "Top": 0.2268030303030303, "Left": 0.219, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.219, "Y": 0.2268030303030303}, {"X": 0.25606699346405226, "Y": 0.2268030303030303}, {"X": 0.25606699346405226, "Y": 0.24195454545454548}, {"X": 0.219, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "cc5c5f8f-0780-41bd-abc1-935a7644578b", "Text": "601 S Carr Rd #350", "Geometry": {"BoundingBox": {"Width": 0.15060130718954248, "Top": 0.24528787878787878, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.24528787878787878}, {"X": 0.1474624183006536, "Y": 0.24528787878787878}, {"X": 0.1474624183006536, "Y": 0.2604393939393939}, {"X": 0.11764705882352941, "Y": 0.2604393939393939}]}, "Relationships": [{"Ids": ["07bd2d29-72f5-4baa-a69f-e510c7499446", "e673d91c-06ec-41eb-a158-86654df0647b", "fc7d5397-045f-4ccf-891d-dea54a75e754", "c5fc0c4e-4a94-45c9-9792-2c107f57c0cf", "f80d340f-479d-43cd-a8a0-42a68ff8c3a3"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "07bd2d29-72f5-4baa-a69f-e510c7499446", "Text": "601", "Geometry": {"BoundingBox": {"Width": 0.029815359477124184, "Top": 0.24528787878787878, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.24528787878787878}, {"X": 0.1474624183006536, "Y": 0.24528787878787878}, {"X": 0.1474624183006536, "Y": 0.2604393939393939}, {"X": 0.11764705882352941, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e673d91c-06ec-41eb-a158-86654df0647b", "Text": "S", "Geometry": {"BoundingBox": {"Width": 0.009, "Top": 0.24528787878787878, "Left": 0.1518921568627451, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1518921568627451, "Y": 0.24528787878787878}, {"X": 0.1608921568627451, "Y": 0.24528787878787878}, {"X": 0.1608921568627451, "Y": 0.2604393939393939}, {"X": 0.1518921568627451, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fc7d5397-045f-4ccf-891d-dea54a75e754", "Text": "Carr", "Geometry": {"BoundingBox": {"Width": 0.03352614379084967, "Top": 0.24528787878787878, "Left": 0.16533496732026143, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16533496732026143, "Y": 0.24528787878787878}, {"X": 0.1988611111111111, "Y": 0.24528787878787878}, {"X": 0.1988611111111111, "Y": 0.2604393939393939}, {"X": 0.16533496732026143, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c5fc0c4e-4a94-45c9-9792-2c107f57c0cf", "Text": "Rd", "Geometry": {"BoundingBox": {"Width": 0.020941176470588234, "Top": 0.24528787878787878, "Left": 0.2032859477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2032859477124183, "Y": 0.24528787878787878}, {"X": 0.22422712418300655, "Y": 0.24528787878787878}, {"X": 0.22422712418300655, "Y": 0.2604393939393939}, {"X": 0.2032859477124183, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f80d340f-479d-43cd-a8a0-42a68ff8c3a3", "Text": "#350", "Geometry": {"BoundingBox": {"Width": 0.039580065359477126, "Top": 0.24528787878787878, "Left": 0.22866830065359478, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22866830065359478, "Y": 0.24528787878787878}, {"X": 0.2682483660130719, "Y": 0.24528787878787878}, {"X": 0.2682483660130719, "Y": 0.2604393939393939}, {"X": 0.22866830065359478, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "3c1eb1e4-e64e-4a49-89ab-392302300d77", "Text": "Snohomish, Washington(WA), 98296", "Geometry": {"BoundingBox": {"Width": 0.2934918300653595, "Top": 0.26377272727272727, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.26377272727272727}, {"X": 0.21097385620915032, "Y": 0.26377272727272727}, {"X": 0.21097385620915032, "Y": 0.2789242424242424}, {"X": 0.11764705882352941, "Y": 0.2789242424242424}]}, "Relationships": [{"Ids": ["91c92634-2f9e-46a8-b13f-1dd97d368d87", "2001684a-0b8f-4801-859d-ca7637b4beb8", "011a550b-f8a6-44a4-8b74-18129f515c0f"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "91c92634-2f9e-46a8-b13f-1dd97d368d87", "Text": "Snohomish,", "Geometry": {"BoundingBox": {"Width": 0.09332679738562091, "Top": 0.26377272727272727, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.26377272727272727}, {"X": 0.21097385620915032, "Y": 0.26377272727272727}, {"X": 0.21097385620915032, "Y": 0.2789242424242424}, {"X": 0.11764705882352941, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2001684a-0b8f-4801-859d-ca7637b4beb8", "Text": "Washington(WA),", "Geometry": {"BoundingBox": {"Width": 0.14162745098039214, "Top": 0.26377272727272727, "Left": 0.2153986928104575, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2153986928104575, "Y": 0.26377272727272727}, {"X": 0.3570261437908496, "Y": 0.26377272727272727}, {"X": 0.3570261437908496, "Y": 0.2789242424242424}, {"X": 0.2153986928104575, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "011a550b-f8a6-44a4-8b74-18129f515c0f", "Text": "98296", "Geometry": {"BoundingBox": {"Width": 0.04968954248366013, "Top": 0.26377272727272727, "Left": 0.36144934640522874, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.36144934640522874, "Y": 0.26377272727272727}, {"X": 0.4111388888888889, "Y": 0.26377272727272727}, {"X": 0.4111388888888889, "Y": 0.2789242424242424}, {"X": 0.36144934640522874, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "7c2da0a0-2b7b-4fbf-be2c-93835a163dea", "Text": "Our Client: Bethan Davies", "Geometry": {"BoundingBox": {"Width": 0.2039673202614379, "Top": 0.31922727272727275, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.3343787878787879}, {"X": 0.11764705882352941, "Y": 0.3343787878787879}]}, "Relationships": [{"Ids": ["f6e84d66-3e3b-4193-aded-9d0993b40ec7", "a9282e50-5352-4c63-9c37-a80d1599d634", "bebc9478-453a-43ef-bb2c-304f315fb9f3", "823a4d3a-0e87-4448-b546-5de09cf894e1"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "f6e84d66-3e3b-4193-aded-9d0993b40ec7", "Text": "Our", "Geometry": {"BoundingBox": {"Width": 0.03012091503267974, "Top": 0.31922727272727275, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.3343787878787879}, {"X": 0.11764705882352941, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a9282e50-5352-4c63-9c37-a80d1599d634", "Text": "Client:", "Geometry": {"BoundingBox": {"Width": 0.05135294117647059, "Top": 0.31922727272727275, "Left": 0.1521846405228758, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1521846405228758, "Y": 0.31922727272727275}, {"X": 0.20353758169934638, "Y": 0.31922727272727275}, {"X": 0.20353758169934638, "Y": 0.3343787878787879}, {"X": 0.1521846405228758, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "bebc9478-453a-43ef-bb2c-304f315fb9f3", "Text": "Bethan", "Geometry": {"BoundingBox": {"Width": 0.05697875816993464, "Top": 0.31922727272727275, "Left": 0.20795915032679738, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20795915032679738, "Y": 0.31922727272727275}, {"X": 0.26493790849673204, "Y": 0.31922727272727275}, {"X": 0.26493790849673204, "Y": 0.3343787878787879}, {"X": 0.20795915032679738, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "823a4d3a-0e87-4448-b546-5de09cf894e1", "Text": "Davies", "Geometry": {"BoundingBox": {"Width": 0.05223529411764706, "Top": 0.31922727272727275, "Left": 0.26937908496732027, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.26937908496732027, "Y": 0.31922727272727275}, {"X": 0.3216143790849673, "Y": 0.31922727272727275}, {"X": 0.3216143790849673, "Y": 0.3343787878787879}, {"X": 0.26937908496732027, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "99dc8826-5184-4c5d-a4b3-abd3b0b6ad00", "Text": "Date of death: 11/30/2020", "Geometry": {"BoundingBox": {"Width": 0.2135996732026144, "Top": 0.3377121212121212, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3528636363636363}, {"X": 0.11764705882352941, "Y": 0.3528636363636363}]}, "Relationships": [{"Ids": ["a8ef519f-89c1-4c38-a775-e7a4069ea8f7", "b699777f-4c3d-4ba0-8b01-7f165b782bfc", "f84b2fbe-7d29-434b-9182-bea7464c05db", "7b96ae85-ebad-4100-9118-4977603c7a60"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "a8ef519f-89c1-4c38-a775-e7a4069ea8f7", "Text": "Date", "Geometry": {"BoundingBox": {"Width": 0.03778921568627451, "Top": 0.3377121212121212, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3528636363636363}, {"X": 0.11764705882352941, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b699777f-4c3d-4ba0-8b01-7f165b782bfc", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.3377121212121212, "Left": 0.15986111111111112, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.15986111111111112, "Y": 0.3377121212121212}, {"X": 0.1761813725490196, "Y": 0.3377121212121212}, {"X": 0.1761813725490196, "Y": 0.3528636363636363}, {"X": 0.15986111111111112, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f84b2fbe-7d29-434b-9182-bea7464c05db", "Text": "death:", "Geometry": {"BoundingBox": {"Width": 0.05157679738562092, "Top": 0.3377121212121212, "Left": 0.18061601307189543, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.18061601307189543, "Y": 0.3377121212121212}, {"X": 0.23219281045751633, "Y": 0.3377121212121212}, {"X": 0.23219281045751633, "Y": 0.3528636363636363}, {"X": 0.18061601307189543, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7b96ae85-ebad-4100-9118-4977603c7a60", "Text": "11/30/2020", "Geometry": {"BoundingBox": {"Width": 0.09463071895424836, "Top": 0.3377121212121212, "Left": 0.23661601307189542, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23661601307189542, "Y": 0.3377121212121212}, {"X": 0.3312467320261438, "Y": 0.3377121212121212}, {"X": 0.3312467320261438, "Y": 0.3528636363636363}, {"X": 0.23661601307189542, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "51219bcb-18c9-4139-aca5-ad90e3564b85", "Text": "To Whom It May Concern,", "Geometry": {"BoundingBox": {"Width": 0.20909967320261438, "Top": 0.39316666666666666, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.4083181818181818}, {"X": 0.11764705882352941, "Y": 0.4083181818181818}]}, "Relationships": [{"Ids": ["64dd5187-af5b-438e-bf7c-2e1188e6063c", "ead16a5a-93bb-45bb-8488-81f30e44d24d", "5c12c8bc-845f-4e58-9430-c24e621514bc", "f063d531-1dde-4d40-95fb-6b1307e9f157", "1d3f6a6a-0483-44b6-a1a6-4cfa6aad9152"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "64dd5187-af5b-438e-bf7c-2e1188e6063c", "Text": "To", "Geometry": {"BoundingBox": {"Width": 0.01988888888888889, "Top": 0.39316666666666666, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.4083181818181818}, {"X": 0.11764705882352941, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ead16a5a-93bb-45bb-8488-81f30e44d24d", "Text": "Whom", "Geometry": {"BoundingBox": {"Width": 0.05374346405228758, "Top": 0.39316666666666666, "Left": 0.14197875816993463, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14197875816993463, "Y": 0.39316666666666666}, {"X": 0.19572222222222221, "Y": 0.39316666666666666}, {"X": 0.19572222222222221, "Y": 0.4083181818181818}, {"X": 0.14197875816993463, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5c12c8bc-845f-4e58-9430-c24e621514bc", "Text": "It", "Geometry": {"BoundingBox": {"Width": 0.011509803921568628, "Top": 0.39316666666666666, "Left": 0.20015686274509803, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20015686274509803, "Y": 0.39316666666666666}, {"X": 0.21166666666666667, "Y": 0.39316666666666666}, {"X": 0.21166666666666667, "Y": 0.4083181818181818}, {"X": 0.20015686274509803, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f063d531-1dde-4d40-95fb-6b1307e9f157", "Text": "May", "Geometry": {"BoundingBox": {"Width": 0.03503921568627451, "Top": 0.39316666666666666, "Left": 0.2160996732026144, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2160996732026144, "Y": 0.39316666666666666}, {"X": 0.2511388888888889, "Y": 0.39316666666666666}, {"X": 0.2511388888888889, "Y": 0.4083181818181818}, {"X": 0.2160996732026144, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1d3f6a6a-0483-44b6-a1a6-4cfa6aad9152", "Text": "Concern,", "Geometry": {"BoundingBox": {"Width": 0.07118137254901961, "Top": 0.39316666666666666, "Left": 0.25556535947712417, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.25556535947712417, "Y": 0.39316666666666666}, {"X": 0.3267467320261438, "Y": 0.39316666666666666}, {"X": 0.3267467320261438, "Y": 0.4083181818181818}, {"X": 0.25556535947712417, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "b6c2875f-eb17-427b-a0e7-1d7504273a2f", "Text": "I have been retained by Bethan Davies to handle the estate of Lilly Allen. My understanding is", "Geometry": {"BoundingBox": {"Width": 0.7437581699346405, "Top": 0.43013636363636365, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.4452878787878788}, {"X": 0.11764705882352941, "Y": 0.4452878787878788}]}, "Relationships": [{"Ids": ["45600dfb-330e-4c5b-acaa-ccbcef42df39", "172bbeb3-4489-4e55-a354-2baed50944d5", "cf4b81df-9ab9-420e-bb07-6405a155fc0f", "9b77f9eb-3f8a-4175-a445-18a1a34d4053", "8bdd7adf-5f6b-4a31-b16e-830bcc7270cd", "acef4bdb-5ff5-45ca-a2d2-f9fab391bc8a", "59d6fb61-140b-445c-8fc3-4302053c5cbd", "46d9fb76-2546-47b2-a10c-07d93cb0594f", "7f464b38-4f6e-4589-8d41-52aad1f40bbf", "e5618739-7696-4173-af61-f9cd42cfe5d4", "1c64a75f-0bae-4f23-b02f-537d8574ca11", "2bd2d799-17a5-4b9d-aed7-c8cc7f0a96e2", "f0bda829-4b05-4428-ad9a-089f9fdbb0a1", "f793575c-ee24-4b57-9736-e8019b0ce161", "516b57b9-09ca-4a5d-8c4a-eaed9dd583cd", "3f3ba0f2-535e-4ed3-a503-98738be1d0d9", "42254731-325a-4d42-b4fb-fbfbcddfe8a6"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "45600dfb-330e-4c5b-acaa-ccbcef42df39", "Text": "I", "Geometry": {"BoundingBox": {"Width": 0.004941176470588235, "Top": 0.43013636363636365, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.4452878787878788}, {"X": 0.11764705882352941, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "172bbeb3-4489-4e55-a354-2baed50944d5", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.43013636363636365, "Left": 0.12702124183006536, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.12702124183006536, "Y": 0.43013636363636365}, {"X": 0.16533660130718952, "Y": 0.43013636363636365}, {"X": 0.16533660130718952, "Y": 0.4452878787878788}, {"X": 0.12702124183006536, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "cf4b81df-9ab9-420e-bb07-6405a155fc0f", "Text": "been", "Geometry": {"BoundingBox": {"Width": 0.04010947712418301, "Top": 0.43013636363636365, "Left": 0.16976307189542483, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16976307189542483, "Y": 0.43013636363636365}, {"X": 0.20987254901960783, "Y": 0.43013636363636365}, {"X": 0.20987254901960783, "Y": 0.4452878787878788}, {"X": 0.16976307189542483, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9b77f9eb-3f8a-4175-a445-18a1a34d4053", "Text": "retained", "Geometry": {"BoundingBox": {"Width": 0.06740522875816994, "Top": 0.43013636363636365, "Left": 0.2143137254901961, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2143137254901961, "Y": 0.43013636363636365}, {"X": 0.281718954248366, "Y": 0.43013636363636365}, {"X": 0.281718954248366, "Y": 0.4452878787878788}, {"X": 0.2143137254901961, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8bdd7adf-5f6b-4a31-b16e-830bcc7270cd", "Text": "by", "Geometry": {"BoundingBox": {"Width": 0.01918464052287582, "Top": 0.43013636363636365, "Left": 0.28616013071895424, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.28616013071895424, "Y": 0.43013636363636365}, {"X": 0.30534477124183007, "Y": 0.43013636363636365}, {"X": 0.30534477124183007, "Y": 0.4452878787878788}, {"X": 0.28616013071895424, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "acef4bdb-5ff5-45ca-a2d2-f9fab391bc8a", "Text": "Bethan", "Geometry": {"BoundingBox": {"Width": 0.05697875816993464, "Top": 0.43013636363636365, "Left": 0.30976143790849675, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.30976143790849675, "Y": 0.43013636363636365}, {"X": 0.3667401960784314, "Y": 0.43013636363636365}, {"X": 0.3667401960784314, "Y": 0.4452878787878788}, {"X": 0.30976143790849675, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "59d6fb61-140b-445c-8fc3-4302053c5cbd", "Text": "Davies", "Geometry": {"BoundingBox": {"Width": 0.05223529411764706, "Top": 0.43013636363636365, "Left": 0.3711813725490196, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3711813725490196, "Y": 0.43013636363636365}, {"X": 0.42341666666666666, "Y": 0.43013636363636365}, {"X": 0.42341666666666666, "Y": 0.4452878787878788}, {"X": 0.3711813725490196, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "46d9fb76-2546-47b2-a10c-07d93cb0594f", "Text": "to", "Geometry": {"BoundingBox": {"Width": 0.016901960784313726, "Top": 0.43013636363636365, "Left": 0.42784967320261436, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.42784967320261436, "Y": 0.43013636363636365}, {"X": 0.4447516339869281, "Y": 0.43013636363636365}, {"X": 0.4447516339869281, "Y": 0.4452878787878788}, {"X": 0.42784967320261436, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7f464b38-4f6e-4589-8d41-52aad1f40bbf", "Text": "handle", "Geometry": {"BoundingBox": {"Width": 0.054562091503267976, "Top": 0.43013636363636365, "Left": 0.44919117647058826, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.44919117647058826, "Y": 0.43013636363636365}, {"X": 0.5037532679738562, "Y": 0.43013636363636365}, {"X": 0.5037532679738562, "Y": 0.4452878787878788}, {"X": 0.44919117647058826, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e5618739-7696-4173-af61-f9cd42cfe5d4", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.43013636363636365, "Left": 0.5081781045751634, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5081781045751634, "Y": 0.43013636363636365}, {"X": 0.5348137254901961, "Y": 0.43013636363636365}, {"X": 0.5348137254901961, "Y": 0.4452878787878788}, {"X": 0.5081781045751634, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1c64a75f-0bae-4f23-b02f-537d8574ca11", "Text": "estate", "Geometry": {"BoundingBox": {"Width": 0.04971895424836601, "Top": 0.43013636363636365, "Left": 0.5392401960784313, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5392401960784313, "Y": 0.43013636363636365}, {"X": 0.5889591503267974, "Y": 0.43013636363636365}, {"X": 0.5889591503267974, "Y": 0.4452878787878788}, {"X": 0.5392401960784313, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2bd2d799-17a5-4b9d-aed7-c8cc7f0a96e2", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.43013636363636365, "Left": 0.5933839869281046, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5933839869281046, "Y": 0.43013636363636365}, {"X": 0.6097042483660131, "Y": 0.43013636363636365}, {"X": 0.6097042483660131, "Y": 0.4452878787878788}, {"X": 0.5933839869281046, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f0bda829-4b05-4428-ad9a-089f9fdbb0a1", "Text": "Lilly", "Geometry": {"BoundingBox": {"Width": 0.030619281045751633, "Top": 0.43013636363636365, "Left": 0.6141339869281046, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6141339869281046, "Y": 0.43013636363636365}, {"X": 0.6447532679738562, "Y": 0.43013636363636365}, {"X": 0.6447532679738562, "Y": 0.4452878787878788}, {"X": 0.6141339869281046, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f793575c-ee24-4b57-9736-e8019b0ce161", "Text": "Allen.", "Geometry": {"BoundingBox": {"Width": 0.045348039215686274, "Top": 0.43013636363636365, "Left": 0.6491797385620915, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6491797385620915, "Y": 0.43013636363636365}, {"X": 0.6945277777777779, "Y": 0.43013636363636365}, {"X": 0.6945277777777779, "Y": 0.4452878787878788}, {"X": 0.6491797385620915, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "516b57b9-09ca-4a5d-8c4a-eaed9dd583cd", "Text": "My", "Geometry": {"BoundingBox": {"Width": 0.02564705882352941, "Top": 0.43013636363636365, "Left": 0.6989705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6989705882352941, "Y": 0.43013636363636365}, {"X": 0.7246176470588235, "Y": 0.43013636363636365}, {"X": 0.7246176470588235, "Y": 0.4452878787878788}, {"X": 0.6989705882352941, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3f3ba0f2-535e-4ed3-a503-98738be1d0d9", "Text": "understanding", "Geometry": {"BoundingBox": {"Width": 0.11576797385620916, "Top": 0.43013636363636365, "Left": 0.7290424836601307, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7290424836601307, "Y": 0.43013636363636365}, {"X": 0.8448104575163399, "Y": 0.43013636363636365}, {"X": 0.8448104575163399, "Y": 0.4452878787878788}, {"X": 0.7290424836601307, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "42254731-325a-4d42-b4fb-fbfbcddfe8a6", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.43013636363636365, "Left": 0.8492385620915033, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8492385620915033, "Y": 0.43013636363636365}, {"X": 0.8614052287581699, "Y": 0.43013636363636365}, {"X": 0.8614052287581699, "Y": 0.4452878787878788}, {"X": 0.8492385620915033, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "4f0e4c9b-46f1-4960-9454-39d427c36aff", "Text": "that they had a life insurance policy (#400012244) with your company. If this is correct, please", "Geometry": {"BoundingBox": {"Width": 0.749390522875817, "Top": 0.44862121212121214, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.44862121212121214}, {"X": 0.15047875816993464, "Y": 0.44862121212121214}, {"X": 0.15047875816993464, "Y": 0.4637727272727273}, {"X": 0.11764705882352941, "Y": 0.4637727272727273}]}, "Relationships": [{"Ids": ["a52b0aa0-d928-4c11-973d-e1ba6976223b", "a6979599-9e1d-4a8b-afae-52896401b447", "35c96410-5677-486b-8870-ba0bc9932aca", "7d183668-1a40-475a-bcbd-f23412bbe950", "134a72c1-7763-4b3a-a926-97f12d625ae9", "d44e55bc-1f87-43b7-b812-4d8eac89262b", "ac16fa62-379a-4ce7-82a8-d7b2cbc37034", "f036223e-92eb-4cde-8495-957b3a445446", "4f3d2525-4990-4da0-8bbf-f2f548ad27b8", "7fe5a92a-aa6f-4df2-bc68-de13e69a6212", "d2a1d133-fa6d-4456-bb3a-332fe0bfc38b", "b5da7539-a6f7-450c-8330-297fbd630484", "6856a357-32ae-4731-98f3-5d42cad7f11b", "be392dd7-e66d-4521-b60d-09b72a79b80d", "d695361b-97ca-4662-afdc-e2c0f2823db0", "4c86cc7e-64e3-40e2-8386-6a947483d8f8"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "a52b0aa0-d928-4c11-973d-e1ba6976223b", "Text": "that", "Geometry": {"BoundingBox": {"Width": 0.03283169934640523, "Top": 0.44862121212121214, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.44862121212121214}, {"X": 0.15047875816993464, "Y": 0.44862121212121214}, {"X": 0.15047875816993464, "Y": 0.4637727272727273}, {"X": 0.11764705882352941, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a6979599-9e1d-4a8b-afae-52896401b447", "Text": "they", "Geometry": {"BoundingBox": {"Width": 0.035509803921568626, "Top": 0.44862121212121214, "Left": 0.15491176470588236, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.15491176470588236, "Y": 0.44862121212121214}, {"X": 0.190421568627451, "Y": 0.44862121212121214}, {"X": 0.190421568627451, "Y": 0.4637727272727273}, {"X": 0.15491176470588236, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "35c96410-5677-486b-8870-ba0bc9932aca", "Text": "had", "Geometry": {"BoundingBox": {"Width": 0.029988562091503267, "Top": 0.44862121212121214, "Left": 0.19484640522875818, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.19484640522875818, "Y": 0.44862121212121214}, {"X": 0.22483496732026145, "Y": 0.44862121212121214}, {"X": 0.22483496732026145, "Y": 0.4637727272727273}, {"X": 0.19484640522875818, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7d183668-1a40-475a-bcbd-f23412bbe950", "Text": "a", "Geometry": {"BoundingBox": {"Width": 0.009392156862745098, "Top": 0.44862121212121214, "Left": 0.22927614379084968, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22927614379084968, "Y": 0.44862121212121214}, {"X": 0.2386683006535948, "Y": 0.44862121212121214}, {"X": 0.2386683006535948, "Y": 0.4637727272727273}, {"X": 0.22927614379084968, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "134a72c1-7763-4b3a-a926-97f12d625ae9", "Text": "life", "Geometry": {"BoundingBox": {"Width": 0.02475, "Top": 0.44862121212121214, "Left": 0.24310130718954248, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24310130718954248, "Y": 0.44862121212121214}, {"X": 0.2678513071895425, "Y": 0.44862121212121214}, {"X": 0.2678513071895425, "Y": 0.4637727272727273}, {"X": 0.24310130718954248, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d44e55bc-1f87-43b7-b812-4d8eac89262b", "Text": "insurance", "Geometry": {"BoundingBox": {"Width": 0.07735947712418301, "Top": 0.44862121212121214, "Left": 0.2722761437908497, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2722761437908497, "Y": 0.44862121212121214}, {"X": 0.3496356209150327, "Y": 0.44862121212121214}, {"X": 0.3496356209150327, "Y": 0.4637727272727273}, {"X": 0.2722761437908497, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ac16fa62-379a-4ce7-82a8-d7b2cbc37034", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681535947712418, "Top": 0.44862121212121214, "Left": 0.35406045751633985, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.35406045751633985, "Y": 0.44862121212121214}, {"X": 0.40087581699346403, "Y": 0.44862121212121214}, {"X": 0.40087581699346403, "Y": 0.4637727272727273}, {"X": 0.35406045751633985, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f036223e-92eb-4cde-8495-957b3a445446", "Text": "(#400012244)", "Geometry": {"BoundingBox": {"Width": 0.11109477124183006, "Top": 0.44862121212121214, "Left": 0.4052924836601307, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4052924836601307, "Y": 0.44862121212121214}, {"X": 0.5163872549019608, "Y": 0.44862121212121214}, {"X": 0.5163872549019608, "Y": 0.4637727272727273}, {"X": 0.4052924836601307, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4f3d2525-4990-4da0-8bbf-f2f548ad27b8", "Text": "with", "Geometry": {"BoundingBox": {"Width": 0.035379084967320264, "Top": 0.44862121212121214, "Left": 0.5208235294117647, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5208235294117647, "Y": 0.44862121212121214}, {"X": 0.5562026143790849, "Y": 0.44862121212121214}, {"X": 0.5562026143790849, "Y": 0.4637727272727273}, {"X": 0.5208235294117647, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7fe5a92a-aa6f-4df2-bc68-de13e69a6212", "Text": "your", "Geometry": {"BoundingBox": {"Width": 0.0363578431372549, "Top": 0.44862121212121214, "Left": 0.5606437908496732, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5606437908496732, "Y": 0.44862121212121214}, {"X": 0.5970016339869281, "Y": 0.44862121212121214}, {"X": 0.5970016339869281, "Y": 0.4637727272727273}, {"X": 0.5606437908496732, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d2a1d133-fa6d-4456-bb3a-332fe0bfc38b", "Text": "company.", "Geometry": {"BoundingBox": {"Width": 0.0781062091503268, "Top": 0.44862121212121214, "Left": 0.6014281045751634, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6014281045751634, "Y": 0.44862121212121214}, {"X": 0.6795343137254902, "Y": 0.44862121212121214}, {"X": 0.6795343137254902, "Y": 0.4637727272727273}, {"X": 0.6014281045751634, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b5da7539-a6f7-450c-8330-297fbd630484", "Text": "If", "Geometry": {"BoundingBox": {"Width": 0.01092156862745098, "Top": 0.44862121212121214, "Left": 0.6839754901960784, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6839754901960784, "Y": 0.44862121212121214}, {"X": 0.6948970588235294, "Y": 0.44862121212121214}, {"X": 0.6948970588235294, "Y": 0.4637727272727273}, {"X": 0.6839754901960784, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6856a357-32ae-4731-98f3-5d42cad7f11b", "Text": "this", "Geometry": {"BoundingBox": {"Width": 0.029037581699346404, "Top": 0.44862121212121214, "Left": 0.6993333333333334, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6993333333333334, "Y": 0.44862121212121214}, {"X": 0.7283709150326798, "Y": 0.44862121212121214}, {"X": 0.7283709150326798, "Y": 0.4637727272727273}, {"X": 0.6993333333333334, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "be392dd7-e66d-4521-b60d-09b72a79b80d", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.44862121212121214, "Left": 0.7328055555555556, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7328055555555556, "Y": 0.44862121212121214}, {"X": 0.7449722222222223, "Y": 0.44862121212121214}, {"X": 0.7449722222222223, "Y": 0.4637727272727273}, {"X": 0.7328055555555556, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d695361b-97ca-4662-afdc-e2c0f2823db0", "Text": "correct,", "Geometry": {"BoundingBox": {"Width": 0.0618218954248366, "Top": 0.44862121212121214, "Left": 0.7494084967320261, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7494084967320261, "Y": 0.44862121212121214}, {"X": 0.8112303921568628, "Y": 0.44862121212121214}, {"X": 0.8112303921568628, "Y": 0.4637727272727273}, {"X": 0.7494084967320261, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4c86cc7e-64e3-40e2-8386-6a947483d8f8", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.44862121212121214, "Left": 0.8156535947712419, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8156535947712419, "Y": 0.44862121212121214}, {"X": 0.8670375816993464, "Y": 0.44862121212121214}, {"X": 0.8670375816993464, "Y": 0.4637727272727273}, {"X": 0.8156535947712419, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "2eb25bba-703b-46a5-b3ed-2bdda615f00f", "Text": "send a letter to my office indicating you have received our letter of representation.", "Geometry": {"BoundingBox": {"Width": 0.6607075163398692, "Top": 0.4671060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4671060606060606}, {"X": 0.15566830065359477, "Y": 0.4671060606060606}, {"X": 0.15566830065359477, "Y": 0.4822575757575757}, {"X": 0.11764705882352941, "Y": 0.4822575757575757}]}, "Relationships": [{"Ids": ["4aeb871e-f275-4194-a893-55a84ae323b6", "039633eb-ab85-49cf-a9cc-cee897487e51", "5245621d-51fd-4caa-b8b6-56c109f944d2", "9ad16ecb-f2e3-4014-9325-52912d7f30d6", "0c171cf4-7c60-44a6-8aa8-9e9a5488c5ff", "3894fcc3-6c8f-430a-a4b9-d1927ce79c0d", "e9842dc9-3581-418b-bfe1-1aef5743d9e8", "ac8e1575-fffc-4351-985a-beef4872c68a", "f8beda86-0655-46f8-9470-62cdf2a16a48", "811b6391-5edc-4fd0-8bf8-df9ae55b7cd3", "95484c0a-320b-44d1-b51d-dde3bb79d1f7", "08b0f188-8a42-4ade-9464-c4b60544ce1e", "c54a176f-e5f4-42a4-8f17-ac1f844caed9", "d40fe56b-5213-4d03-af9b-ae8066a3a446"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "4aeb871e-f275-4194-a893-55a84ae323b6", "Text": "send", "Geometry": {"BoundingBox": {"Width": 0.03802124183006536, "Top": 0.4671060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4671060606060606}, {"X": 0.15566830065359477, "Y": 0.4671060606060606}, {"X": 0.15566830065359477, "Y": 0.4822575757575757}, {"X": 0.11764705882352941, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "039633eb-ab85-49cf-a9cc-cee897487e51", "Text": "a", "Geometry": {"BoundingBox": {"Width": 0.009392156862745098, "Top": 0.4671060606060606, "Left": 0.160109477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.160109477124183, "Y": 0.4671060606060606}, {"X": 0.1695016339869281, "Y": 0.4671060606060606}, {"X": 0.1695016339869281, "Y": 0.4822575757575757}, {"X": 0.160109477124183, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5245621d-51fd-4caa-b8b6-56c109f944d2", "Text": "letter", "Geometry": {"BoundingBox": {"Width": 0.04399509803921569, "Top": 0.4671060606060606, "Left": 0.17393464052287583, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17393464052287583, "Y": 0.4671060606060606}, {"X": 0.21792973856209152, "Y": 0.4671060606060606}, {"X": 0.21792973856209152, "Y": 0.4822575757575757}, {"X": 0.17393464052287583, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9ad16ecb-f2e3-4014-9325-52912d7f30d6", "Text": "to", "Geometry": {"BoundingBox": {"Width": 0.016901960784313726, "Top": 0.4671060606060606, "Left": 0.22235457516339868, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22235457516339868, "Y": 0.4671060606060606}, {"X": 0.2392565359477124, "Y": 0.4671060606060606}, {"X": 0.2392565359477124, "Y": 0.4822575757575757}, {"X": 0.22235457516339868, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0c171cf4-7c60-44a6-8aa8-9e9a5488c5ff", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024545751633986927, "Top": 0.4671060606060606, "Left": 0.24369607843137256, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24369607843137256, "Y": 0.4671060606060606}, {"X": 0.2682418300653595, "Y": 0.4671060606060606}, {"X": 0.2682418300653595, "Y": 0.4822575757575757}, {"X": 0.24369607843137256, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3894fcc3-6c8f-430a-a4b9-d1927ce79c0d", "Text": "office", "Geometry": {"BoundingBox": {"Width": 0.04486437908496732, "Top": 0.4671060606060606, "Left": 0.27266666666666667, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.27266666666666667, "Y": 0.4671060606060606}, {"X": 0.317531045751634, "Y": 0.4671060606060606}, {"X": 0.317531045751634, "Y": 0.4822575757575757}, {"X": 0.27266666666666667, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e9842dc9-3581-418b-bfe1-1aef5743d9e8", "Text": "indicating", "Geometry": {"BoundingBox": {"Width": 0.0778937908496732, "Top": 0.4671060606060606, "Left": 0.3219575163398693, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3219575163398693, "Y": 0.4671060606060606}, {"X": 0.3998513071895425, "Y": 0.4671060606060606}, {"X": 0.3998513071895425, "Y": 0.4822575757575757}, {"X": 0.3219575163398693, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ac8e1575-fffc-4351-985a-beef4872c68a", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.4671060606060606, "Left": 0.4042777777777778, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4042777777777778, "Y": 0.4671060606060606}, {"X": 0.4337859477124183, "Y": 0.4671060606060606}, {"X": 0.4337859477124183, "Y": 0.4822575757575757}, {"X": 0.4042777777777778, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f8beda86-0655-46f8-9470-62cdf2a16a48", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.4671060606060606, "Left": 0.4382271241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4382271241830065, "Y": 0.4671060606060606}, {"X": 0.4765424836601307, "Y": 0.4671060606060606}, {"X": 0.4765424836601307, "Y": 0.4822575757575757}, {"X": 0.4382271241830065, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "811b6391-5edc-4fd0-8bf8-df9ae55b7cd3", "Text": "received", "Geometry": {"BoundingBox": {"Width": 0.06804901960784314, "Top": 0.4671060606060606, "Left": 0.480968954248366, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.480968954248366, "Y": 0.4671060606060606}, {"X": 0.5490179738562091, "Y": 0.4671060606060606}, {"X": 0.5490179738562091, "Y": 0.4822575757575757}, {"X": 0.480968954248366, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "95484c0a-320b-44d1-b51d-dde3bb79d1f7", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.027483660130718953, "Top": 0.4671060606060606, "Left": 0.5534428104575163, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5534428104575163, "Y": 0.4671060606060606}, {"X": 0.5809264705882352, "Y": 0.4671060606060606}, {"X": 0.5809264705882352, "Y": 0.4822575757575757}, {"X": 0.5534428104575163, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "08b0f188-8a42-4ade-9464-c4b60544ce1e", "Text": "letter", "Geometry": {"BoundingBox": {"Width": 0.04399346405228758, "Top": 0.4671060606060606, "Left": 0.5853529411764706, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5853529411764706, "Y": 0.4671060606060606}, {"X": 0.6293464052287582, "Y": 0.4671060606060606}, {"X": 0.6293464052287582, "Y": 0.4822575757575757}, {"X": 0.5853529411764706, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c54a176f-e5f4-42a4-8f17-ac1f844caed9", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.4671060606060606, "Left": 0.6337728758169935, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6337728758169935, "Y": 0.4671060606060606}, {"X": 0.6500915032679738, "Y": 0.4671060606060606}, {"X": 0.6500915032679738, "Y": 0.4822575757575757}, {"X": 0.6337728758169935, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d40fe56b-5213-4d03-af9b-ae8066a3a446", "Text": "representation.", "Geometry": {"BoundingBox": {"Width": 0.12382516339869282, "Top": 0.4671060606060606, "Left": 0.6545294117647059, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6545294117647059, "Y": 0.4671060606060606}, {"X": 0.7783545751633987, "Y": 0.4671060606060606}, {"X": 0.7783545751633987, "Y": 0.4822575757575757}, {"X": 0.6545294117647059, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "0be9366b-53eb-4f9e-91e7-3881c78ec09b", "Text": "Additionally, please do not contact our client going forward.", "Geometry": {"BoundingBox": {"Width": 0.47839869281045744, "Top": 0.4855909090909091, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4855909090909091}, {"X": 0.21797385620915033, "Y": 0.4855909090909091}, {"X": 0.21797385620915033, "Y": 0.5007424242424242}, {"X": 0.11764705882352941, "Y": 0.5007424242424242}]}, "Relationships": [{"Ids": ["b17a58e2-4748-408e-9b98-e06f618db38a", "c5e25263-2018-4cbb-96fb-70849712b5ca", "e35b49b5-fa7c-4400-b2d9-ec0e54dc7d09", "d08ae728-6f7f-40bd-a631-e343a363e827", "17e49b50-b174-4aae-83bf-eaabbd1ba997", "3c7ea818-d103-4db7-beab-e8dedc673687", "3fb95f95-7b1f-4d5b-9758-1b47cf8fa74a", "cb4c9255-c043-480f-9031-12562410b248", "99be898b-89a1-4175-9724-3e2a20ed3788"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "b17a58e2-4748-408e-9b98-e06f618db38a", "Text": "Additionally,", "Geometry": {"BoundingBox": {"Width": 0.10032679738562092, "Top": 0.4855909090909091, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4855909090909091}, {"X": 0.21797385620915033, "Y": 0.4855909090909091}, {"X": 0.21797385620915033, "Y": 0.5007424242424242}, {"X": 0.11764705882352941, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c5e25263-2018-4cbb-96fb-70849712b5ca", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.4855909090909091, "Left": 0.22239869281045752, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22239869281045752, "Y": 0.4855909090909091}, {"X": 0.2737826797385621, "Y": 0.4855909090909091}, {"X": 0.2737826797385621, "Y": 0.5007424242424242}, {"X": 0.22239869281045752, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e35b49b5-fa7c-4400-b2d9-ec0e54dc7d09", "Text": "do", "Geometry": {"BoundingBox": {"Width": 0.02063562091503268, "Top": 0.4855909090909091, "Left": 0.2782058823529412, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2782058823529412, "Y": 0.4855909090909091}, {"X": 0.2988415032679739, "Y": 0.4855909090909091}, {"X": 0.2988415032679739, "Y": 0.5007424242424242}, {"X": 0.2782058823529412, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d08ae728-6f7f-40bd-a631-e343a363e827", "Text": "not", "Geometry": {"BoundingBox": {"Width": 0.027210784313725492, "Top": 0.4855909090909091, "Left": 0.3032794117647059, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3032794117647059, "Y": 0.4855909090909091}, {"X": 0.3304901960784314, "Y": 0.4855909090909091}, {"X": 0.3304901960784314, "Y": 0.5007424242424242}, {"X": 0.3032794117647059, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "17e49b50-b174-4aae-83bf-eaabbd1ba997", "Text": "contact", "Geometry": {"BoundingBox": {"Width": 0.05975326797385621, "Top": 0.4855909090909091, "Left": 0.3349232026143791, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3349232026143791, "Y": 0.4855909090909091}, {"X": 0.3946764705882353, "Y": 0.4855909090909091}, {"X": 0.3946764705882353, "Y": 0.5007424242424242}, {"X": 0.3349232026143791, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3c7ea818-d103-4db7-beab-e8dedc673687", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.02748529411764706, "Top": 0.4855909090909091, "Left": 0.399109477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.399109477124183, "Y": 0.4855909090909091}, {"X": 0.42659477124183004, "Y": 0.4855909090909091}, {"X": 0.42659477124183004, "Y": 0.5007424242424242}, {"X": 0.399109477124183, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3fb95f95-7b1f-4d5b-9758-1b47cf8fa74a", "Text": "client", "Geometry": {"BoundingBox": {"Width": 0.04395098039215686, "Top": 0.4855909090909091, "Left": 0.43101797385620916, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.43101797385620916, "Y": 0.4855909090909091}, {"X": 0.47496895424836605, "Y": 0.4855909090909091}, {"X": 0.47496895424836605, "Y": 0.5007424242424242}, {"X": 0.43101797385620916, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "cb4c9255-c043-480f-9031-12562410b248", "Text": "going", "Geometry": {"BoundingBox": {"Width": 0.0436062091503268, "Top": 0.4855909090909091, "Left": 0.4793676470588235, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4793676470588235, "Y": 0.4855909090909091}, {"X": 0.5229738562091503, "Y": 0.4855909090909091}, {"X": 0.5229738562091503, "Y": 0.5007424242424242}, {"X": 0.4793676470588235, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "99be898b-89a1-4175-9724-3e2a20ed3788", "Text": "forward.", "Geometry": {"BoundingBox": {"Width": 0.0686437908496732, "Top": 0.4855909090909091, "Left": 0.5274019607843137, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5274019607843137, "Y": 0.4855909090909091}, {"X": 0.5960457516339869, "Y": 0.4855909090909091}, {"X": 0.5960457516339869, "Y": 0.5007424242424242}, {"X": 0.5274019607843137, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "6e755eda-376c-4f2d-9381-5b759c322578", "Text": "We are requesting that you forward the full policy amount of $60,000. Please forward an", "Geometry": {"BoundingBox": {"Width": 0.7081911764705882, "Top": 0.5225606060606061, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5377121212121212}, {"X": 0.11764705882352941, "Y": 0.5377121212121212}]}, "Relationships": [{"Ids": ["281ad26b-06f3-43d9-a353-28eb7e87a32a", "5007891c-384c-49d5-a568-fffb552796a2", "cb9d2d0e-e306-485c-a318-bf48330c0eda", "eabf3a76-16b7-4b5d-a224-743f0fe09ed2", "82827383-093d-4a39-8e03-331d99fc871b", "39cbc137-540e-491f-9383-c541d5dc1767", "025716e7-f35b-415a-be3a-08543cf47349", "382d20f4-29ae-4c43-bc5e-b716b6479ee7", "32c918e7-7a92-43d6-9efc-89f69591223e", "9c6d3466-cea9-4278-ad0b-9d7b1fa40699", "4d69a4fb-f328-4f73-bc6e-9b2e253dcf4f", "b5156aa6-61f9-4d8a-a8df-9bb6d7ec9126", "b2f40bab-ef09-423b-b907-6d8d45ba3fe1", "30084a0a-048c-4909-8db4-45bb08bb6b29", "2e726e9b-45a0-49e4-bd09-48fd3385b2db"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "281ad26b-06f3-43d9-a353-28eb7e87a32a", "Text": "We", "Geometry": {"BoundingBox": {"Width": 0.02720751633986928, "Top": 0.5225606060606061, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5377121212121212}, {"X": 0.11764705882352941, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5007891c-384c-49d5-a568-fffb552796a2", "Text": "are", "Geometry": {"BoundingBox": {"Width": 0.02599183006535948, "Top": 0.5225606060606061, "Left": 0.14928104575163398, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14928104575163398, "Y": 0.5225606060606061}, {"X": 0.17527287581699347, "Y": 0.5225606060606061}, {"X": 0.17527287581699347, "Y": 0.5377121212121212}, {"X": 0.14928104575163398, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "cb9d2d0e-e306-485c-a318-bf48330c0eda", "Text": "requesting", "Geometry": {"BoundingBox": {"Width": 0.08522712418300654, "Top": 0.5225606060606061, "Left": 0.17969771241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17969771241830065, "Y": 0.5225606060606061}, {"X": 0.26492483660130717, "Y": 0.5225606060606061}, {"X": 0.26492483660130717, "Y": 0.5377121212121212}, {"X": 0.17969771241830065, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "eabf3a76-16b7-4b5d-a224-743f0fe09ed2", "Text": "that", "Geometry": {"BoundingBox": {"Width": 0.03283169934640523, "Top": 0.5225606060606061, "Left": 0.2693529411764706, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2693529411764706, "Y": 0.5225606060606061}, {"X": 0.3021846405228758, "Y": 0.5225606060606061}, {"X": 0.3021846405228758, "Y": 0.5377121212121212}, {"X": 0.2693529411764706, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "82827383-093d-4a39-8e03-331d99fc871b", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.5225606060606061, "Left": 0.30661764705882355, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.30661764705882355, "Y": 0.5225606060606061}, {"X": 0.33612581699346405, "Y": 0.5225606060606061}, {"X": 0.33612581699346405, "Y": 0.5377121212121212}, {"X": 0.30661764705882355, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "39cbc137-540e-491f-9383-c541d5dc1767", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5225606060606061, "Left": 0.3405669934640523, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3405669934640523, "Y": 0.5225606060606061}, {"X": 0.4042630718954248, "Y": 0.5225606060606061}, {"X": 0.4042630718954248, "Y": 0.5377121212121212}, {"X": 0.3405669934640523, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "025716e7-f35b-415a-be3a-08543cf47349", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.5225606060606061, "Left": 0.40870424836601305, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.40870424836601305, "Y": 0.5225606060606061}, {"X": 0.43533986928104573, "Y": 0.5225606060606061}, {"X": 0.43533986928104573, "Y": 0.5377121212121212}, {"X": 0.40870424836601305, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "382d20f4-29ae-4c43-bc5e-b716b6479ee7", "Text": "full", "Geometry": {"BoundingBox": {"Width": 0.025276143790849675, "Top": 0.5225606060606061, "Left": 0.4397598039215686, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4397598039215686, "Y": 0.5225606060606061}, {"X": 0.4650359477124183, "Y": 0.5225606060606061}, {"X": 0.4650359477124183, "Y": 0.5377121212121212}, {"X": 0.4397598039215686, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "32c918e7-7a92-43d6-9efc-89f69591223e", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681535947712418, "Top": 0.5225606060606061, "Left": 0.4694787581699346, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4694787581699346, "Y": 0.5225606060606061}, {"X": 0.5162941176470588, "Y": 0.5225606060606061}, {"X": 0.5162941176470588, "Y": 0.5377121212121212}, {"X": 0.4694787581699346, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9c6d3466-cea9-4278-ad0b-9d7b1fa40699", "Text": "amount", "Geometry": {"BoundingBox": {"Width": 0.06256699346405228, "Top": 0.5225606060606061, "Left": 0.5207205882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5207205882352941, "Y": 0.5225606060606061}, {"X": 0.5832875816993464, "Y": 0.5225606060606061}, {"X": 0.5832875816993464, "Y": 0.5377121212121212}, {"X": 0.5207205882352941, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4d69a4fb-f328-4f73-bc6e-9b2e253dcf4f", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.5225606060606061, "Left": 0.5877205882352942, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5877205882352942, "Y": 0.5225606060606061}, {"X": 0.6040392156862745, "Y": 0.5225606060606061}, {"X": 0.6040392156862745, "Y": 0.5377121212121212}, {"X": 0.5877205882352942, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b5156aa6-61f9-4d8a-a8df-9bb6d7ec9126", "Text": "$60,000.", "Geometry": {"BoundingBox": {"Width": 0.06945915032679739, "Top": 0.5225606060606061, "Left": 0.6084771241830066, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6084771241830066, "Y": 0.5225606060606061}, {"X": 0.677936274509804, "Y": 0.5225606060606061}, {"X": 0.677936274509804, "Y": 0.5377121212121212}, {"X": 0.6084771241830066, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b2f40bab-ef09-423b-b907-6d8d45ba3fe1", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.5225606060606061, "Left": 0.6823774509803922, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6823774509803922, "Y": 0.5225606060606061}, {"X": 0.7335898692810457, "Y": 0.5225606060606061}, {"X": 0.7335898692810457, "Y": 0.5377121212121212}, {"X": 0.6823774509803922, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "30084a0a-048c-4909-8db4-45bb08bb6b29", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5225606060606061, "Left": 0.738014705882353, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.738014705882353, "Y": 0.5225606060606061}, {"X": 0.8017107843137256, "Y": 0.5225606060606061}, {"X": 0.8017107843137256, "Y": 0.5377121212121212}, {"X": 0.738014705882353, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2e726e9b-45a0-49e4-bd09-48fd3385b2db", "Text": "an", "Geometry": {"BoundingBox": {"Width": 0.01968627450980392, "Top": 0.5225606060606061, "Left": 0.8061519607843137, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8061519607843137, "Y": 0.5225606060606061}, {"X": 0.8258382352941176, "Y": 0.5225606060606061}, {"X": 0.8258382352941176, "Y": 0.5377121212121212}, {"X": 0.8061519607843137, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "e00b1969-42f5-4cf4-82fd-8a82f9e9a647", "Text": "acknowledgement of our demand and please forward the umbrella policy information if one is", "Geometry": {"BoundingBox": {"Width": 0.7517745098039216, "Top": 0.5410454545454545, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5561969696969696}, {"X": 0.11764705882352941, "Y": 0.5561969696969696}]}, "Relationships": [{"Ids": ["a63d5e5f-9f82-49ed-b766-b96dfe4af62d", "b3239537-c5f5-4994-959b-19c2e4d1a884", "c8c483a9-c6d6-4257-95fc-1785623ac805", "9b1d06e7-b849-4719-8d3d-32c2f25f17f0", "4deaf8ee-be67-48a9-8a45-b5e3535f3033", "9d5175b1-c49b-4162-afef-6d9b562b5b2f", "5ad9f4f2-415d-4818-8821-87257e7ce07c", "77bd55eb-af48-4e43-b928-ca064dde9cd7", "7082b598-abbc-4cce-a72b-69a531299677", "ca5c7ea2-5748-4fd7-b6b4-ca4e03d0a624", "198c448a-0209-4686-a4e2-549379af2c54", "bc66da45-5ed7-4934-9fae-bc0aa01fb501", "5c4661cf-6e1d-4014-b20b-940363c6d6d1", "6fc6ea20-3233-41dd-ba0c-5d5e229d95ec"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "a63d5e5f-9f82-49ed-b766-b96dfe4af62d", "Text": "acknowledgement", "Geometry": {"BoundingBox": {"Width": 0.14708823529411766, "Top": 0.5410454545454545, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5561969696969696}, {"X": 0.11764705882352941, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b3239537-c5f5-4994-959b-19c2e4d1a884", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.5410454545454545, "Left": 0.26916993464052286, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.26916993464052286, "Y": 0.5410454545454545}, {"X": 0.28548856209150325, "Y": 0.5410454545454545}, {"X": 0.28548856209150325, "Y": 0.5561969696969696}, {"X": 0.26916993464052286, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c8c483a9-c6d6-4257-95fc-1785623ac805", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.027483660130718953, "Top": 0.5410454545454545, "Left": 0.2899264705882353, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2899264705882353, "Y": 0.5410454545454545}, {"X": 0.31741013071895424, "Y": 0.5410454545454545}, {"X": 0.31741013071895424, "Y": 0.5561969696969696}, {"X": 0.2899264705882353, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9b1d06e7-b849-4719-8d3d-32c2f25f17f0", "Text": "demand", "Geometry": {"BoundingBox": {"Width": 0.06570915032679739, "Top": 0.5410454545454545, "Left": 0.32183660130718955, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.32183660130718955, "Y": 0.5410454545454545}, {"X": 0.38754575163398697, "Y": 0.5410454545454545}, {"X": 0.38754575163398697, "Y": 0.5561969696969696}, {"X": 0.32183660130718955, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4deaf8ee-be67-48a9-8a45-b5e3535f3033", "Text": "and", "Geometry": {"BoundingBox": {"Width": 0.029988562091503267, "Top": 0.5410454545454545, "Left": 0.39198692810457514, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.39198692810457514, "Y": 0.5410454545454545}, {"X": 0.4219754901960784, "Y": 0.5410454545454545}, {"X": 0.4219754901960784, "Y": 0.5561969696969696}, {"X": 0.39198692810457514, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9d5175b1-c49b-4162-afef-6d9b562b5b2f", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.5410454545454545, "Left": 0.42641666666666667, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.42641666666666667, "Y": 0.5410454545454545}, {"X": 0.47780065359477125, "Y": 0.5410454545454545}, {"X": 0.47780065359477125, "Y": 0.5561969696969696}, {"X": 0.42641666666666667, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5ad9f4f2-415d-4818-8821-87257e7ce07c", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5410454545454545, "Left": 0.4822254901960784, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4822254901960784, "Y": 0.5410454545454545}, {"X": 0.545921568627451, "Y": 0.5410454545454545}, {"X": 0.545921568627451, "Y": 0.5561969696969696}, {"X": 0.4822254901960784, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "77bd55eb-af48-4e43-b928-ca064dde9cd7", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.5410454545454545, "Left": 0.550359477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.550359477124183, "Y": 0.5410454545454545}, {"X": 0.5769950980392157, "Y": 0.5410454545454545}, {"X": 0.5769950980392157, "Y": 0.5561969696969696}, {"X": 0.550359477124183, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7082b598-abbc-4cce-a72b-69a531299677", "Text": "umbrella", "Geometry": {"BoundingBox": {"Width": 0.07125, "Top": 0.5410454545454545, "Left": 0.581421568627451, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.581421568627451, "Y": 0.5410454545454545}, {"X": 0.652671568627451, "Y": 0.5410454545454545}, {"X": 0.652671568627451, "Y": 0.5561969696969696}, {"X": 0.581421568627451, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ca5c7ea2-5748-4fd7-b6b4-ca4e03d0a624", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681699346405229, "Top": 0.5410454545454545, "Left": 0.6571045751633987, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6571045751633987, "Y": 0.5410454545454545}, {"X": 0.703921568627451, "Y": 0.5410454545454545}, {"X": 0.703921568627451, "Y": 0.5561969696969696}, {"X": 0.6571045751633987, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "198c448a-0209-4686-a4e2-549379af2c54", "Text": "information", "Geometry": {"BoundingBox": {"Width": 0.0947173202614379, "Top": 0.5410454545454545, "Left": 0.7083464052287581, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7083464052287581, "Y": 0.5410454545454545}, {"X": 0.803063725490196, "Y": 0.5410454545454545}, {"X": 0.803063725490196, "Y": 0.5561969696969696}, {"X": 0.7083464052287581, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "bc66da45-5ed7-4934-9fae-bc0aa01fb501", "Text": "if", "Geometry": {"BoundingBox": {"Width": 0.010480392156862745, "Top": 0.5410454545454545, "Left": 0.8075049019607843, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8075049019607843, "Y": 0.5410454545454545}, {"X": 0.817985294117647, "Y": 0.5410454545454545}, {"X": 0.817985294117647, "Y": 0.5561969696969696}, {"X": 0.8075049019607843, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5c4661cf-6e1d-4014-b20b-940363c6d6d1", "Text": "one", "Geometry": {"BoundingBox": {"Width": 0.030405228758169936, "Top": 0.5410454545454545, "Left": 0.8224232026143791, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8224232026143791, "Y": 0.5410454545454545}, {"X": 0.852828431372549, "Y": 0.5410454545454545}, {"X": 0.852828431372549, "Y": 0.5561969696969696}, {"X": 0.8224232026143791, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6fc6ea20-3233-41dd-ba0c-5d5e229d95ec", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.5410454545454545, "Left": 0.8572549019607844, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8572549019607844, "Y": 0.5410454545454545}, {"X": 0.869421568627451, "Y": 0.5410454545454545}, {"X": 0.869421568627451, "Y": 0.5561969696969696}, {"X": 0.8572549019607844, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "7fb14503-9837-4ace-8d31-a52dbef14a97", "Text": "applicable. Please send my secretary any information regarding liens on his policy.", "Geometry": {"BoundingBox": {"Width": 0.6540081699346405, "Top": 0.559530303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.5746818181818182}, {"X": 0.11764705882352941, "Y": 0.5746818181818182}]}, "Relationships": [{"Ids": ["04b57c66-a3e8-4e0e-9be9-29d602fad9a4", "788a37ac-e0a1-4f53-b5f2-464a058bd082", "bec5b78a-32f2-43e9-afd4-6fed63723252", "9b09a7d3-a45a-40fd-9718-81dccddd39ec", "d65a0895-d850-4236-9519-7b7622bb444d", "454c6009-06ae-428e-87d1-6f9253fd1b7a", "0ea94b55-2072-4541-92bf-483b0e4a1e9b", "2ffcc9ee-d6c7-4638-988b-240a75aba1a8", "a7c802be-74bb-4e48-bf02-9983725dfdd7", "98e98161-bda0-4713-b6a0-400842c951e5", "bc00c3f6-fd51-437c-acfa-68ce91aff970", "9cc96315-9760-4636-8355-d48b0c7d420f"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "04b57c66-a3e8-4e0e-9be9-29d602fad9a4", "Text": "applicable.", "Geometry": {"BoundingBox": {"Width": 0.0861797385620915, "Top": 0.559530303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.5746818181818182}, {"X": 0.11764705882352941, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "788a37ac-e0a1-4f53-b5f2-464a058bd082", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.559530303030303, "Left": 0.20826797385620915, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20826797385620915, "Y": 0.559530303030303}, {"X": 0.25948039215686275, "Y": 0.559530303030303}, {"X": 0.25948039215686275, "Y": 0.5746818181818182}, {"X": 0.20826797385620915, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "bec5b78a-32f2-43e9-afd4-6fed63723252", "Text": "send", "Geometry": {"BoundingBox": {"Width": 0.038022875816993464, "Top": 0.559530303030303, "Left": 0.2639052287581699, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2639052287581699, "Y": 0.559530303030303}, {"X": 0.3019281045751634, "Y": 0.559530303030303}, {"X": 0.3019281045751634, "Y": 0.5746818181818182}, {"X": 0.2639052287581699, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9b09a7d3-a45a-40fd-9718-81dccddd39ec", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024544117647058824, "Top": 0.559530303030303, "Left": 0.3063692810457516, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3063692810457516, "Y": 0.559530303030303}, {"X": 0.33091339869281045, "Y": 0.559530303030303}, {"X": 0.33091339869281045, "Y": 0.5746818181818182}, {"X": 0.3063692810457516, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d65a0895-d850-4236-9519-7b7622bb444d", "Text": "secretary", "Geometry": {"BoundingBox": {"Width": 0.07398692810457516, "Top": 0.559530303030303, "Left": 0.33533986928104575, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.33533986928104575, "Y": 0.559530303030303}, {"X": 0.40932679738562094, "Y": 0.559530303030303}, {"X": 0.40932679738562094, "Y": 0.5746818181818182}, {"X": 0.33533986928104575, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "454c6009-06ae-428e-87d1-6f9253fd1b7a", "Text": "any", "Geometry": {"BoundingBox": {"Width": 0.028576797385620915, "Top": 0.559530303030303, "Left": 0.4137532679738562, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4137532679738562, "Y": 0.559530303030303}, {"X": 0.4423300653594771, "Y": 0.559530303030303}, {"X": 0.4423300653594771, "Y": 0.5746818181818182}, {"X": 0.4137532679738562, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0ea94b55-2072-4541-92bf-483b0e4a1e9b", "Text": "information", "Geometry": {"BoundingBox": {"Width": 0.0947173202614379, "Top": 0.559530303030303, "Left": 0.4467549019607843, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4467549019607843, "Y": 0.559530303030303}, {"X": 0.5414722222222222, "Y": 0.559530303030303}, {"X": 0.5414722222222222, "Y": 0.5746818181818182}, {"X": 0.4467549019607843, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2ffcc9ee-d6c7-4638-988b-240a75aba1a8", "Text": "regarding", "Geometry": {"BoundingBox": {"Width": 0.0763888888888889, "Top": 0.559530303030303, "Left": 0.5459133986928104, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5459133986928104, "Y": 0.559530303030303}, {"X": 0.6223022875816993, "Y": 0.559530303030303}, {"X": 0.6223022875816993, "Y": 0.5746818181818182}, {"X": 0.5459133986928104, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a7c802be-74bb-4e48-bf02-9983725dfdd7", "Text": "liens", "Geometry": {"BoundingBox": {"Width": 0.03672549019607843, "Top": 0.559530303030303, "Left": 0.6267238562091503, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6267238562091503, "Y": 0.559530303030303}, {"X": 0.6634493464052287, "Y": 0.559530303030303}, {"X": 0.6634493464052287, "Y": 0.5746818181818182}, {"X": 0.6267238562091503, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "98e98161-bda0-4713-b6a0-400842c951e5", "Text": "on", "Geometry": {"BoundingBox": {"Width": 0.020637254901960785, "Top": 0.559530303030303, "Left": 0.6679003267973856, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6679003267973856, "Y": 0.559530303030303}, {"X": 0.6885375816993464, "Y": 0.559530303030303}, {"X": 0.6885375816993464, "Y": 0.5746818181818182}, {"X": 0.6679003267973856, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "bc00c3f6-fd51-437c-acfa-68ce91aff970", "Text": "his", "Geometry": {"BoundingBox": {"Width": 0.022470588235294117, "Top": 0.559530303030303, "Left": 0.6929885620915033, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6929885620915033, "Y": 0.559530303030303}, {"X": 0.7154591503267974, "Y": 0.559530303030303}, {"X": 0.7154591503267974, "Y": 0.5746818181818182}, {"X": 0.6929885620915033, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9cc96315-9760-4636-8355-d48b0c7d420f", "Text": "policy.", "Geometry": {"BoundingBox": {"Width": 0.05174509803921569, "Top": 0.559530303030303, "Left": 0.7199101307189543, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7199101307189543, "Y": 0.559530303030303}, {"X": 0.7716552287581699, "Y": 0.559530303030303}, {"X": 0.7716552287581699, "Y": 0.5746818181818182}, {"X": 0.7199101307189543, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "ac99721e-d501-4ed2-9173-538357626d1a", "Text": "Please contact my office if you have any questions.", "Geometry": {"BoundingBox": {"Width": 0.40503758169934634, "Top": 0.5965, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.6116515151515152}, {"X": 0.11764705882352941, "Y": 0.6116515151515152}]}, "Relationships": [{"Ids": ["28fab75c-c209-43dc-81de-9f685c534f1c", "4474f0dc-c77e-475f-a155-43b130e814b9", "fc1fef27-9d5f-49c4-96e5-6d3e6f94986b", "e08db9c8-bbf1-46a4-a72f-316e8b176342", "0f129aef-f1ea-4b77-92ab-3fb1b2d90cd8", "c78d723a-02e1-4475-8961-11d43d5e76fd", "5a0d2c15-d52f-489d-80b2-85b1f9cb1f49", "a2e5df4c-3925-48e9-ab5d-05f5d251f2f4", "4457b78f-53c9-41a4-a110-431629c2666f"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "28fab75c-c209-43dc-81de-9f685c534f1c", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.5965, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.6116515151515152}, {"X": 0.11764705882352941, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4474f0dc-c77e-475f-a155-43b130e814b9", "Text": "contact", "Geometry": {"BoundingBox": {"Width": 0.05975490196078431, "Top": 0.5965, "Left": 0.1732843137254902, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1732843137254902, "Y": 0.5965}, {"X": 0.2330392156862745, "Y": 0.5965}, {"X": 0.2330392156862745, "Y": 0.6116515151515152}, {"X": 0.1732843137254902, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fc1fef27-9d5f-49c4-96e5-6d3e6f94986b", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024545751633986927, "Top": 0.5965, "Left": 0.23747222222222222, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23747222222222222, "Y": 0.5965}, {"X": 0.2620179738562092, "Y": 0.5965}, {"X": 0.2620179738562092, "Y": 0.6116515151515152}, {"X": 0.23747222222222222, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e08db9c8-bbf1-46a4-a72f-316e8b176342", "Text": "office", "Geometry": {"BoundingBox": {"Width": 0.04486437908496732, "Top": 0.5965, "Left": 0.26644281045751633, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.26644281045751633, "Y": 0.5965}, {"X": 0.31130718954248365, "Y": 0.5965}, {"X": 0.31130718954248365, "Y": 0.6116515151515152}, {"X": 0.26644281045751633, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0f129aef-f1ea-4b77-92ab-3fb1b2d90cd8", "Text": "if", "Geometry": {"BoundingBox": {"Width": 0.010480392156862745, "Top": 0.5965, "Left": 0.3157271241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3157271241830065, "Y": 0.5965}, {"X": 0.3262075163398693, "Y": 0.5965}, {"X": 0.3262075163398693, "Y": 0.6116515151515152}, {"X": 0.3157271241830065, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c78d723a-02e1-4475-8961-11d43d5e76fd", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.5965, "Left": 0.3306437908496732, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3306437908496732, "Y": 0.5965}, {"X": 0.3601519607843137, "Y": 0.5965}, {"X": 0.3601519607843137, "Y": 0.6116515151515152}, {"X": 0.3306437908496732, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5a0d2c15-d52f-489d-80b2-85b1f9cb1f49", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.5965, "Left": 0.36459313725490194, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.36459313725490194, "Y": 0.5965}, {"X": 0.4029084967320261, "Y": 0.5965}, {"X": 0.4029084967320261, "Y": 0.6116515151515152}, {"X": 0.36459313725490194, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a2e5df4c-3925-48e9-ab5d-05f5d251f2f4", "Text": "any", "Geometry": {"BoundingBox": {"Width": 0.028575163398692812, "Top": 0.5965, "Left": 0.4073349673202614, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4073349673202614, "Y": 0.5965}, {"X": 0.43591013071895424, "Y": 0.5965}, {"X": 0.43591013071895424, "Y": 0.6116515151515152}, {"X": 0.4073349673202614, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4457b78f-53c9-41a4-a110-431629c2666f", "Text": "questions.", "Geometry": {"BoundingBox": {"Width": 0.08234803921568627, "Top": 0.5965, "Left": 0.44033660130718955, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.44033660130718955, "Y": 0.5965}, {"X": 0.5226846405228758, "Y": 0.5965}, {"X": 0.5226846405228758, "Y": 0.6116515151515152}, {"X": 0.44033660130718955, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "e455f84f-5cbc-479f-afdd-9b4e4a6991af", "Text": "Sincerely,", "Geometry": {"BoundingBox": {"Width": 0.07671568627450981, "Top": 0.6519545454545455, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6671060606060606}, {"X": 0.11764705882352941, "Y": 0.6671060606060606}]}, "Relationships": [{"Ids": ["e63e5238-4528-4737-a86b-56198f5968f6"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "e63e5238-4528-4737-a86b-56198f5968f6", "Text": "Sincerely,", "Geometry": {"BoundingBox": {"Width": 0.07671568627450981, "Top": 0.6519545454545455, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6671060606060606}, {"X": 0.11764705882352941, "Y": 0.6671060606060606}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "6fdd88f0-1a3e-4ddf-9203-bc75b2e95eef", "Text": "Angela Berry, Attorney", "Geometry": {"BoundingBox": {"Width": 0.1818496732026144, "Top": 0.6889242424242424, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.7040757575757576}, {"X": 0.11764705882352941, "Y": 0.7040757575757576}]}, "Relationships": [{"Ids": ["a54616b6-4973-44c3-88c2-2a8acd2289c3", "f98da115-e7b9-4d7e-a413-e72c9502315b", "f617dfdb-df10-470b-9cef-5f3ccea5c0d7"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "a54616b6-4973-44c3-88c2-2a8acd2289c3", "Text": "Angela", "Geometry": {"BoundingBox": {"Width": 0.05452614379084968, "Top": 0.6889242424242424, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.7040757575757576}, {"X": 0.11764705882352941, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f98da115-e7b9-4d7e-a413-e72c9502315b", "Text": "Berry,", "Geometry": {"BoundingBox": {"Width": 0.04786928104575163, "Top": 0.6889242424242424, "Left": 0.1766062091503268, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1766062091503268, "Y": 0.6889242424242424}, {"X": 0.22447549019607843, "Y": 0.6889242424242424}, {"X": 0.22447549019607843, "Y": 0.7040757575757576}, {"X": 0.1766062091503268, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f617dfdb-df10-470b-9cef-5f3ccea5c0d7", "Text": "Attorney", "Geometry": {"BoundingBox": {"Width": 0.07059803921568628, "Top": 0.6889242424242424, "Left": 0.22889869281045752, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22889869281045752, "Y": 0.6889242424242424}, {"X": 0.2994967320261438, "Y": 0.6889242424242424}, {"X": 0.2994967320261438, "Y": 0.7040757575757576}, {"X": 0.22889869281045752, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}], "Entities": [{"BlockReferences": [{"BlockId": "6b8ad2e2-d1ab-4600-ae75-19f82164cb6a", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "c3a7e089-e30b-4f6a-b50b-15dcccd1f940"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "824052e4-4158-4a5e-b8c0-7f2d8882a483"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "5bed7530-3a18-4531-896e-1059ab6eaeaf"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "08e97f96-4d32-46e0-a2e4-946105edf38c"}], "BeginOffset": 0, "EndOffset": 31}], "Text": "Budget Mutual Insurance Company", "Type": "Insurance Company", "Score": 1}, {"BlockReferences": [{"BlockId": "4e5a5ea2-e9d2-4f78-b6ec-b9c7b801ac0a", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "066f9544-d294-44a8-9d6c-d12c3bc38a40"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "98d8548b-b679-4243-9599-f47e75e6f092"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "ff7c6c68-0a65-4739-8c8d-a7a5d79fbf35"}], "BeginOffset": 0, "EndOffset": 17}, {"BlockId": "575443fe-ca42-4cbb-95a7-e114c4316fc9", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 12, "ChildBlockId": "d7d306b4-790b-46e0-a344-f6808aac437e"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "d86139e3-4bf8-401c-a231-6053bb654dbc"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "ab9f4ce8-a0b0-4304-9c70-c7f44e609af8"}], "BeginOffset": 0, "EndOffset": 21}], "Text": "9876 Infinity Ave Springfield, MI 65541", "Type": "Insurance Company Address", "Score": 1}, {"BlockReferences": [{"BlockId": "c2d020c4-807b-4f32-9e79-395657fac79b", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "c594e8a0-e537-432b-b989-f55e531eac5b"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "72dbd3d8-b74f-4a88-8eab-6960eaff69c9"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "055cdce9-5f32-4394-8f00-5328d71505a9"}], "BeginOffset": 0, "EndOffset": 16}], "Text": "Walking Eye PLLC", "Type": "Law Firm", "Score": 1}, {"BlockReferences": [{"BlockId": "cc5c5f8f-0780-41bd-abc1-935a7644578b", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "07bd2d29-72f5-4baa-a69f-e510c7499446"}, {"BeginOffset": 0, "EndOffset": 1, "ChildBlockId": "e673d91c-06ec-41eb-a158-86654df0647b"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "fc7d5397-045f-4ccf-891d-dea54a75e754"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "c5fc0c4e-4a94-45c9-9792-2c107f57c0cf"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "f80d340f-479d-43cd-a8a0-42a68ff8c3a3"}], "BeginOffset": 0, "EndOffset": 18}, {"BlockId": "3c1eb1e4-e64e-4a49-89ab-392302300d77", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 10, "ChildBlockId": "91c92634-2f9e-46a8-b13f-1dd97d368d87"}, {"BeginOffset": 0, "EndOffset": 15, "ChildBlockId": "2001684a-0b8f-4801-859d-ca7637b4beb8"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "011a550b-f8a6-44a4-8b74-18129f515c0f"}], "BeginOffset": 0, "EndOffset": 32}], "Text": "601 S Carr Rd #350 Snohomish, Washington(WA), 98296", "Type": "Law Office Address", "Score": 1}, {"BlockReferences": [{"BlockId": "7c2da0a0-2b7b-4fbf-be2c-93835a163dea", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "bebc9478-453a-43ef-bb2c-304f315fb9f3"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "823a4d3a-0e87-4448-b546-5de09cf894e1"}], "BeginOffset": 12, "EndOffset": 25}], "Text": "Bethan Davies", "Type": "Beneficiary Name", "Score": 1}, {"BlockReferences": [{"BlockId": "b6c2875f-eb17-427b-a0e7-1d7504273a2f", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "acef4bdb-5ff5-45ca-a2d2-f9fab391bc8a"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "59d6fb61-140b-445c-8fc3-4302053c5cbd"}], "BeginOffset": 24, "EndOffset": 37}], "Text": "Bethan Davies", "Type": "Beneficiary Name", "Score": 1}, {"BlockReferences": [{"BlockId": "b6c2875f-eb17-427b-a0e7-1d7504273a2f", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "f0bda829-4b05-4428-ad9a-089f9fdbb0a1"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "f793575c-ee24-4b57-9736-e8019b0ce161"}], "BeginOffset": 62, "EndOffset": 74}], "Text": "Lilly Allen.", "Type": "Policy Holder Name", "Score": 1}, {"BlockReferences": [{"BlockId": "4f0e4c9b-46f1-4960-9454-39d427c36aff", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 12, "ChildBlockId": "f036223e-92eb-4cde-8495-957b3a445446"}], "BeginOffset": 38, "EndOffset": 50}], "Text": "(#400012244)", "Type": "Policy Number", "Score": 1}, {"BlockReferences": [{"BlockId": "6e755eda-376c-4f2d-9381-5b759c322578", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "b5156aa6-61f9-4d8a-a8df-9bb6d7ec9126"}], "BeginOffset": 61, "EndOffset": 69}], "Text": "$60,000.", "Type": "Payout", "Score": 1}, {"BlockReferences": [{"BlockId": "6e755eda-376c-4f2d-9381-5b759c322578", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "281ad26b-06f3-43d9-a353-28eb7e87a32a"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "5007891c-384c-49d5-a568-fffb552796a2"}, {"BeginOffset": 0, "EndOffset": 10, "ChildBlockId": "cb9d2d0e-e306-485c-a318-bf48330c0eda"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "eabf3a76-16b7-4b5d-a224-743f0fe09ed2"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "82827383-093d-4a39-8e03-331d99fc871b"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "39cbc137-540e-491f-9383-c541d5dc1767"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "025716e7-f35b-415a-be3a-08543cf47349"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "382d20f4-29ae-4c43-bc5e-b716b6479ee7"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "32c918e7-7a92-43d6-9efc-89f69591223e"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "9c6d3466-cea9-4278-ad0b-9d7b1fa40699"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "4d69a4fb-f328-4f73-bc6e-9b2e253dcf4f"}], "BeginOffset": 0, "EndOffset": 60}, {"BlockId": "6e755eda-376c-4f2d-9381-5b759c322578", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "b2f40bab-ef09-423b-b907-6d8d45ba3fe1"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "30084a0a-048c-4909-8db4-45bb08bb6b29"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "2e726e9b-45a0-49e4-bd09-48fd3385b2db"}], "BeginOffset": 70, "EndOffset": 87}, {"BlockId": "e00b1969-42f5-4cf4-82fd-8a82f9e9a647", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 15, "ChildBlockId": "a63d5e5f-9f82-49ed-b766-b96dfe4af62d"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "b3239537-c5f5-4994-959b-19c2e4d1a884"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "c8c483a9-c6d6-4257-95fc-1785623ac805"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "9b1d06e7-b849-4719-8d3d-32c2f25f17f0"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "4deaf8ee-be67-48a9-8a45-b5e3535f3033"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "9d5175b1-c49b-4162-afef-6d9b562b5b2f"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "5ad9f4f2-415d-4818-8821-87257e7ce07c"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "77bd55eb-af48-4e43-b928-ca064dde9cd7"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "7082b598-abbc-4cce-a72b-69a531299677"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "ca5c7ea2-5748-4fd7-b6b4-ca4e03d0a624"}, {"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "198c448a-0209-4686-a4e2-549379af2c54"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "bc66da45-5ed7-4934-9fae-bc0aa01fb501"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "5c4661cf-6e1d-4014-b20b-940363c6d6d1"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "6fc6ea20-3233-41dd-ba0c-5d5e229d95ec"}], "BeginOffset": 0, "EndOffset": 90}, {"BlockId": "7fb14503-9837-4ace-8d31-a52dbef14a97", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "04b57c66-a3e8-4e0e-9be9-29d602fad9a4"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "788a37ac-e0a1-4f53-b5f2-464a058bd082"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "bec5b78a-32f2-43e9-afd4-6fed63723252"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "9b09a7d3-a45a-40fd-9718-81dccddd39ec"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "d65a0895-d850-4236-9519-7b7622bb444d"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "454c6009-06ae-428e-87d1-6f9253fd1b7a"}, {"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "0ea94b55-2072-4541-92bf-483b0e4a1e9b"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "2ffcc9ee-d6c7-4638-988b-240a75aba1a8"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "a7c802be-74bb-4e48-bf02-9983725dfdd7"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "98e98161-bda0-4713-b6a0-400842c951e5"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "bc00c3f6-fd51-437c-acfa-68ce91aff970"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "9cc96315-9760-4636-8355-d48b0c7d420f"}], "BeginOffset": 0, "EndOffset": 83}], "Text": "We are requesting that you forward the full policy amount of Please forward an acknowledgement of our demand and please forward the umbrella policy information if one is applicable. Please send my secretary any information regarding liens on his policy.", "Type": "Required Action", "Score": 1}, {"BlockReferences": [{"BlockId": "6fdd88f0-1a3e-4ddf-9203-bc75b2e95eef", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "a54616b6-4973-44c3-88c2-2a8acd2289c3"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "f98da115-e7b9-4d7e-a413-e72c9502315b"}], "BeginOffset": 0, "EndOffset": 13}], "Text": "Angela Berry,", "Type": "Sender", "Score": 1}], "File": "Letter 109-1-0c5a8734-ann.json"}
data/raw_data/annotations/Letter 11-1-88360600-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 110-1-f44c090a-ann.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"Version": "2021-04-30", "DocumentType": "NativePDF", "DocumentMetadata": {"Pages": "1"}, "Blocks": [{"BlockType": "LINE", "Id": "48bad712-67e2-41b6-a7a1-4221d6e89687", "Text": "Notice of Representation", "Geometry": {"BoundingBox": {"Width": 0.26350163398692805, "Top": 0.12879545454545455, "Left": 0.11764705882352941, "Height": 0.020303030303030295}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.14909848484848484}, {"X": 0.11764705882352941, "Y": 0.14909848484848484}]}, "Relationships": [{"Ids": ["d95b9e2a-9aab-430e-b009-28c9ad6675b4", "de7a32ec-d912-4c87-8ae6-4cf829895193", "7e198382-c75c-40e3-813a-f4fb705db67f"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "d95b9e2a-9aab-430e-b009-28c9ad6675b4", "Text": "Notice", "Geometry": {"BoundingBox": {"Width": 0.06877614379084968, "Top": 0.12879545454545455, "Left": 0.11764705882352941, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.14909848484848484}, {"X": 0.11764705882352941, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "de7a32ec-d912-4c87-8ae6-4cf829895193", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.021490196078431372, "Top": 0.12879545454545455, "Left": 0.19227777777777777, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.19227777777777777, "Y": 0.12879545454545455}, {"X": 0.21376797385620913, "Y": 0.12879545454545455}, {"X": 0.21376797385620913, "Y": 0.14909848484848484}, {"X": 0.19227777777777777, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7e198382-c75c-40e3-813a-f4fb705db67f", "Text": "Representation", "Geometry": {"BoundingBox": {"Width": 0.16152777777777777, "Top": 0.12879545454545455, "Left": 0.21962091503267975, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.21962091503267975, "Y": 0.12879545454545455}, {"X": 0.3811486928104575, "Y": 0.12879545454545455}, {"X": 0.3811486928104575, "Y": 0.14909848484848484}, {"X": 0.21962091503267975, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "0dc52d7d-b52c-4cad-8306-8caefd933ac7", "Text": "Budget Mutual Insurance Company", "Geometry": {"BoundingBox": {"Width": 0.28107516339869276, "Top": 0.15256060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.1677121212121212}, {"X": 0.11764705882352941, "Y": 0.1677121212121212}]}, "Relationships": [{"Ids": ["11327628-161d-40d9-93f0-540f301c0b28", "bb56e516-fffb-4aa0-95d3-2dfc1b87c8b4", "8b602a6d-098f-4e06-b814-5f8199a5e268", "6862f1b7-f6b7-470d-8f01-8b28f393211f"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "11327628-161d-40d9-93f0-540f301c0b28", "Text": "Budget", "Geometry": {"BoundingBox": {"Width": 0.0568235294117647, "Top": 0.15256060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.1677121212121212}, {"X": 0.11764705882352941, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "bb56e516-fffb-4aa0-95d3-2dfc1b87c8b4", "Text": "Mutual", "Geometry": {"BoundingBox": {"Width": 0.0578202614379085, "Top": 0.15256060606060606, "Left": 0.17890196078431372, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17890196078431372, "Y": 0.15256060606060606}, {"X": 0.23672222222222222, "Y": 0.15256060606060606}, {"X": 0.23672222222222222, "Y": 0.1677121212121212}, {"X": 0.17890196078431372, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8b602a6d-098f-4e06-b814-5f8199a5e268", "Text": "Insurance", "Geometry": {"BoundingBox": {"Width": 0.07780065359477124, "Top": 0.15256060606060606, "Left": 0.24116503267973857, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24116503267973857, "Y": 0.15256060606060606}, {"X": 0.31896568627450983, "Y": 0.15256060606060606}, {"X": 0.31896568627450983, "Y": 0.1677121212121212}, {"X": 0.24116503267973857, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6862f1b7-f6b7-470d-8f01-8b28f393211f", "Text": "Company", "Geometry": {"BoundingBox": {"Width": 0.07533169934640523, "Top": 0.15256060606060606, "Left": 0.323390522875817, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.323390522875817, "Y": 0.15256060606060606}, {"X": 0.3987222222222222, "Y": 0.15256060606060606}, {"X": 0.3987222222222222, "Y": 0.1677121212121212}, {"X": 0.323390522875817, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "ddcc78fa-76c0-4658-a25c-dab0e7e3d816", "Text": "9876 Infinity Ave", "Geometry": {"BoundingBox": {"Width": 0.13456209150326795, "Top": 0.17104545454545456, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.1861969696969697}, {"X": 0.11764705882352941, "Y": 0.1861969696969697}]}, "Relationships": [{"Ids": ["a7435e5d-4ebf-4185-8d2e-a512218f497e", "350f0729-3785-4d56-9752-61a9e20ccbed", "2cd4d9d6-1ac8-4a66-8229-2eac3ff82e62"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "a7435e5d-4ebf-4185-8d2e-a512218f497e", "Text": "9876", "Geometry": {"BoundingBox": {"Width": 0.039753267973856206, "Top": 0.17104545454545456, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.1861969696969697}, {"X": 0.11764705882352941, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "350f0729-3785-4d56-9752-61a9e20ccbed", "Text": "Infinity", "Geometry": {"BoundingBox": {"Width": 0.05597875816993464, "Top": 0.17104545454545456, "Left": 0.16183006535947714, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16183006535947714, "Y": 0.17104545454545456}, {"X": 0.21780882352941178, "Y": 0.17104545454545456}, {"X": 0.21780882352941178, "Y": 0.1861969696969697}, {"X": 0.16183006535947714, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2cd4d9d6-1ac8-4a66-8229-2eac3ff82e62", "Text": "Ave", "Geometry": {"BoundingBox": {"Width": 0.0299640522875817, "Top": 0.17104545454545456, "Left": 0.2222450980392157, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2222450980392157, "Y": 0.17104545454545456}, {"X": 0.25220915032679736, "Y": 0.17104545454545456}, {"X": 0.25220915032679736, "Y": 0.1861969696969697}, {"X": 0.2222450980392157, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "4f56255a-4784-4b37-a337-70343a3d7a33", "Text": "Springfield, MI 65541", "Geometry": {"BoundingBox": {"Width": 0.17037581699346407, "Top": 0.18953030303030302, "Left": 0.11764705882352941, "Height": 0.015151515151515166}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.2046818181818182}, {"X": 0.11764705882352941, "Y": 0.2046818181818182}]}, "Relationships": [{"Ids": ["a038860b-f3f4-44aa-a349-e9a00edef558", "0992618b-e449-4f46-ae2c-e3e36bf7d147", "d23fea9d-595e-4b4b-a22e-d62f66ea0b71"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "a038860b-f3f4-44aa-a349-e9a00edef558", "Text": "Springfield,", "Geometry": {"BoundingBox": {"Width": 0.09012418300653595, "Top": 0.18953030303030302, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.2046818181818182}, {"X": 0.11764705882352941, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0992618b-e449-4f46-ae2c-e3e36bf7d147", "Text": "MI", "Geometry": {"BoundingBox": {"Width": 0.021705882352941176, "Top": 0.18953030303030302, "Left": 0.21219444444444444, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21219444444444444, "Y": 0.18953030303030302}, {"X": 0.23390032679738562, "Y": 0.18953030303030302}, {"X": 0.23390032679738562, "Y": 0.2046818181818182}, {"X": 0.21219444444444444, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d23fea9d-595e-4b4b-a22e-d62f66ea0b71", "Text": "65541", "Geometry": {"BoundingBox": {"Width": 0.04968954248366013, "Top": 0.18953030303030302, "Left": 0.23833333333333334, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23833333333333334, "Y": 0.18953030303030302}, {"X": 0.2880228758169935, "Y": 0.18953030303030302}, {"X": 0.2880228758169935, "Y": 0.2046818181818182}, {"X": 0.23833333333333334, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "072cfdde-5a7b-497b-abd3-5f4a9ffda7f8", "Text": "Blair & Kim PLLC", "Geometry": {"BoundingBox": {"Width": 0.12998202614379084, "Top": 0.2268030303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515166}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.2268030303030303}, {"X": 0.15354738562091502, "Y": 0.2268030303030303}, {"X": 0.15354738562091502, "Y": 0.24195454545454548}, {"X": 0.11764705882352941, "Y": 0.24195454545454548}]}, "Relationships": [{"Ids": ["bc4f7957-1faa-44bc-ad1e-eb3881e22393", "7a62224b-8149-4944-ab86-d579b36d6cbf", "706bc020-e215-4893-9645-52c0e59e6ba4", "3e5f1e86-96a0-4977-a3dc-65e311d62d30"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "bc4f7957-1faa-44bc-ad1e-eb3881e22393", "Text": "Blair", "Geometry": {"BoundingBox": {"Width": 0.03590032679738562, "Top": 0.2268030303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.2268030303030303}, {"X": 0.15354738562091502, "Y": 0.2268030303030303}, {"X": 0.15354738562091502, "Y": 0.24195454545454548}, {"X": 0.11764705882352941, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7a62224b-8149-4944-ab86-d579b36d6cbf", "Text": "&", "Geometry": {"BoundingBox": {"Width": 0.013372549019607842, "Top": 0.2268030303030303, "Left": 0.15797222222222224, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.15797222222222224, "Y": 0.2268030303030303}, {"X": 0.1713447712418301, "Y": 0.2268030303030303}, {"X": 0.1713447712418301, "Y": 0.24195454545454548}, {"X": 0.15797222222222224, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "706bc020-e215-4893-9645-52c0e59e6ba4", "Text": "Kim", "Geometry": {"BoundingBox": {"Width": 0.03035294117647059, "Top": 0.2268030303030303, "Left": 0.17578104575163397, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17578104575163397, "Y": 0.2268030303030303}, {"X": 0.20613398692810456, "Y": 0.2268030303030303}, {"X": 0.20613398692810456, "Y": 0.24195454545454548}, {"X": 0.17578104575163397, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3e5f1e86-96a0-4977-a3dc-65e311d62d30", "Text": "PLLC", "Geometry": {"BoundingBox": {"Width": 0.03706699346405229, "Top": 0.2268030303030303, "Left": 0.21056209150326796, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21056209150326796, "Y": 0.2268030303030303}, {"X": 0.24762908496732025, "Y": 0.2268030303030303}, {"X": 0.24762908496732025, "Y": 0.24195454545454548}, {"X": 0.21056209150326796, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "86a82a1a-0b78-406a-8872-a08c4ae9ae47", "Text": "724 Alder St", "Geometry": {"BoundingBox": {"Width": 0.09701633986928104, "Top": 0.24528787878787878, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.24528787878787878}, {"X": 0.1474624183006536, "Y": 0.24528787878787878}, {"X": 0.1474624183006536, "Y": 0.2604393939393939}, {"X": 0.11764705882352941, "Y": 0.2604393939393939}]}, "Relationships": [{"Ids": ["0a38ce21-6a34-4d76-9004-66b527337040", "f0b2a84e-0577-43aa-b043-7e14fcb910a9", "01b0712d-d6ff-4e93-9d19-a3fc10ac1b32"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "0a38ce21-6a34-4d76-9004-66b527337040", "Text": "724", "Geometry": {"BoundingBox": {"Width": 0.029815359477124184, "Top": 0.24528787878787878, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.24528787878787878}, {"X": 0.1474624183006536, "Y": 0.24528787878787878}, {"X": 0.1474624183006536, "Y": 0.2604393939393939}, {"X": 0.11764705882352941, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f0b2a84e-0577-43aa-b043-7e14fcb910a9", "Text": "Alder", "Geometry": {"BoundingBox": {"Width": 0.042769607843137256, "Top": 0.24528787878787878, "Left": 0.1518856209150327, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1518856209150327, "Y": 0.24528787878787878}, {"X": 0.19465522875816993, "Y": 0.24528787878787878}, {"X": 0.19465522875816993, "Y": 0.2604393939393939}, {"X": 0.1518856209150327, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "01b0712d-d6ff-4e93-9d19-a3fc10ac1b32", "Text": "St", "Geometry": {"BoundingBox": {"Width": 0.015584967320261437, "Top": 0.24528787878787878, "Left": 0.19907843137254902, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.19907843137254902, "Y": 0.24528787878787878}, {"X": 0.21466339869281045, "Y": 0.24528787878787878}, {"X": 0.21466339869281045, "Y": 0.2604393939393939}, {"X": 0.19907843137254902, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "6d2ddeef-ba1a-4b05-bb83-848eb9061e47", "Text": "Tacoma, Washington(WA), 98443", "Geometry": {"BoundingBox": {"Width": 0.26769934640522874, "Top": 0.26377272727272727, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.26377272727272727}, {"X": 0.18518300653594771, "Y": 0.26377272727272727}, {"X": 0.18518300653594771, "Y": 0.2789242424242424}, {"X": 0.11764705882352941, "Y": 0.2789242424242424}]}, "Relationships": [{"Ids": ["e37c2004-4375-41a5-8ddd-dcb83a1188f4", "22035b16-fa1f-4eac-b1c5-a06305767373", "74e5f48e-8dca-44ff-886e-044e257edf75"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "e37c2004-4375-41a5-8ddd-dcb83a1188f4", "Text": "Tacoma,", "Geometry": {"BoundingBox": {"Width": 0.0675359477124183, "Top": 0.26377272727272727, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.26377272727272727}, {"X": 0.18518300653594771, "Y": 0.26377272727272727}, {"X": 0.18518300653594771, "Y": 0.2789242424242424}, {"X": 0.11764705882352941, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "22035b16-fa1f-4eac-b1c5-a06305767373", "Text": "Washington(WA),", "Geometry": {"BoundingBox": {"Width": 0.14162745098039214, "Top": 0.26377272727272727, "Left": 0.1896062091503268, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1896062091503268, "Y": 0.26377272727272727}, {"X": 0.331233660130719, "Y": 0.26377272727272727}, {"X": 0.331233660130719, "Y": 0.2789242424242424}, {"X": 0.1896062091503268, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "74e5f48e-8dca-44ff-886e-044e257edf75", "Text": "98443", "Geometry": {"BoundingBox": {"Width": 0.04968954248366013, "Top": 0.26377272727272727, "Left": 0.33565686274509804, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.33565686274509804, "Y": 0.26377272727272727}, {"X": 0.3853464052287582, "Y": 0.26377272727272727}, {"X": 0.3853464052287582, "Y": 0.2789242424242424}, {"X": 0.33565686274509804, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "e8eea571-9f35-4069-8357-93ac7a425e09", "Text": "Our Client: William Jones", "Geometry": {"BoundingBox": {"Width": 0.19956045751633986, "Top": 0.31922727272727275, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.3343787878787879}, {"X": 0.11764705882352941, "Y": 0.3343787878787879}]}, "Relationships": [{"Ids": ["be63f7d6-4fb8-4e25-96c5-3ab4b9fdc134", "c7f7579e-502f-4eaf-89a5-550baf11281c", "b8f69245-5149-4524-b97c-c4c93f205864", "9984e3f5-2a29-4004-a469-e267bb4c9216"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "be63f7d6-4fb8-4e25-96c5-3ab4b9fdc134", "Text": "Our", "Geometry": {"BoundingBox": {"Width": 0.03012091503267974, "Top": 0.31922727272727275, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.3343787878787879}, {"X": 0.11764705882352941, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c7f7579e-502f-4eaf-89a5-550baf11281c", "Text": "Client:", "Geometry": {"BoundingBox": {"Width": 0.05135294117647059, "Top": 0.31922727272727275, "Left": 0.1521846405228758, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1521846405228758, "Y": 0.31922727272727275}, {"X": 0.20353758169934638, "Y": 0.31922727272727275}, {"X": 0.20353758169934638, "Y": 0.3343787878787879}, {"X": 0.1521846405228758, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b8f69245-5149-4524-b97c-c4c93f205864", "Text": "William", "Geometry": {"BoundingBox": {"Width": 0.06050326797385621, "Top": 0.31922727272727275, "Left": 0.20795915032679738, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20795915032679738, "Y": 0.31922727272727275}, {"X": 0.2684624183006536, "Y": 0.31922727272727275}, {"X": 0.2684624183006536, "Y": 0.3343787878787879}, {"X": 0.20795915032679738, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9984e3f5-2a29-4004-a469-e267bb4c9216", "Text": "Jones", "Geometry": {"BoundingBox": {"Width": 0.04431699346405229, "Top": 0.31922727272727275, "Left": 0.272890522875817, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.272890522875817, "Y": 0.31922727272727275}, {"X": 0.31720751633986927, "Y": 0.31922727272727275}, {"X": 0.31720751633986927, "Y": 0.3343787878787879}, {"X": 0.272890522875817, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "e9b50615-603a-4540-b07d-aaaed473b027", "Text": "Date of death: 6/5/2021", "Geometry": {"BoundingBox": {"Width": 0.19372549019607846, "Top": 0.3377121212121212, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3528636363636363}, {"X": 0.11764705882352941, "Y": 0.3528636363636363}]}, "Relationships": [{"Ids": ["30f8e9a0-dcd1-46d8-86d7-a1c49fefe6b6", "96b8be57-6737-422a-bb49-44a7c55fb65b", "424fc986-dcc9-42f8-89fd-07d8b8f7dfd5", "02144302-09f8-4d7a-9968-ba374d303dda"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "30f8e9a0-dcd1-46d8-86d7-a1c49fefe6b6", "Text": "Date", "Geometry": {"BoundingBox": {"Width": 0.03778921568627451, "Top": 0.3377121212121212, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3528636363636363}, {"X": 0.11764705882352941, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "96b8be57-6737-422a-bb49-44a7c55fb65b", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.3377121212121212, "Left": 0.15986111111111112, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.15986111111111112, "Y": 0.3377121212121212}, {"X": 0.1761813725490196, "Y": 0.3377121212121212}, {"X": 0.1761813725490196, "Y": 0.3528636363636363}, {"X": 0.15986111111111112, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "424fc986-dcc9-42f8-89fd-07d8b8f7dfd5", "Text": "death:", "Geometry": {"BoundingBox": {"Width": 0.05157679738562092, "Top": 0.3377121212121212, "Left": 0.18061601307189543, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.18061601307189543, "Y": 0.3377121212121212}, {"X": 0.23219281045751633, "Y": 0.3377121212121212}, {"X": 0.23219281045751633, "Y": 0.3528636363636363}, {"X": 0.18061601307189543, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "02144302-09f8-4d7a-9968-ba374d303dda", "Text": "6/5/2021", "Geometry": {"BoundingBox": {"Width": 0.07475653594771242, "Top": 0.3377121212121212, "Left": 0.23661601307189542, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23661601307189542, "Y": 0.3377121212121212}, {"X": 0.31137254901960787, "Y": 0.3377121212121212}, {"X": 0.31137254901960787, "Y": 0.3528636363636363}, {"X": 0.23661601307189542, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "c4c1a0f5-586f-4c0c-8d29-d00cf876a426", "Text": "To Whom It May Concern,", "Geometry": {"BoundingBox": {"Width": 0.20909967320261438, "Top": 0.39316666666666666, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.4083181818181818}, {"X": 0.11764705882352941, "Y": 0.4083181818181818}]}, "Relationships": [{"Ids": ["db7975c3-7b72-407a-8068-2fa62922a71f", "445761ea-590c-46c9-84ab-1ca074e218bd", "0e486eb9-cb69-46a1-a92a-0a948e88d417", "bf383d06-5bbf-4192-8720-1ebf6d8c5b3c", "84711c86-e758-4aa7-831e-42c474fd5572"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "db7975c3-7b72-407a-8068-2fa62922a71f", "Text": "To", "Geometry": {"BoundingBox": {"Width": 0.01988888888888889, "Top": 0.39316666666666666, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.4083181818181818}, {"X": 0.11764705882352941, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "445761ea-590c-46c9-84ab-1ca074e218bd", "Text": "Whom", "Geometry": {"BoundingBox": {"Width": 0.05374346405228758, "Top": 0.39316666666666666, "Left": 0.14197875816993463, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14197875816993463, "Y": 0.39316666666666666}, {"X": 0.19572222222222221, "Y": 0.39316666666666666}, {"X": 0.19572222222222221, "Y": 0.4083181818181818}, {"X": 0.14197875816993463, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0e486eb9-cb69-46a1-a92a-0a948e88d417", "Text": "It", "Geometry": {"BoundingBox": {"Width": 0.011509803921568628, "Top": 0.39316666666666666, "Left": 0.20015686274509803, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20015686274509803, "Y": 0.39316666666666666}, {"X": 0.21166666666666667, "Y": 0.39316666666666666}, {"X": 0.21166666666666667, "Y": 0.4083181818181818}, {"X": 0.20015686274509803, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "bf383d06-5bbf-4192-8720-1ebf6d8c5b3c", "Text": "May", "Geometry": {"BoundingBox": {"Width": 0.03503921568627451, "Top": 0.39316666666666666, "Left": 0.2160996732026144, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2160996732026144, "Y": 0.39316666666666666}, {"X": 0.2511388888888889, "Y": 0.39316666666666666}, {"X": 0.2511388888888889, "Y": 0.4083181818181818}, {"X": 0.2160996732026144, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "84711c86-e758-4aa7-831e-42c474fd5572", "Text": "Concern,", "Geometry": {"BoundingBox": {"Width": 0.07118137254901961, "Top": 0.39316666666666666, "Left": 0.25556535947712417, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.25556535947712417, "Y": 0.39316666666666666}, {"X": 0.3267467320261438, "Y": 0.39316666666666666}, {"X": 0.3267467320261438, "Y": 0.4083181818181818}, {"X": 0.25556535947712417, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "6c45c14f-0246-49b8-b8a0-fe9970eda2ba", "Text": "I have been retained by William Jones to handle the estate of Teresa Holloway. My", "Geometry": {"BoundingBox": {"Width": 0.6586895424836601, "Top": 0.43013636363636365, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.4452878787878788}, {"X": 0.11764705882352941, "Y": 0.4452878787878788}]}, "Relationships": [{"Ids": ["72e8c62f-47a8-4e6c-8934-6de20957e89a", "bde0b939-af5b-4075-bd9c-5b1d0e8d0839", "f14c698a-436e-40e4-9f72-a1c10ed337fe", "49bfbc42-7431-4deb-8573-8dfd20f1db23", "dc8ada74-f763-4394-9a43-551e4a6b9fc7", "34926058-7a01-427a-b796-09e7d4ad6701", "af864dd4-97b6-4cc4-b5a1-b9b19ee53dad", "65b8405d-c9e9-4fb3-8aaf-5484c6a0c7c1", "a6851570-9d14-4c29-9c3e-c5b4b93b51ae", "7117294b-d4e8-4eca-b348-a5e9f863ce41", "9b26240a-0de7-4a56-babb-b337eef49ca9", "493cdbb1-0dc6-464d-a046-0a8e785c8f78", "c41e0ec3-c94c-4a1c-9568-58b28937c576", "ddbbabd7-08e8-4640-a04e-1923121a36c1", "1adab88c-a373-44c3-8cdd-e8179b86c865"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "72e8c62f-47a8-4e6c-8934-6de20957e89a", "Text": "I", "Geometry": {"BoundingBox": {"Width": 0.004941176470588235, "Top": 0.43013636363636365, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.4452878787878788}, {"X": 0.11764705882352941, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "bde0b939-af5b-4075-bd9c-5b1d0e8d0839", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.43013636363636365, "Left": 0.12702124183006536, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.12702124183006536, "Y": 0.43013636363636365}, {"X": 0.16533660130718952, "Y": 0.43013636363636365}, {"X": 0.16533660130718952, "Y": 0.4452878787878788}, {"X": 0.12702124183006536, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f14c698a-436e-40e4-9f72-a1c10ed337fe", "Text": "been", "Geometry": {"BoundingBox": {"Width": 0.04010947712418301, "Top": 0.43013636363636365, "Left": 0.16976307189542483, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16976307189542483, "Y": 0.43013636363636365}, {"X": 0.20987254901960783, "Y": 0.43013636363636365}, {"X": 0.20987254901960783, "Y": 0.4452878787878788}, {"X": 0.16976307189542483, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "49bfbc42-7431-4deb-8573-8dfd20f1db23", "Text": "retained", "Geometry": {"BoundingBox": {"Width": 0.06740522875816994, "Top": 0.43013636363636365, "Left": 0.2143137254901961, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2143137254901961, "Y": 0.43013636363636365}, {"X": 0.281718954248366, "Y": 0.43013636363636365}, {"X": 0.281718954248366, "Y": 0.4452878787878788}, {"X": 0.2143137254901961, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "dc8ada74-f763-4394-9a43-551e4a6b9fc7", "Text": "by", "Geometry": {"BoundingBox": {"Width": 0.01918464052287582, "Top": 0.43013636363636365, "Left": 0.28616013071895424, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.28616013071895424, "Y": 0.43013636363636365}, {"X": 0.30534477124183007, "Y": 0.43013636363636365}, {"X": 0.30534477124183007, "Y": 0.4452878787878788}, {"X": 0.28616013071895424, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "34926058-7a01-427a-b796-09e7d4ad6701", "Text": "William", "Geometry": {"BoundingBox": {"Width": 0.06050163398692811, "Top": 0.43013636363636365, "Left": 0.30976143790849675, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.30976143790849675, "Y": 0.43013636363636365}, {"X": 0.37026307189542484, "Y": 0.43013636363636365}, {"X": 0.37026307189542484, "Y": 0.4452878787878788}, {"X": 0.30976143790849675, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "af864dd4-97b6-4cc4-b5a1-b9b19ee53dad", "Text": "Jones", "Geometry": {"BoundingBox": {"Width": 0.044315359477124186, "Top": 0.43013636363636365, "Left": 0.37469281045751635, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.37469281045751635, "Y": 0.43013636363636365}, {"X": 0.4190081699346405, "Y": 0.43013636363636365}, {"X": 0.4190081699346405, "Y": 0.4452878787878788}, {"X": 0.37469281045751635, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "65b8405d-c9e9-4fb3-8aaf-5484c6a0c7c1", "Text": "to", "Geometry": {"BoundingBox": {"Width": 0.016901960784313726, "Top": 0.43013636363636365, "Left": 0.42344444444444446, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.42344444444444446, "Y": 0.43013636363636365}, {"X": 0.4403464052287582, "Y": 0.43013636363636365}, {"X": 0.4403464052287582, "Y": 0.4452878787878788}, {"X": 0.42344444444444446, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a6851570-9d14-4c29-9c3e-c5b4b93b51ae", "Text": "handle", "Geometry": {"BoundingBox": {"Width": 0.05456372549019608, "Top": 0.43013636363636365, "Left": 0.4447859477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4447859477124183, "Y": 0.43013636363636365}, {"X": 0.49934967320261436, "Y": 0.43013636363636365}, {"X": 0.49934967320261436, "Y": 0.4452878787878788}, {"X": 0.4447859477124183, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7117294b-d4e8-4eca-b348-a5e9f863ce41", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.43013636363636365, "Left": 0.5037745098039216, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5037745098039216, "Y": 0.43013636363636365}, {"X": 0.5304101307189543, "Y": 0.43013636363636365}, {"X": 0.5304101307189543, "Y": 0.4452878787878788}, {"X": 0.5037745098039216, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9b26240a-0de7-4a56-babb-b337eef49ca9", "Text": "estate", "Geometry": {"BoundingBox": {"Width": 0.04972058823529412, "Top": 0.43013636363636365, "Left": 0.5348349673202615, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5348349673202615, "Y": 0.43013636363636365}, {"X": 0.5845555555555556, "Y": 0.43013636363636365}, {"X": 0.5845555555555556, "Y": 0.4452878787878788}, {"X": 0.5348349673202615, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "493cdbb1-0dc6-464d-a046-0a8e785c8f78", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.43013636363636365, "Left": 0.5889803921568627, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5889803921568627, "Y": 0.43013636363636365}, {"X": 0.6053006535947713, "Y": 0.43013636363636365}, {"X": 0.6053006535947713, "Y": 0.4452878787878788}, {"X": 0.5889803921568627, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c41e0ec3-c94c-4a1c-9568-58b28937c576", "Text": "Teresa", "Geometry": {"BoundingBox": {"Width": 0.0529656862745098, "Top": 0.43013636363636365, "Left": 0.6097287581699347, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6097287581699347, "Y": 0.43013636363636365}, {"X": 0.6626944444444445, "Y": 0.43013636363636365}, {"X": 0.6626944444444445, "Y": 0.4452878787878788}, {"X": 0.6097287581699347, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ddbbabd7-08e8-4640-a04e-1923121a36c1", "Text": "Holloway.", "Geometry": {"BoundingBox": {"Width": 0.07912091503267973, "Top": 0.43013636363636365, "Left": 0.6671274509803922, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6671274509803922, "Y": 0.43013636363636365}, {"X": 0.7462483660130719, "Y": 0.43013636363636365}, {"X": 0.7462483660130719, "Y": 0.4452878787878788}, {"X": 0.6671274509803922, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1adab88c-a373-44c3-8cdd-e8179b86c865", "Text": "My", "Geometry": {"BoundingBox": {"Width": 0.02564705882352941, "Top": 0.43013636363636365, "Left": 0.7506895424836602, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7506895424836602, "Y": 0.43013636363636365}, {"X": 0.7763366013071895, "Y": 0.43013636363636365}, {"X": 0.7763366013071895, "Y": 0.4452878787878788}, {"X": 0.7506895424836602, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "ac7561e2-4a38-491c-9b58-5e62fe2da430", "Text": "understanding is that they had a life insurance policy (#357375500) with your company. If this is", "Geometry": {"BoundingBox": {"Width": 0.7641209150326798, "Top": 0.44862121212121214, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.44862121212121214}, {"X": 0.23341503267973857, "Y": 0.44862121212121214}, {"X": 0.23341503267973857, "Y": 0.4637727272727273}, {"X": 0.11764705882352941, "Y": 0.4637727272727273}]}, "Relationships": [{"Ids": ["01500a58-d7b5-4220-93ac-f6810de23fdc", "00883e8a-2a8e-4239-830e-8149f8224f8a", "9f21f49d-3c48-4470-8f06-b18bc4468644", "be18df7d-d079-426d-bda8-02672cf0ea3d", "5235e3be-9470-42e1-b248-3ce29f785afd", "9b9848b7-f0e3-485d-b709-ee2d78c48bab", "8e87729f-e4e8-462e-91e8-e6890131b540", "50316d7c-0bcd-476f-97ba-71169e0a1eed", "dbb36651-3807-4948-96f6-cac940bad314", "fac00ff3-2ebb-4e25-be6f-f3255d251c83", "34aea78d-f69f-4351-92b5-3ebb55de5b1e", "c6475fd3-8902-418f-b357-c17ac6e005bd", "4ea78539-b8b7-448e-beb2-e6a352260439", "772ea82b-7743-4c4b-88b1-61722f4851d0", "f130cb75-1125-4844-8e3e-cc2302eded77", "cde8c1ee-6755-45ea-a6e0-382348206566"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "01500a58-d7b5-4220-93ac-f6810de23fdc", "Text": "understanding", "Geometry": {"BoundingBox": {"Width": 0.11576797385620916, "Top": 0.44862121212121214, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.44862121212121214}, {"X": 0.23341503267973857, "Y": 0.44862121212121214}, {"X": 0.23341503267973857, "Y": 0.4637727272727273}, {"X": 0.11764705882352941, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "00883e8a-2a8e-4239-830e-8149f8224f8a", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.44862121212121214, "Left": 0.23784313725490197, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23784313725490197, "Y": 0.44862121212121214}, {"X": 0.25000980392156863, "Y": 0.44862121212121214}, {"X": 0.25000980392156863, "Y": 0.4637727272727273}, {"X": 0.23784313725490197, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9f21f49d-3c48-4470-8f06-b18bc4468644", "Text": "that", "Geometry": {"BoundingBox": {"Width": 0.03283169934640523, "Top": 0.44862121212121214, "Left": 0.2544444444444444, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2544444444444444, "Y": 0.44862121212121214}, {"X": 0.28727614379084965, "Y": 0.44862121212121214}, {"X": 0.28727614379084965, "Y": 0.4637727272727273}, {"X": 0.2544444444444444, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "be18df7d-d079-426d-bda8-02672cf0ea3d", "Text": "they", "Geometry": {"BoundingBox": {"Width": 0.035509803921568626, "Top": 0.44862121212121214, "Left": 0.2917091503267974, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2917091503267974, "Y": 0.44862121212121214}, {"X": 0.327218954248366, "Y": 0.44862121212121214}, {"X": 0.327218954248366, "Y": 0.4637727272727273}, {"X": 0.2917091503267974, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5235e3be-9470-42e1-b248-3ce29f785afd", "Text": "had", "Geometry": {"BoundingBox": {"Width": 0.029988562091503267, "Top": 0.44862121212121214, "Left": 0.3316454248366013, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3316454248366013, "Y": 0.44862121212121214}, {"X": 0.36163398692810456, "Y": 0.44862121212121214}, {"X": 0.36163398692810456, "Y": 0.4637727272727273}, {"X": 0.3316454248366013, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9b9848b7-f0e3-485d-b709-ee2d78c48bab", "Text": "a", "Geometry": {"BoundingBox": {"Width": 0.009392156862745098, "Top": 0.44862121212121214, "Left": 0.36607516339869284, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.36607516339869284, "Y": 0.44862121212121214}, {"X": 0.3754673202614379, "Y": 0.44862121212121214}, {"X": 0.3754673202614379, "Y": 0.4637727272727273}, {"X": 0.36607516339869284, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8e87729f-e4e8-462e-91e8-e6890131b540", "Text": "life", "Geometry": {"BoundingBox": {"Width": 0.024748366013071895, "Top": 0.44862121212121214, "Left": 0.3799003267973856, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3799003267973856, "Y": 0.44862121212121214}, {"X": 0.4046486928104575, "Y": 0.44862121212121214}, {"X": 0.4046486928104575, "Y": 0.4637727272727273}, {"X": 0.3799003267973856, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "50316d7c-0bcd-476f-97ba-71169e0a1eed", "Text": "insurance", "Geometry": {"BoundingBox": {"Width": 0.0773578431372549, "Top": 0.44862121212121214, "Left": 0.4090751633986928, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4090751633986928, "Y": 0.44862121212121214}, {"X": 0.48643300653594773, "Y": 0.44862121212121214}, {"X": 0.48643300653594773, "Y": 0.4637727272727273}, {"X": 0.4090751633986928, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "dbb36651-3807-4948-96f6-cac940bad314", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681535947712418, "Top": 0.44862121212121214, "Left": 0.490859477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.490859477124183, "Y": 0.44862121212121214}, {"X": 0.5376748366013072, "Y": 0.44862121212121214}, {"X": 0.5376748366013072, "Y": 0.4637727272727273}, {"X": 0.490859477124183, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fac00ff3-2ebb-4e25-be6f-f3255d251c83", "Text": "(#357375500)", "Geometry": {"BoundingBox": {"Width": 0.11109313725490196, "Top": 0.44862121212121214, "Left": 0.5420882352941176, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5420882352941176, "Y": 0.44862121212121214}, {"X": 0.6531813725490196, "Y": 0.44862121212121214}, {"X": 0.6531813725490196, "Y": 0.4637727272727273}, {"X": 0.5420882352941176, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "34aea78d-f69f-4351-92b5-3ebb55de5b1e", "Text": "with", "Geometry": {"BoundingBox": {"Width": 0.035379084967320264, "Top": 0.44862121212121214, "Left": 0.6576192810457516, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6576192810457516, "Y": 0.44862121212121214}, {"X": 0.6929983660130719, "Y": 0.44862121212121214}, {"X": 0.6929983660130719, "Y": 0.4637727272727273}, {"X": 0.6576192810457516, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c6475fd3-8902-418f-b357-c17ac6e005bd", "Text": "your", "Geometry": {"BoundingBox": {"Width": 0.0363578431372549, "Top": 0.44862121212121214, "Left": 0.6974395424836601, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6974395424836601, "Y": 0.44862121212121214}, {"X": 0.733797385620915, "Y": 0.44862121212121214}, {"X": 0.733797385620915, "Y": 0.4637727272727273}, {"X": 0.6974395424836601, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4ea78539-b8b7-448e-beb2-e6a352260439", "Text": "company.", "Geometry": {"BoundingBox": {"Width": 0.07810457516339869, "Top": 0.44862121212121214, "Left": 0.7382238562091503, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7382238562091503, "Y": 0.44862121212121214}, {"X": 0.816328431372549, "Y": 0.44862121212121214}, {"X": 0.816328431372549, "Y": 0.4637727272727273}, {"X": 0.7382238562091503, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "772ea82b-7743-4c4b-88b1-61722f4851d0", "Text": "If", "Geometry": {"BoundingBox": {"Width": 0.01092156862745098, "Top": 0.44862121212121214, "Left": 0.8207696078431372, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8207696078431372, "Y": 0.44862121212121214}, {"X": 0.8316911764705882, "Y": 0.44862121212121214}, {"X": 0.8316911764705882, "Y": 0.4637727272727273}, {"X": 0.8207696078431372, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f130cb75-1125-4844-8e3e-cc2302eded77", "Text": "this", "Geometry": {"BoundingBox": {"Width": 0.029037581699346404, "Top": 0.44862121212121214, "Left": 0.8361290849673203, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8361290849673203, "Y": 0.44862121212121214}, {"X": 0.8651666666666668, "Y": 0.44862121212121214}, {"X": 0.8651666666666668, "Y": 0.4637727272727273}, {"X": 0.8361290849673203, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "cde8c1ee-6755-45ea-a6e0-382348206566", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.44862121212121214, "Left": 0.8696013071895425, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8696013071895425, "Y": 0.44862121212121214}, {"X": 0.8817679738562092, "Y": 0.44862121212121214}, {"X": 0.8817679738562092, "Y": 0.4637727272727273}, {"X": 0.8696013071895425, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "10df2938-2c06-42cb-b363-de7d2cf90312", "Text": "correct, please send a letter to my office indicating you have received our letter of", "Geometry": {"BoundingBox": {"Width": 0.6544967320261438, "Top": 0.4671060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4671060606060606}, {"X": 0.179468954248366, "Y": 0.4671060606060606}, {"X": 0.179468954248366, "Y": 0.4822575757575757}, {"X": 0.11764705882352941, "Y": 0.4822575757575757}]}, "Relationships": [{"Ids": ["66499482-0b86-443a-8d4e-6605cdb0b60e", "8d36b04b-fc89-45b2-bc35-19d29a720eea", "413aff23-fa87-499b-b91a-d5cad921befd", "473f4279-e6b2-4761-8b3e-3c0301306e7e", "3a8e40b9-7028-46e2-abb5-5d0a66ccfbac", "9fdb1805-3e61-41ca-9bb8-1cc9d6fb3693", "ee558207-607a-499d-b648-5f9e3d50938b", "a8a86824-23a1-4543-9242-16416a22b6ef", "e406b03d-7d92-44c3-a741-bbb8cdf9985b", "23f30dc5-684f-44af-b670-9d8f285c9021", "1f5de75b-5518-4e71-b654-79f7d66b15f0", "d5e5bb5b-208b-4b27-8e98-a728cfbe3cfa", "73ba4b73-858a-49bb-b4e1-b3f7efed05e9", "3975ccde-0c06-4a53-ab95-6f36abd62dbe", "3da8492e-8962-4f4b-b103-89939e90915f"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "66499482-0b86-443a-8d4e-6605cdb0b60e", "Text": "correct,", "Geometry": {"BoundingBox": {"Width": 0.0618218954248366, "Top": 0.4671060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4671060606060606}, {"X": 0.179468954248366, "Y": 0.4671060606060606}, {"X": 0.179468954248366, "Y": 0.4822575757575757}, {"X": 0.11764705882352941, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8d36b04b-fc89-45b2-bc35-19d29a720eea", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.4671060606060606, "Left": 0.1838921568627451, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1838921568627451, "Y": 0.4671060606060606}, {"X": 0.23527614379084966, "Y": 0.4671060606060606}, {"X": 0.23527614379084966, "Y": 0.4822575757575757}, {"X": 0.1838921568627451, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "413aff23-fa87-499b-b91a-d5cad921befd", "Text": "send", "Geometry": {"BoundingBox": {"Width": 0.03802124183006536, "Top": 0.4671060606060606, "Left": 0.23970261437908497, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23970261437908497, "Y": 0.4671060606060606}, {"X": 0.2777238562091503, "Y": 0.4671060606060606}, {"X": 0.2777238562091503, "Y": 0.4822575757575757}, {"X": 0.23970261437908497, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "473f4279-e6b2-4761-8b3e-3c0301306e7e", "Text": "a", "Geometry": {"BoundingBox": {"Width": 0.009392156862745098, "Top": 0.4671060606060606, "Left": 0.2821650326797386, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2821650326797386, "Y": 0.4671060606060606}, {"X": 0.29155718954248366, "Y": 0.4671060606060606}, {"X": 0.29155718954248366, "Y": 0.4822575757575757}, {"X": 0.2821650326797386, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3a8e40b9-7028-46e2-abb5-5d0a66ccfbac", "Text": "letter", "Geometry": {"BoundingBox": {"Width": 0.04399346405228758, "Top": 0.4671060606060606, "Left": 0.29599019607843136, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.29599019607843136, "Y": 0.4671060606060606}, {"X": 0.33998366013071896, "Y": 0.4671060606060606}, {"X": 0.33998366013071896, "Y": 0.4822575757575757}, {"X": 0.29599019607843136, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9fdb1805-3e61-41ca-9bb8-1cc9d6fb3693", "Text": "to", "Geometry": {"BoundingBox": {"Width": 0.016901960784313726, "Top": 0.4671060606060606, "Left": 0.34441013071895427, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.34441013071895427, "Y": 0.4671060606060606}, {"X": 0.361312091503268, "Y": 0.4671060606060606}, {"X": 0.361312091503268, "Y": 0.4822575757575757}, {"X": 0.34441013071895427, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ee558207-607a-499d-b648-5f9e3d50938b", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024544117647058824, "Top": 0.4671060606060606, "Left": 0.3657516339869281, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3657516339869281, "Y": 0.4671060606060606}, {"X": 0.39029575163398694, "Y": 0.4671060606060606}, {"X": 0.39029575163398694, "Y": 0.4822575757575757}, {"X": 0.3657516339869281, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a8a86824-23a1-4543-9242-16416a22b6ef", "Text": "office", "Geometry": {"BoundingBox": {"Width": 0.04486437908496732, "Top": 0.4671060606060606, "Left": 0.3947222222222222, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3947222222222222, "Y": 0.4671060606060606}, {"X": 0.4395866013071895, "Y": 0.4671060606060606}, {"X": 0.4395866013071895, "Y": 0.4822575757575757}, {"X": 0.3947222222222222, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e406b03d-7d92-44c3-a741-bbb8cdf9985b", "Text": "indicating", "Geometry": {"BoundingBox": {"Width": 0.0778937908496732, "Top": 0.4671060606060606, "Left": 0.44401143790849673, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.44401143790849673, "Y": 0.4671060606060606}, {"X": 0.5219052287581699, "Y": 0.4671060606060606}, {"X": 0.5219052287581699, "Y": 0.4822575757575757}, {"X": 0.44401143790849673, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "23f30dc5-684f-44af-b670-9d8f285c9021", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.4671060606060606, "Left": 0.5263333333333333, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5263333333333333, "Y": 0.4671060606060606}, {"X": 0.5558415032679739, "Y": 0.4671060606060606}, {"X": 0.5558415032679739, "Y": 0.4822575757575757}, {"X": 0.5263333333333333, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1f5de75b-5518-4e71-b654-79f7d66b15f0", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.4671060606060606, "Left": 0.560282679738562, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.560282679738562, "Y": 0.4671060606060606}, {"X": 0.5985980392156862, "Y": 0.4671060606060606}, {"X": 0.5985980392156862, "Y": 0.4822575757575757}, {"X": 0.560282679738562, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d5e5bb5b-208b-4b27-8e98-a728cfbe3cfa", "Text": "received", "Geometry": {"BoundingBox": {"Width": 0.06804901960784314, "Top": 0.4671060606060606, "Left": 0.6030228758169934, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6030228758169934, "Y": 0.4671060606060606}, {"X": 0.6710718954248366, "Y": 0.4671060606060606}, {"X": 0.6710718954248366, "Y": 0.4822575757575757}, {"X": 0.6030228758169934, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "73ba4b73-858a-49bb-b4e1-b3f7efed05e9", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.02748529411764706, "Top": 0.4671060606060606, "Left": 0.6754934640522876, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6754934640522876, "Y": 0.4671060606060606}, {"X": 0.7029787581699347, "Y": 0.4671060606060606}, {"X": 0.7029787581699347, "Y": 0.4822575757575757}, {"X": 0.6754934640522876, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3975ccde-0c06-4a53-ab95-6f36abd62dbe", "Text": "letter", "Geometry": {"BoundingBox": {"Width": 0.04399509803921569, "Top": 0.4671060606060606, "Left": 0.7074035947712418, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7074035947712418, "Y": 0.4671060606060606}, {"X": 0.7513986928104575, "Y": 0.4671060606060606}, {"X": 0.7513986928104575, "Y": 0.4822575757575757}, {"X": 0.7074035947712418, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3da8492e-8962-4f4b-b103-89939e90915f", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.4671060606060606, "Left": 0.7558235294117647, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7558235294117647, "Y": 0.4671060606060606}, {"X": 0.7721437908496732, "Y": 0.4671060606060606}, {"X": 0.7721437908496732, "Y": 0.4822575757575757}, {"X": 0.7558235294117647, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "532bf4a7-d858-4e62-8d3f-5bb7ed89ce31", "Text": "representation. Additionally, please do not contact our client going forward.", "Geometry": {"BoundingBox": {"Width": 0.6066633986928104, "Top": 0.4855909090909091, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4855909090909091}, {"X": 0.24147222222222223, "Y": 0.4855909090909091}, {"X": 0.24147222222222223, "Y": 0.5007424242424242}, {"X": 0.11764705882352941, "Y": 0.5007424242424242}]}, "Relationships": [{"Ids": ["3227f71a-91f8-43a1-9e35-c7860c2a7c0a", "ad34ec15-f621-483d-a233-157b7c26db98", "398998df-1c2b-4e30-9776-9064b72398f7", "d101d5c6-66a3-40db-9b7a-b2d813cd683b", "a1b68b9b-90bd-417d-99d9-422a7f4ab43b", "2875b695-c7af-4456-91cb-549432ff8c34", "958ed6c4-9529-4bed-8cf7-80a923efbd0f", "38b524c8-48cc-415d-be21-23c43a40caf8", "39e9ffc3-78e4-41c7-8c5e-37352f01ca4e", "879e584b-581f-4e81-b75c-cb5d3662a4e6"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "3227f71a-91f8-43a1-9e35-c7860c2a7c0a", "Text": "representation.", "Geometry": {"BoundingBox": {"Width": 0.12382516339869282, "Top": 0.4855909090909091, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4855909090909091}, {"X": 0.24147222222222223, "Y": 0.4855909090909091}, {"X": 0.24147222222222223, "Y": 0.5007424242424242}, {"X": 0.11764705882352941, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ad34ec15-f621-483d-a233-157b7c26db98", "Text": "Additionally,", "Geometry": {"BoundingBox": {"Width": 0.10032843137254902, "Top": 0.4855909090909091, "Left": 0.24591339869281045, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24591339869281045, "Y": 0.4855909090909091}, {"X": 0.34624183006535947, "Y": 0.4855909090909091}, {"X": 0.34624183006535947, "Y": 0.5007424242424242}, {"X": 0.24591339869281045, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "398998df-1c2b-4e30-9776-9064b72398f7", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.4855909090909091, "Left": 0.3506650326797386, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3506650326797386, "Y": 0.4855909090909091}, {"X": 0.40204901960784317, "Y": 0.4855909090909091}, {"X": 0.40204901960784317, "Y": 0.5007424242424242}, {"X": 0.3506650326797386, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d101d5c6-66a3-40db-9b7a-b2d813cd683b", "Text": "do", "Geometry": {"BoundingBox": {"Width": 0.02063562091503268, "Top": 0.4855909090909091, "Left": 0.40647058823529414, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.40647058823529414, "Y": 0.4855909090909091}, {"X": 0.4271062091503268, "Y": 0.4855909090909091}, {"X": 0.4271062091503268, "Y": 0.5007424242424242}, {"X": 0.40647058823529414, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a1b68b9b-90bd-417d-99d9-422a7f4ab43b", "Text": "not", "Geometry": {"BoundingBox": {"Width": 0.027210784313725492, "Top": 0.4855909090909091, "Left": 0.4315441176470588, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4315441176470588, "Y": 0.4855909090909091}, {"X": 0.4587549019607843, "Y": 0.4855909090909091}, {"X": 0.4587549019607843, "Y": 0.5007424242424242}, {"X": 0.4315441176470588, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2875b695-c7af-4456-91cb-549432ff8c34", "Text": "contact", "Geometry": {"BoundingBox": {"Width": 0.05975326797385621, "Top": 0.4855909090909091, "Left": 0.463187908496732, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.463187908496732, "Y": 0.4855909090909091}, {"X": 0.5229411764705882, "Y": 0.4855909090909091}, {"X": 0.5229411764705882, "Y": 0.5007424242424242}, {"X": 0.463187908496732, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "958ed6c4-9529-4bed-8cf7-80a923efbd0f", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.02748529411764706, "Top": 0.4855909090909091, "Left": 0.5273741830065359, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5273741830065359, "Y": 0.4855909090909091}, {"X": 0.554859477124183, "Y": 0.4855909090909091}, {"X": 0.554859477124183, "Y": 0.5007424242424242}, {"X": 0.5273741830065359, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "38b524c8-48cc-415d-be21-23c43a40caf8", "Text": "client", "Geometry": {"BoundingBox": {"Width": 0.04395098039215686, "Top": 0.4855909090909091, "Left": 0.559282679738562, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.559282679738562, "Y": 0.4855909090909091}, {"X": 0.6032336601307189, "Y": 0.4855909090909091}, {"X": 0.6032336601307189, "Y": 0.5007424242424242}, {"X": 0.559282679738562, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "39e9ffc3-78e4-41c7-8c5e-37352f01ca4e", "Text": "going", "Geometry": {"BoundingBox": {"Width": 0.0436062091503268, "Top": 0.4855909090909091, "Left": 0.6076323529411765, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6076323529411765, "Y": 0.4855909090909091}, {"X": 0.6512385620915032, "Y": 0.4855909090909091}, {"X": 0.6512385620915032, "Y": 0.5007424242424242}, {"X": 0.6076323529411765, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "879e584b-581f-4e81-b75c-cb5d3662a4e6", "Text": "forward.", "Geometry": {"BoundingBox": {"Width": 0.0686437908496732, "Top": 0.4855909090909091, "Left": 0.6556666666666666, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6556666666666666, "Y": 0.4855909090909091}, {"X": 0.7243104575163398, "Y": 0.4855909090909091}, {"X": 0.7243104575163398, "Y": 0.5007424242424242}, {"X": 0.6556666666666666, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "577a787c-954b-47e6-adc3-caa04023a4e2", "Text": "We are requesting that you forward the full policy amount of $300,000. Please forward an", "Geometry": {"BoundingBox": {"Width": 0.7181290849673202, "Top": 0.5225606060606061, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5377121212121212}, {"X": 0.11764705882352941, "Y": 0.5377121212121212}]}, "Relationships": [{"Ids": ["37c091fc-0ef8-48c4-8337-78883b7b328a", "5e9cc9e8-7757-43a1-a637-1ad079e8912d", "bcc471af-cf79-4374-9bc9-b2278df82302", "73bcd232-2fae-4444-940f-d914e67ec773", "80ec2030-3cf3-4a99-a408-503aef390961", "55c7df0d-c9c2-4c56-ac0d-e88f4f0273c8", "240fe80c-9ca3-4b23-89c8-b0cf6ac404cc", "b13f742b-2be5-4096-9edf-a5ae153fba8d", "fa3c9f94-c602-4e80-ae7d-1ebe4dfdc31f", "bd4f6408-6ed6-4b0d-a55b-99c38092b82c", "dc60fd2d-3304-4855-8f4e-169b2e8dc1fc", "2031dc2a-e5f8-4ed4-b801-cb5544a56e4b", "74e67479-d724-46fb-ab7e-0a3304a6f479", "0a642c0d-b78b-41c8-996b-d246c537b078", "525b0803-1903-4791-a63a-2e5ac747d292"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "37c091fc-0ef8-48c4-8337-78883b7b328a", "Text": "We", "Geometry": {"BoundingBox": {"Width": 0.02720751633986928, "Top": 0.5225606060606061, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5377121212121212}, {"X": 0.11764705882352941, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5e9cc9e8-7757-43a1-a637-1ad079e8912d", "Text": "are", "Geometry": {"BoundingBox": {"Width": 0.02599183006535948, "Top": 0.5225606060606061, "Left": 0.14928104575163398, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14928104575163398, "Y": 0.5225606060606061}, {"X": 0.17527287581699347, "Y": 0.5225606060606061}, {"X": 0.17527287581699347, "Y": 0.5377121212121212}, {"X": 0.14928104575163398, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "bcc471af-cf79-4374-9bc9-b2278df82302", "Text": "requesting", "Geometry": {"BoundingBox": {"Width": 0.08522712418300654, "Top": 0.5225606060606061, "Left": 0.17969771241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17969771241830065, "Y": 0.5225606060606061}, {"X": 0.26492483660130717, "Y": 0.5225606060606061}, {"X": 0.26492483660130717, "Y": 0.5377121212121212}, {"X": 0.17969771241830065, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "73bcd232-2fae-4444-940f-d914e67ec773", "Text": "that", "Geometry": {"BoundingBox": {"Width": 0.03283169934640523, "Top": 0.5225606060606061, "Left": 0.2693529411764706, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2693529411764706, "Y": 0.5225606060606061}, {"X": 0.3021846405228758, "Y": 0.5225606060606061}, {"X": 0.3021846405228758, "Y": 0.5377121212121212}, {"X": 0.2693529411764706, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "80ec2030-3cf3-4a99-a408-503aef390961", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.5225606060606061, "Left": 0.30661764705882355, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.30661764705882355, "Y": 0.5225606060606061}, {"X": 0.33612581699346405, "Y": 0.5225606060606061}, {"X": 0.33612581699346405, "Y": 0.5377121212121212}, {"X": 0.30661764705882355, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "55c7df0d-c9c2-4c56-ac0d-e88f4f0273c8", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5225606060606061, "Left": 0.3405669934640523, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3405669934640523, "Y": 0.5225606060606061}, {"X": 0.4042630718954248, "Y": 0.5225606060606061}, {"X": 0.4042630718954248, "Y": 0.5377121212121212}, {"X": 0.3405669934640523, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "240fe80c-9ca3-4b23-89c8-b0cf6ac404cc", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.5225606060606061, "Left": 0.40870424836601305, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.40870424836601305, "Y": 0.5225606060606061}, {"X": 0.43533986928104573, "Y": 0.5225606060606061}, {"X": 0.43533986928104573, "Y": 0.5377121212121212}, {"X": 0.40870424836601305, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b13f742b-2be5-4096-9edf-a5ae153fba8d", "Text": "full", "Geometry": {"BoundingBox": {"Width": 0.025276143790849675, "Top": 0.5225606060606061, "Left": 0.4397598039215686, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4397598039215686, "Y": 0.5225606060606061}, {"X": 0.4650359477124183, "Y": 0.5225606060606061}, {"X": 0.4650359477124183, "Y": 0.5377121212121212}, {"X": 0.4397598039215686, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fa3c9f94-c602-4e80-ae7d-1ebe4dfdc31f", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681535947712418, "Top": 0.5225606060606061, "Left": 0.4694787581699346, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4694787581699346, "Y": 0.5225606060606061}, {"X": 0.5162941176470588, "Y": 0.5225606060606061}, {"X": 0.5162941176470588, "Y": 0.5377121212121212}, {"X": 0.4694787581699346, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "bd4f6408-6ed6-4b0d-a55b-99c38092b82c", "Text": "amount", "Geometry": {"BoundingBox": {"Width": 0.06256699346405228, "Top": 0.5225606060606061, "Left": 0.5207205882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5207205882352941, "Y": 0.5225606060606061}, {"X": 0.5832875816993464, "Y": 0.5225606060606061}, {"X": 0.5832875816993464, "Y": 0.5377121212121212}, {"X": 0.5207205882352941, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "dc60fd2d-3304-4855-8f4e-169b2e8dc1fc", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.5225606060606061, "Left": 0.5877205882352942, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5877205882352942, "Y": 0.5225606060606061}, {"X": 0.6040392156862745, "Y": 0.5225606060606061}, {"X": 0.6040392156862745, "Y": 0.5377121212121212}, {"X": 0.5877205882352942, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2031dc2a-e5f8-4ed4-b801-cb5544a56e4b", "Text": "$300,000.", "Geometry": {"BoundingBox": {"Width": 0.07939705882352942, "Top": 0.5225606060606061, "Left": 0.6084771241830066, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6084771241830066, "Y": 0.5225606060606061}, {"X": 0.687874183006536, "Y": 0.5225606060606061}, {"X": 0.687874183006536, "Y": 0.5377121212121212}, {"X": 0.6084771241830066, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "74e67479-d724-46fb-ab7e-0a3304a6f479", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.5225606060606061, "Left": 0.6923153594771242, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6923153594771242, "Y": 0.5225606060606061}, {"X": 0.7435277777777778, "Y": 0.5225606060606061}, {"X": 0.7435277777777778, "Y": 0.5377121212121212}, {"X": 0.6923153594771242, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0a642c0d-b78b-41c8-996b-d246c537b078", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5225606060606061, "Left": 0.747952614379085, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.747952614379085, "Y": 0.5225606060606061}, {"X": 0.8116486928104576, "Y": 0.5225606060606061}, {"X": 0.8116486928104576, "Y": 0.5377121212121212}, {"X": 0.747952614379085, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "525b0803-1903-4791-a63a-2e5ac747d292", "Text": "an", "Geometry": {"BoundingBox": {"Width": 0.01968627450980392, "Top": 0.5225606060606061, "Left": 0.8160898692810458, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8160898692810458, "Y": 0.5225606060606061}, {"X": 0.8357761437908496, "Y": 0.5225606060606061}, {"X": 0.8357761437908496, "Y": 0.5377121212121212}, {"X": 0.8160898692810458, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "404cd58c-5a5e-4898-bd49-55a871020c1b", "Text": "acknowledgement of our demand and please forward the umbrella policy information if one is", "Geometry": {"BoundingBox": {"Width": 0.7517745098039216, "Top": 0.5410454545454545, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5561969696969696}, {"X": 0.11764705882352941, "Y": 0.5561969696969696}]}, "Relationships": [{"Ids": ["06fc9fe1-1193-4f7a-8dcc-0aaed83249d5", "b345a60a-0811-4923-8b82-faf35ca84a2d", "728cd963-675f-4e31-bba0-a135b2c7ff46", "13d863dc-fd4f-4b71-91bd-0511fe011bc7", "6aff86ff-9555-4d6a-aa1f-dd0cfde460ae", "2f6e3a40-ba37-48d3-9674-fd9258e738ca", "09286670-7892-4877-b847-9a37c40105c4", "1f221b81-10cc-416a-a10c-47aeff887fd4", "1ce6af05-0d72-4b67-84d6-acfc640a0895", "4919c071-cbe0-4b0c-ab09-ac674f337bd2", "9ade743a-48dd-4497-99e9-102e01ffd266", "a26179fe-c5c0-4040-a348-ac37827cb3ac", "98470a82-0318-4612-817b-2a7369f98867", "d740a592-39c8-48c8-a46e-24104c96f8c2"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "06fc9fe1-1193-4f7a-8dcc-0aaed83249d5", "Text": "acknowledgement", "Geometry": {"BoundingBox": {"Width": 0.14708823529411766, "Top": 0.5410454545454545, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5561969696969696}, {"X": 0.11764705882352941, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b345a60a-0811-4923-8b82-faf35ca84a2d", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.5410454545454545, "Left": 0.26916993464052286, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.26916993464052286, "Y": 0.5410454545454545}, {"X": 0.28548856209150325, "Y": 0.5410454545454545}, {"X": 0.28548856209150325, "Y": 0.5561969696969696}, {"X": 0.26916993464052286, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "728cd963-675f-4e31-bba0-a135b2c7ff46", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.027483660130718953, "Top": 0.5410454545454545, "Left": 0.2899264705882353, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2899264705882353, "Y": 0.5410454545454545}, {"X": 0.31741013071895424, "Y": 0.5410454545454545}, {"X": 0.31741013071895424, "Y": 0.5561969696969696}, {"X": 0.2899264705882353, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "13d863dc-fd4f-4b71-91bd-0511fe011bc7", "Text": "demand", "Geometry": {"BoundingBox": {"Width": 0.06570915032679739, "Top": 0.5410454545454545, "Left": 0.32183660130718955, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.32183660130718955, "Y": 0.5410454545454545}, {"X": 0.38754575163398697, "Y": 0.5410454545454545}, {"X": 0.38754575163398697, "Y": 0.5561969696969696}, {"X": 0.32183660130718955, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6aff86ff-9555-4d6a-aa1f-dd0cfde460ae", "Text": "and", "Geometry": {"BoundingBox": {"Width": 0.029988562091503267, "Top": 0.5410454545454545, "Left": 0.39198692810457514, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.39198692810457514, "Y": 0.5410454545454545}, {"X": 0.4219754901960784, "Y": 0.5410454545454545}, {"X": 0.4219754901960784, "Y": 0.5561969696969696}, {"X": 0.39198692810457514, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2f6e3a40-ba37-48d3-9674-fd9258e738ca", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.5410454545454545, "Left": 0.42641666666666667, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.42641666666666667, "Y": 0.5410454545454545}, {"X": 0.47780065359477125, "Y": 0.5410454545454545}, {"X": 0.47780065359477125, "Y": 0.5561969696969696}, {"X": 0.42641666666666667, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "09286670-7892-4877-b847-9a37c40105c4", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5410454545454545, "Left": 0.4822254901960784, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4822254901960784, "Y": 0.5410454545454545}, {"X": 0.545921568627451, "Y": 0.5410454545454545}, {"X": 0.545921568627451, "Y": 0.5561969696969696}, {"X": 0.4822254901960784, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1f221b81-10cc-416a-a10c-47aeff887fd4", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.5410454545454545, "Left": 0.550359477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.550359477124183, "Y": 0.5410454545454545}, {"X": 0.5769950980392157, "Y": 0.5410454545454545}, {"X": 0.5769950980392157, "Y": 0.5561969696969696}, {"X": 0.550359477124183, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1ce6af05-0d72-4b67-84d6-acfc640a0895", "Text": "umbrella", "Geometry": {"BoundingBox": {"Width": 0.07125, "Top": 0.5410454545454545, "Left": 0.581421568627451, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.581421568627451, "Y": 0.5410454545454545}, {"X": 0.652671568627451, "Y": 0.5410454545454545}, {"X": 0.652671568627451, "Y": 0.5561969696969696}, {"X": 0.581421568627451, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4919c071-cbe0-4b0c-ab09-ac674f337bd2", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681699346405229, "Top": 0.5410454545454545, "Left": 0.6571045751633987, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6571045751633987, "Y": 0.5410454545454545}, {"X": 0.703921568627451, "Y": 0.5410454545454545}, {"X": 0.703921568627451, "Y": 0.5561969696969696}, {"X": 0.6571045751633987, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9ade743a-48dd-4497-99e9-102e01ffd266", "Text": "information", "Geometry": {"BoundingBox": {"Width": 0.0947173202614379, "Top": 0.5410454545454545, "Left": 0.7083464052287581, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7083464052287581, "Y": 0.5410454545454545}, {"X": 0.803063725490196, "Y": 0.5410454545454545}, {"X": 0.803063725490196, "Y": 0.5561969696969696}, {"X": 0.7083464052287581, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a26179fe-c5c0-4040-a348-ac37827cb3ac", "Text": "if", "Geometry": {"BoundingBox": {"Width": 0.010480392156862745, "Top": 0.5410454545454545, "Left": 0.8075049019607843, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8075049019607843, "Y": 0.5410454545454545}, {"X": 0.817985294117647, "Y": 0.5410454545454545}, {"X": 0.817985294117647, "Y": 0.5561969696969696}, {"X": 0.8075049019607843, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "98470a82-0318-4612-817b-2a7369f98867", "Text": "one", "Geometry": {"BoundingBox": {"Width": 0.030405228758169936, "Top": 0.5410454545454545, "Left": 0.8224232026143791, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8224232026143791, "Y": 0.5410454545454545}, {"X": 0.852828431372549, "Y": 0.5410454545454545}, {"X": 0.852828431372549, "Y": 0.5561969696969696}, {"X": 0.8224232026143791, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d740a592-39c8-48c8-a46e-24104c96f8c2", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.5410454545454545, "Left": 0.8572549019607844, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8572549019607844, "Y": 0.5410454545454545}, {"X": 0.869421568627451, "Y": 0.5410454545454545}, {"X": 0.869421568627451, "Y": 0.5561969696969696}, {"X": 0.8572549019607844, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "627bff51-9552-41bc-b758-378ae1081415", "Text": "applicable. Please send my secretary any information regarding liens on his policy.", "Geometry": {"BoundingBox": {"Width": 0.6540081699346405, "Top": 0.559530303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.5746818181818182}, {"X": 0.11764705882352941, "Y": 0.5746818181818182}]}, "Relationships": [{"Ids": ["aa68aa68-49ec-4b1d-890d-42c2e78d42b6", "507fafc4-7a76-463d-b1d3-e209b36ca91f", "4973549b-b4b5-4a86-ad92-56b8facc9186", "7c9be969-569a-45da-a9bb-4c50fbe4488e", "1f5efa17-bf27-44f8-a161-0432b3ca881f", "5902fe91-b5af-47aa-8448-b3a4df9f6a5a", "89682d03-5f40-4e66-b2b1-1d2fac40cef0", "c92e1bbf-6540-4a4e-b6b9-8b7bbfd06d3d", "88162f44-4645-4d02-b93b-277452145f42", "4278661e-5158-4049-a331-eb2fb9dcea96", "9ed8dfd6-9110-47cd-a3b0-088b0cb0cb9f", "7d3478b8-bb66-43bc-a1ad-aafe1fb44ad7"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "aa68aa68-49ec-4b1d-890d-42c2e78d42b6", "Text": "applicable.", "Geometry": {"BoundingBox": {"Width": 0.0861797385620915, "Top": 0.559530303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.5746818181818182}, {"X": 0.11764705882352941, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "507fafc4-7a76-463d-b1d3-e209b36ca91f", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.559530303030303, "Left": 0.20826797385620915, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20826797385620915, "Y": 0.559530303030303}, {"X": 0.25948039215686275, "Y": 0.559530303030303}, {"X": 0.25948039215686275, "Y": 0.5746818181818182}, {"X": 0.20826797385620915, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4973549b-b4b5-4a86-ad92-56b8facc9186", "Text": "send", "Geometry": {"BoundingBox": {"Width": 0.038022875816993464, "Top": 0.559530303030303, "Left": 0.2639052287581699, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2639052287581699, "Y": 0.559530303030303}, {"X": 0.3019281045751634, "Y": 0.559530303030303}, {"X": 0.3019281045751634, "Y": 0.5746818181818182}, {"X": 0.2639052287581699, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7c9be969-569a-45da-a9bb-4c50fbe4488e", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024544117647058824, "Top": 0.559530303030303, "Left": 0.3063692810457516, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3063692810457516, "Y": 0.559530303030303}, {"X": 0.33091339869281045, "Y": 0.559530303030303}, {"X": 0.33091339869281045, "Y": 0.5746818181818182}, {"X": 0.3063692810457516, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1f5efa17-bf27-44f8-a161-0432b3ca881f", "Text": "secretary", "Geometry": {"BoundingBox": {"Width": 0.07398692810457516, "Top": 0.559530303030303, "Left": 0.33533986928104575, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.33533986928104575, "Y": 0.559530303030303}, {"X": 0.40932679738562094, "Y": 0.559530303030303}, {"X": 0.40932679738562094, "Y": 0.5746818181818182}, {"X": 0.33533986928104575, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5902fe91-b5af-47aa-8448-b3a4df9f6a5a", "Text": "any", "Geometry": {"BoundingBox": {"Width": 0.028576797385620915, "Top": 0.559530303030303, "Left": 0.4137532679738562, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4137532679738562, "Y": 0.559530303030303}, {"X": 0.4423300653594771, "Y": 0.559530303030303}, {"X": 0.4423300653594771, "Y": 0.5746818181818182}, {"X": 0.4137532679738562, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "89682d03-5f40-4e66-b2b1-1d2fac40cef0", "Text": "information", "Geometry": {"BoundingBox": {"Width": 0.0947173202614379, "Top": 0.559530303030303, "Left": 0.4467549019607843, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4467549019607843, "Y": 0.559530303030303}, {"X": 0.5414722222222222, "Y": 0.559530303030303}, {"X": 0.5414722222222222, "Y": 0.5746818181818182}, {"X": 0.4467549019607843, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c92e1bbf-6540-4a4e-b6b9-8b7bbfd06d3d", "Text": "regarding", "Geometry": {"BoundingBox": {"Width": 0.0763888888888889, "Top": 0.559530303030303, "Left": 0.5459133986928104, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5459133986928104, "Y": 0.559530303030303}, {"X": 0.6223022875816993, "Y": 0.559530303030303}, {"X": 0.6223022875816993, "Y": 0.5746818181818182}, {"X": 0.5459133986928104, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "88162f44-4645-4d02-b93b-277452145f42", "Text": "liens", "Geometry": {"BoundingBox": {"Width": 0.03672549019607843, "Top": 0.559530303030303, "Left": 0.6267238562091503, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6267238562091503, "Y": 0.559530303030303}, {"X": 0.6634493464052287, "Y": 0.559530303030303}, {"X": 0.6634493464052287, "Y": 0.5746818181818182}, {"X": 0.6267238562091503, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4278661e-5158-4049-a331-eb2fb9dcea96", "Text": "on", "Geometry": {"BoundingBox": {"Width": 0.020637254901960785, "Top": 0.559530303030303, "Left": 0.6679003267973856, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6679003267973856, "Y": 0.559530303030303}, {"X": 0.6885375816993464, "Y": 0.559530303030303}, {"X": 0.6885375816993464, "Y": 0.5746818181818182}, {"X": 0.6679003267973856, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9ed8dfd6-9110-47cd-a3b0-088b0cb0cb9f", "Text": "his", "Geometry": {"BoundingBox": {"Width": 0.022470588235294117, "Top": 0.559530303030303, "Left": 0.6929885620915033, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6929885620915033, "Y": 0.559530303030303}, {"X": 0.7154591503267974, "Y": 0.559530303030303}, {"X": 0.7154591503267974, "Y": 0.5746818181818182}, {"X": 0.6929885620915033, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7d3478b8-bb66-43bc-a1ad-aafe1fb44ad7", "Text": "policy.", "Geometry": {"BoundingBox": {"Width": 0.05174509803921569, "Top": 0.559530303030303, "Left": 0.7199101307189543, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7199101307189543, "Y": 0.559530303030303}, {"X": 0.7716552287581699, "Y": 0.559530303030303}, {"X": 0.7716552287581699, "Y": 0.5746818181818182}, {"X": 0.7199101307189543, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "3a236cfb-b8d7-4a65-83c8-c92505073c10", "Text": "Please contact my office if you have any questions.", "Geometry": {"BoundingBox": {"Width": 0.40503758169934634, "Top": 0.5965, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.6116515151515152}, {"X": 0.11764705882352941, "Y": 0.6116515151515152}]}, "Relationships": [{"Ids": ["9593b64f-d00c-4a72-91f3-5596798bd544", "ce7ce2f1-f691-4a32-b11b-23c6065200c5", "512cba83-d8fb-46c8-92aa-3eba405ea951", "193d4188-446d-4c80-a958-1a19569f300d", "11e6810f-653b-461c-9321-fc76da03aa28", "a1cbb35f-7dfe-4743-b359-7cbe3c517545", "dee4c7f3-5dab-4434-a120-26eba0bb72d1", "adf5fcd4-9d50-46cd-b94d-0ad797f73e14", "41358db8-798f-42c7-8645-0bcfa0fa9e2c"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "9593b64f-d00c-4a72-91f3-5596798bd544", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.5965, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.6116515151515152}, {"X": 0.11764705882352941, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ce7ce2f1-f691-4a32-b11b-23c6065200c5", "Text": "contact", "Geometry": {"BoundingBox": {"Width": 0.05975490196078431, "Top": 0.5965, "Left": 0.1732843137254902, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1732843137254902, "Y": 0.5965}, {"X": 0.2330392156862745, "Y": 0.5965}, {"X": 0.2330392156862745, "Y": 0.6116515151515152}, {"X": 0.1732843137254902, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "512cba83-d8fb-46c8-92aa-3eba405ea951", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024545751633986927, "Top": 0.5965, "Left": 0.23747222222222222, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23747222222222222, "Y": 0.5965}, {"X": 0.2620179738562092, "Y": 0.5965}, {"X": 0.2620179738562092, "Y": 0.6116515151515152}, {"X": 0.23747222222222222, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "193d4188-446d-4c80-a958-1a19569f300d", "Text": "office", "Geometry": {"BoundingBox": {"Width": 0.04486437908496732, "Top": 0.5965, "Left": 0.26644281045751633, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.26644281045751633, "Y": 0.5965}, {"X": 0.31130718954248365, "Y": 0.5965}, {"X": 0.31130718954248365, "Y": 0.6116515151515152}, {"X": 0.26644281045751633, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "11e6810f-653b-461c-9321-fc76da03aa28", "Text": "if", "Geometry": {"BoundingBox": {"Width": 0.010480392156862745, "Top": 0.5965, "Left": 0.3157271241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3157271241830065, "Y": 0.5965}, {"X": 0.3262075163398693, "Y": 0.5965}, {"X": 0.3262075163398693, "Y": 0.6116515151515152}, {"X": 0.3157271241830065, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a1cbb35f-7dfe-4743-b359-7cbe3c517545", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.5965, "Left": 0.3306437908496732, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3306437908496732, "Y": 0.5965}, {"X": 0.3601519607843137, "Y": 0.5965}, {"X": 0.3601519607843137, "Y": 0.6116515151515152}, {"X": 0.3306437908496732, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "dee4c7f3-5dab-4434-a120-26eba0bb72d1", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.5965, "Left": 0.36459313725490194, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.36459313725490194, "Y": 0.5965}, {"X": 0.4029084967320261, "Y": 0.5965}, {"X": 0.4029084967320261, "Y": 0.6116515151515152}, {"X": 0.36459313725490194, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "adf5fcd4-9d50-46cd-b94d-0ad797f73e14", "Text": "any", "Geometry": {"BoundingBox": {"Width": 0.028575163398692812, "Top": 0.5965, "Left": 0.4073349673202614, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4073349673202614, "Y": 0.5965}, {"X": 0.43591013071895424, "Y": 0.5965}, {"X": 0.43591013071895424, "Y": 0.6116515151515152}, {"X": 0.4073349673202614, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "41358db8-798f-42c7-8645-0bcfa0fa9e2c", "Text": "questions.", "Geometry": {"BoundingBox": {"Width": 0.08234803921568627, "Top": 0.5965, "Left": 0.44033660130718955, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.44033660130718955, "Y": 0.5965}, {"X": 0.5226846405228758, "Y": 0.5965}, {"X": 0.5226846405228758, "Y": 0.6116515151515152}, {"X": 0.44033660130718955, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "eefb30b4-29bc-40a4-8da9-69f46f6817b4", "Text": "Sincerely,", "Geometry": {"BoundingBox": {"Width": 0.07671568627450981, "Top": 0.6519545454545455, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6671060606060606}, {"X": 0.11764705882352941, "Y": 0.6671060606060606}]}, "Relationships": [{"Ids": ["3ed3a6b7-bc65-4964-bbd3-b5fc1e7e0e48"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "3ed3a6b7-bc65-4964-bbd3-b5fc1e7e0e48", "Text": "Sincerely,", "Geometry": {"BoundingBox": {"Width": 0.07671568627450981, "Top": 0.6519545454545455, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6671060606060606}, {"X": 0.11764705882352941, "Y": 0.6671060606060606}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "2e0598c4-cab4-44e8-94a2-bc82d6b05a73", "Text": "Angela Berry, Attorney", "Geometry": {"BoundingBox": {"Width": 0.1818496732026144, "Top": 0.6889242424242424, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.7040757575757576}, {"X": 0.11764705882352941, "Y": 0.7040757575757576}]}, "Relationships": [{"Ids": ["4d1db854-298c-4cd7-a9dd-3763c73fbf54", "a3c91ed7-8949-45c8-a052-989397d3be3f", "7c4a11d0-657c-4dac-b66f-415607d2a13f"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "4d1db854-298c-4cd7-a9dd-3763c73fbf54", "Text": "Angela", "Geometry": {"BoundingBox": {"Width": 0.05452614379084968, "Top": 0.6889242424242424, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.7040757575757576}, {"X": 0.11764705882352941, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a3c91ed7-8949-45c8-a052-989397d3be3f", "Text": "Berry,", "Geometry": {"BoundingBox": {"Width": 0.04786928104575163, "Top": 0.6889242424242424, "Left": 0.1766062091503268, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1766062091503268, "Y": 0.6889242424242424}, {"X": 0.22447549019607843, "Y": 0.6889242424242424}, {"X": 0.22447549019607843, "Y": 0.7040757575757576}, {"X": 0.1766062091503268, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7c4a11d0-657c-4dac-b66f-415607d2a13f", "Text": "Attorney", "Geometry": {"BoundingBox": {"Width": 0.07059803921568628, "Top": 0.6889242424242424, "Left": 0.22889869281045752, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22889869281045752, "Y": 0.6889242424242424}, {"X": 0.2994967320261438, "Y": 0.6889242424242424}, {"X": 0.2994967320261438, "Y": 0.7040757575757576}, {"X": 0.22889869281045752, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}], "Entities": [{"BlockReferences": [{"BlockId": "0dc52d7d-b52c-4cad-8306-8caefd933ac7", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "11327628-161d-40d9-93f0-540f301c0b28"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "bb56e516-fffb-4aa0-95d3-2dfc1b87c8b4"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "8b602a6d-098f-4e06-b814-5f8199a5e268"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "6862f1b7-f6b7-470d-8f01-8b28f393211f"}], "BeginOffset": 0, "EndOffset": 31}], "Text": "Budget Mutual Insurance Company", "Type": "Insurance Company", "Score": 1}, {"BlockReferences": [{"BlockId": "ddcc78fa-76c0-4658-a25c-dab0e7e3d816", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "a7435e5d-4ebf-4185-8d2e-a512218f497e"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "350f0729-3785-4d56-9752-61a9e20ccbed"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "2cd4d9d6-1ac8-4a66-8229-2eac3ff82e62"}], "BeginOffset": 0, "EndOffset": 17}, {"BlockId": "4f56255a-4784-4b37-a337-70343a3d7a33", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 12, "ChildBlockId": "a038860b-f3f4-44aa-a349-e9a00edef558"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "0992618b-e449-4f46-ae2c-e3e36bf7d147"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "d23fea9d-595e-4b4b-a22e-d62f66ea0b71"}], "BeginOffset": 0, "EndOffset": 21}], "Text": "9876 Infinity Ave Springfield, MI 65541", "Type": "Insurance Company Address", "Score": 1}, {"BlockReferences": [{"BlockId": "072cfdde-5a7b-497b-abd3-5f4a9ffda7f8", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "bc4f7957-1faa-44bc-ad1e-eb3881e22393"}, {"BeginOffset": 0, "EndOffset": 1, "ChildBlockId": "7a62224b-8149-4944-ab86-d579b36d6cbf"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "706bc020-e215-4893-9645-52c0e59e6ba4"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "3e5f1e86-96a0-4977-a3dc-65e311d62d30"}], "BeginOffset": 0, "EndOffset": 16}], "Text": "Blair & Kim PLLC", "Type": "Law Firm", "Score": 1}, {"BlockReferences": [{"BlockId": "86a82a1a-0b78-406a-8872-a08c4ae9ae47", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "0a38ce21-6a34-4d76-9004-66b527337040"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "f0b2a84e-0577-43aa-b043-7e14fcb910a9"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "01b0712d-d6ff-4e93-9d19-a3fc10ac1b32"}], "BeginOffset": 0, "EndOffset": 12}, {"BlockId": "6d2ddeef-ba1a-4b05-bb83-848eb9061e47", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "e37c2004-4375-41a5-8ddd-dcb83a1188f4"}, {"BeginOffset": 0, "EndOffset": 15, "ChildBlockId": "22035b16-fa1f-4eac-b1c5-a06305767373"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "74e5f48e-8dca-44ff-886e-044e257edf75"}], "BeginOffset": 0, "EndOffset": 29}], "Text": "724 Alder St Tacoma, Washington(WA), 98443", "Type": "Law Office Address", "Score": 1}, {"BlockReferences": [{"BlockId": "e8eea571-9f35-4069-8357-93ac7a425e09", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "b8f69245-5149-4524-b97c-c4c93f205864"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "9984e3f5-2a29-4004-a469-e267bb4c9216"}], "BeginOffset": 12, "EndOffset": 25}], "Text": "William Jones", "Type": "Beneficiary Name", "Score": 1}, {"BlockReferences": [{"BlockId": "6c45c14f-0246-49b8-b8a0-fe9970eda2ba", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "34926058-7a01-427a-b796-09e7d4ad6701"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "af864dd4-97b6-4cc4-b5a1-b9b19ee53dad"}], "BeginOffset": 24, "EndOffset": 37}], "Text": "William Jones", "Type": "Beneficiary Name", "Score": 1}, {"BlockReferences": [{"BlockId": "6c45c14f-0246-49b8-b8a0-fe9970eda2ba", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "c41e0ec3-c94c-4a1c-9568-58b28937c576"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "ddbbabd7-08e8-4640-a04e-1923121a36c1"}], "BeginOffset": 62, "EndOffset": 78}], "Text": "Teresa Holloway.", "Type": "Policy Holder Name", "Score": 1}, {"BlockReferences": [{"BlockId": "ac7561e2-4a38-491c-9b58-5e62fe2da430", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 12, "ChildBlockId": "fac00ff3-2ebb-4e25-be6f-f3255d251c83"}], "BeginOffset": 55, "EndOffset": 67}], "Text": "(#357375500)", "Type": "Policy Number", "Score": 1}, {"BlockReferences": [{"BlockId": "577a787c-954b-47e6-adc3-caa04023a4e2", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "2031dc2a-e5f8-4ed4-b801-cb5544a56e4b"}], "BeginOffset": 61, "EndOffset": 70}], "Text": "$300,000.", "Type": "Payout", "Score": 1}, {"BlockReferences": [{"BlockId": "577a787c-954b-47e6-adc3-caa04023a4e2", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "37c091fc-0ef8-48c4-8337-78883b7b328a"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "5e9cc9e8-7757-43a1-a637-1ad079e8912d"}, {"BeginOffset": 0, "EndOffset": 10, "ChildBlockId": "bcc471af-cf79-4374-9bc9-b2278df82302"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "73bcd232-2fae-4444-940f-d914e67ec773"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "80ec2030-3cf3-4a99-a408-503aef390961"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "55c7df0d-c9c2-4c56-ac0d-e88f4f0273c8"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "240fe80c-9ca3-4b23-89c8-b0cf6ac404cc"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "b13f742b-2be5-4096-9edf-a5ae153fba8d"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "fa3c9f94-c602-4e80-ae7d-1ebe4dfdc31f"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "bd4f6408-6ed6-4b0d-a55b-99c38092b82c"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "dc60fd2d-3304-4855-8f4e-169b2e8dc1fc"}], "BeginOffset": 0, "EndOffset": 60}, {"BlockId": "577a787c-954b-47e6-adc3-caa04023a4e2", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "74e67479-d724-46fb-ab7e-0a3304a6f479"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "0a642c0d-b78b-41c8-996b-d246c537b078"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "525b0803-1903-4791-a63a-2e5ac747d292"}], "BeginOffset": 71, "EndOffset": 88}, {"BlockId": "404cd58c-5a5e-4898-bd49-55a871020c1b", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 15, "ChildBlockId": "06fc9fe1-1193-4f7a-8dcc-0aaed83249d5"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "b345a60a-0811-4923-8b82-faf35ca84a2d"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "728cd963-675f-4e31-bba0-a135b2c7ff46"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "13d863dc-fd4f-4b71-91bd-0511fe011bc7"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "6aff86ff-9555-4d6a-aa1f-dd0cfde460ae"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "2f6e3a40-ba37-48d3-9674-fd9258e738ca"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "09286670-7892-4877-b847-9a37c40105c4"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "1f221b81-10cc-416a-a10c-47aeff887fd4"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "1ce6af05-0d72-4b67-84d6-acfc640a0895"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "4919c071-cbe0-4b0c-ab09-ac674f337bd2"}, {"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "9ade743a-48dd-4497-99e9-102e01ffd266"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "a26179fe-c5c0-4040-a348-ac37827cb3ac"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "98470a82-0318-4612-817b-2a7369f98867"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "d740a592-39c8-48c8-a46e-24104c96f8c2"}], "BeginOffset": 0, "EndOffset": 90}, {"BlockId": "627bff51-9552-41bc-b758-378ae1081415", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "aa68aa68-49ec-4b1d-890d-42c2e78d42b6"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "507fafc4-7a76-463d-b1d3-e209b36ca91f"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "4973549b-b4b5-4a86-ad92-56b8facc9186"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "7c9be969-569a-45da-a9bb-4c50fbe4488e"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "1f5efa17-bf27-44f8-a161-0432b3ca881f"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "5902fe91-b5af-47aa-8448-b3a4df9f6a5a"}, {"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "89682d03-5f40-4e66-b2b1-1d2fac40cef0"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "c92e1bbf-6540-4a4e-b6b9-8b7bbfd06d3d"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "88162f44-4645-4d02-b93b-277452145f42"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "4278661e-5158-4049-a331-eb2fb9dcea96"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "9ed8dfd6-9110-47cd-a3b0-088b0cb0cb9f"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "7d3478b8-bb66-43bc-a1ad-aafe1fb44ad7"}], "BeginOffset": 0, "EndOffset": 83}], "Text": "We are requesting that you forward the full policy amount of Please forward an acknowledgement of our demand and please forward the umbrella policy information if one is applicable. Please send my secretary any information regarding liens on his policy.", "Type": "Required Action", "Score": 1}, {"BlockReferences": [{"BlockId": "2e0598c4-cab4-44e8-94a2-bc82d6b05a73", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "4d1db854-298c-4cd7-a9dd-3763c73fbf54"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "a3c91ed7-8949-45c8-a052-989397d3be3f"}], "BeginOffset": 0, "EndOffset": 13}], "Text": "Angela Berry,", "Type": "Sender", "Score": 1}], "File": "Letter 110-1-f44c090a-ann.json"}
data/raw_data/annotations/Letter 111-1-73074b0e-ann.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"Version": "2021-04-30", "DocumentType": "NativePDF", "DocumentMetadata": {"Pages": "1"}, "Blocks": [{"BlockType": "LINE", "Id": "100f562c-a730-46ee-aace-ab0086974c7a", "Text": "Notice of Representation", "Geometry": {"BoundingBox": {"Width": 0.26350163398692805, "Top": 0.12879545454545455, "Left": 0.11764705882352941, "Height": 0.020303030303030295}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.14909848484848484}, {"X": 0.11764705882352941, "Y": 0.14909848484848484}]}, "Relationships": [{"Ids": ["12615de4-6601-498f-b6f4-c4b311f697a2", "bb26ee47-39a3-46ff-ab72-527f1953c7ca", "052826ba-383a-4e0f-89ee-606cb8b5529b"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "12615de4-6601-498f-b6f4-c4b311f697a2", "Text": "Notice", "Geometry": {"BoundingBox": {"Width": 0.06877614379084968, "Top": 0.12879545454545455, "Left": 0.11764705882352941, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.14909848484848484}, {"X": 0.11764705882352941, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "bb26ee47-39a3-46ff-ab72-527f1953c7ca", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.021490196078431372, "Top": 0.12879545454545455, "Left": 0.19227777777777777, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.19227777777777777, "Y": 0.12879545454545455}, {"X": 0.21376797385620913, "Y": 0.12879545454545455}, {"X": 0.21376797385620913, "Y": 0.14909848484848484}, {"X": 0.19227777777777777, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "052826ba-383a-4e0f-89ee-606cb8b5529b", "Text": "Representation", "Geometry": {"BoundingBox": {"Width": 0.16152777777777777, "Top": 0.12879545454545455, "Left": 0.21962091503267975, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.21962091503267975, "Y": 0.12879545454545455}, {"X": 0.3811486928104575, "Y": 0.12879545454545455}, {"X": 0.3811486928104575, "Y": 0.14909848484848484}, {"X": 0.21962091503267975, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "01e51acd-06d5-460d-ac07-5683070eaf85", "Text": "Budget Mutual Insurance Company", "Geometry": {"BoundingBox": {"Width": 0.28107516339869276, "Top": 0.15256060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.1677121212121212}, {"X": 0.11764705882352941, "Y": 0.1677121212121212}]}, "Relationships": [{"Ids": ["88942f38-f18e-4fae-b868-739657082837", "125b2e18-af5a-4bdb-ab64-3f8ed925fc75", "134fdcf7-edcd-496e-949f-a9403ebf6ef8", "09a027c3-613a-4982-843c-a064dc6a3c13"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "88942f38-f18e-4fae-b868-739657082837", "Text": "Budget", "Geometry": {"BoundingBox": {"Width": 0.0568235294117647, "Top": 0.15256060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.1677121212121212}, {"X": 0.11764705882352941, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "125b2e18-af5a-4bdb-ab64-3f8ed925fc75", "Text": "Mutual", "Geometry": {"BoundingBox": {"Width": 0.0578202614379085, "Top": 0.15256060606060606, "Left": 0.17890196078431372, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17890196078431372, "Y": 0.15256060606060606}, {"X": 0.23672222222222222, "Y": 0.15256060606060606}, {"X": 0.23672222222222222, "Y": 0.1677121212121212}, {"X": 0.17890196078431372, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "134fdcf7-edcd-496e-949f-a9403ebf6ef8", "Text": "Insurance", "Geometry": {"BoundingBox": {"Width": 0.07780065359477124, "Top": 0.15256060606060606, "Left": 0.24116503267973857, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24116503267973857, "Y": 0.15256060606060606}, {"X": 0.31896568627450983, "Y": 0.15256060606060606}, {"X": 0.31896568627450983, "Y": 0.1677121212121212}, {"X": 0.24116503267973857, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "09a027c3-613a-4982-843c-a064dc6a3c13", "Text": "Company", "Geometry": {"BoundingBox": {"Width": 0.07533169934640523, "Top": 0.15256060606060606, "Left": 0.323390522875817, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.323390522875817, "Y": 0.15256060606060606}, {"X": 0.3987222222222222, "Y": 0.15256060606060606}, {"X": 0.3987222222222222, "Y": 0.1677121212121212}, {"X": 0.323390522875817, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "fed41429-5523-41e9-8e17-36fa6a6cc92a", "Text": "9876 Infinity Ave", "Geometry": {"BoundingBox": {"Width": 0.13456209150326795, "Top": 0.17104545454545456, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.1861969696969697}, {"X": 0.11764705882352941, "Y": 0.1861969696969697}]}, "Relationships": [{"Ids": ["c452119b-0d44-471d-86cc-e087203f91fe", "36c8765e-43c6-4da6-a854-7727dac274f0", "35fa7b31-0f35-465b-93a0-a3128dfa3c7b"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "c452119b-0d44-471d-86cc-e087203f91fe", "Text": "9876", "Geometry": {"BoundingBox": {"Width": 0.039753267973856206, "Top": 0.17104545454545456, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.1861969696969697}, {"X": 0.11764705882352941, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "36c8765e-43c6-4da6-a854-7727dac274f0", "Text": "Infinity", "Geometry": {"BoundingBox": {"Width": 0.05597875816993464, "Top": 0.17104545454545456, "Left": 0.16183006535947714, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16183006535947714, "Y": 0.17104545454545456}, {"X": 0.21780882352941178, "Y": 0.17104545454545456}, {"X": 0.21780882352941178, "Y": 0.1861969696969697}, {"X": 0.16183006535947714, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "35fa7b31-0f35-465b-93a0-a3128dfa3c7b", "Text": "Ave", "Geometry": {"BoundingBox": {"Width": 0.0299640522875817, "Top": 0.17104545454545456, "Left": 0.2222450980392157, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2222450980392157, "Y": 0.17104545454545456}, {"X": 0.25220915032679736, "Y": 0.17104545454545456}, {"X": 0.25220915032679736, "Y": 0.1861969696969697}, {"X": 0.2222450980392157, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "99d0d5e8-4f0e-4247-b62e-e4451b88fb2e", "Text": "Springfield, MI 65541", "Geometry": {"BoundingBox": {"Width": 0.17037581699346407, "Top": 0.18953030303030302, "Left": 0.11764705882352941, "Height": 0.015151515151515166}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.2046818181818182}, {"X": 0.11764705882352941, "Y": 0.2046818181818182}]}, "Relationships": [{"Ids": ["aec30f83-f867-4d29-88f4-6ac1576412d1", "d84a7274-4da3-49fd-aebd-b670cabe75e3", "af54a183-b4b4-41bf-a894-5a6b3de3c39f"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "aec30f83-f867-4d29-88f4-6ac1576412d1", "Text": "Springfield,", "Geometry": {"BoundingBox": {"Width": 0.09012418300653595, "Top": 0.18953030303030302, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.2046818181818182}, {"X": 0.11764705882352941, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d84a7274-4da3-49fd-aebd-b670cabe75e3", "Text": "MI", "Geometry": {"BoundingBox": {"Width": 0.021705882352941176, "Top": 0.18953030303030302, "Left": 0.21219444444444444, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21219444444444444, "Y": 0.18953030303030302}, {"X": 0.23390032679738562, "Y": 0.18953030303030302}, {"X": 0.23390032679738562, "Y": 0.2046818181818182}, {"X": 0.21219444444444444, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "af54a183-b4b4-41bf-a894-5a6b3de3c39f", "Text": "65541", "Geometry": {"BoundingBox": {"Width": 0.04968954248366013, "Top": 0.18953030303030302, "Left": 0.23833333333333334, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23833333333333334, "Y": 0.18953030303030302}, {"X": 0.2880228758169935, "Y": 0.18953030303030302}, {"X": 0.2880228758169935, "Y": 0.2046818181818182}, {"X": 0.23833333333333334, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "0bf0ca50-d4a1-4402-a326-d9ea61252ede", "Text": "Bleck & Dacker PLLC", "Geometry": {"BoundingBox": {"Width": 0.16112091503267975, "Top": 0.2268030303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515166}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.2268030303030303}, {"X": 0.15978267973856208, "Y": 0.2268030303030303}, {"X": 0.15978267973856208, "Y": 0.24195454545454548}, {"X": 0.11764705882352941, "Y": 0.24195454545454548}]}, "Relationships": [{"Ids": ["73ff56ee-6c3a-4c2a-bb7b-bfb0924b8d7d", "76cf3322-2fd2-46d2-8756-49bcc0ae3c57", "8e3909f9-4b6b-4554-b977-ee27f29b2553", "7573bddc-b725-42ec-ac52-e76cef0ade2a"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "73ff56ee-6c3a-4c2a-bb7b-bfb0924b8d7d", "Text": "Bleck", "Geometry": {"BoundingBox": {"Width": 0.04213562091503268, "Top": 0.2268030303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.2268030303030303}, {"X": 0.15978267973856208, "Y": 0.2268030303030303}, {"X": 0.15978267973856208, "Y": 0.24195454545454548}, {"X": 0.11764705882352941, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "76cf3322-2fd2-46d2-8756-49bcc0ae3c57", "Text": "&", "Geometry": {"BoundingBox": {"Width": 0.013372549019607842, "Top": 0.2268030303030303, "Left": 0.16420751633986927, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16420751633986927, "Y": 0.2268030303030303}, {"X": 0.17758006535947712, "Y": 0.2268030303030303}, {"X": 0.17758006535947712, "Y": 0.24195454545454548}, {"X": 0.16420751633986927, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8e3909f9-4b6b-4554-b977-ee27f29b2553", "Text": "Dacker", "Geometry": {"BoundingBox": {"Width": 0.05525980392156863, "Top": 0.2268030303030303, "Left": 0.18201633986928104, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.18201633986928104, "Y": 0.2268030303030303}, {"X": 0.23727614379084966, "Y": 0.2268030303030303}, {"X": 0.23727614379084966, "Y": 0.24195454545454548}, {"X": 0.18201633986928104, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7573bddc-b725-42ec-ac52-e76cef0ade2a", "Text": "PLLC", "Geometry": {"BoundingBox": {"Width": 0.03706535947712418, "Top": 0.2268030303030303, "Left": 0.24170261437908497, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24170261437908497, "Y": 0.2268030303030303}, {"X": 0.27876797385620916, "Y": 0.2268030303030303}, {"X": 0.27876797385620916, "Y": 0.24195454545454548}, {"X": 0.24170261437908497, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "10884a70-4f1c-4aa6-868f-a9a85fea358d", "Text": "802 E 34th St", "Geometry": {"BoundingBox": {"Width": 0.10500980392156864, "Top": 0.24528787878787878, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.24528787878787878}, {"X": 0.1474624183006536, "Y": 0.24528787878787878}, {"X": 0.1474624183006536, "Y": 0.2604393939393939}, {"X": 0.11764705882352941, "Y": 0.2604393939393939}]}, "Relationships": [{"Ids": ["5d40f47a-cdda-434b-a6fc-d9c8dba7dd28", "70693e43-7c72-4389-8e14-958043256c8b", "4dbc9197-5d63-4a1d-b441-ca90acc87fac", "0c61d875-92b3-4cf8-bc60-85e227086638"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "5d40f47a-cdda-434b-a6fc-d9c8dba7dd28", "Text": "802", "Geometry": {"BoundingBox": {"Width": 0.029815359477124184, "Top": 0.24528787878787878, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.24528787878787878}, {"X": 0.1474624183006536, "Y": 0.24528787878787878}, {"X": 0.1474624183006536, "Y": 0.2604393939393939}, {"X": 0.11764705882352941, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "70693e43-7c72-4389-8e14-958043256c8b", "Text": "E", "Geometry": {"BoundingBox": {"Width": 0.009568627450980392, "Top": 0.24528787878787878, "Left": 0.1518921568627451, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1518921568627451, "Y": 0.24528787878787878}, {"X": 0.16146078431372549, "Y": 0.24528787878787878}, {"X": 0.16146078431372549, "Y": 0.2604393939393939}, {"X": 0.1518921568627451, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4dbc9197-5d63-4a1d-b441-ca90acc87fac", "Text": "34th", "Geometry": {"BoundingBox": {"Width": 0.03673692810457516, "Top": 0.24528787878787878, "Left": 0.16590032679738562, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16590032679738562, "Y": 0.24528787878787878}, {"X": 0.20263725490196077, "Y": 0.24528787878787878}, {"X": 0.20263725490196077, "Y": 0.2604393939393939}, {"X": 0.16590032679738562, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0c61d875-92b3-4cf8-bc60-85e227086638", "Text": "St", "Geometry": {"BoundingBox": {"Width": 0.01557843137254902, "Top": 0.24528787878787878, "Left": 0.20707843137254903, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20707843137254903, "Y": 0.24528787878787878}, {"X": 0.22265686274509805, "Y": 0.24528787878787878}, {"X": 0.22265686274509805, "Y": 0.2604393939393939}, {"X": 0.20707843137254903, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "19bf0570-4cb9-40e6-a6a1-b6bb9603cacb", "Text": "Kent, Washington(WA), 98042", "Geometry": {"BoundingBox": {"Width": 0.24188071895424837, "Top": 0.26377272727272727, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.26377272727272727}, {"X": 0.15936274509803922, "Y": 0.26377272727272727}, {"X": 0.15936274509803922, "Y": 0.2789242424242424}, {"X": 0.11764705882352941, "Y": 0.2789242424242424}]}, "Relationships": [{"Ids": ["3e1d6bde-fbcc-4856-b4a6-302faf161256", "43373f7a-3bf6-43f2-b004-dcab610816a9", "ac9f5fc5-e880-4afb-a565-3f6d842a3ba2"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "3e1d6bde-fbcc-4856-b4a6-302faf161256", "Text": "Kent,", "Geometry": {"BoundingBox": {"Width": 0.041715686274509806, "Top": 0.26377272727272727, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.26377272727272727}, {"X": 0.15936274509803922, "Y": 0.26377272727272727}, {"X": 0.15936274509803922, "Y": 0.2789242424242424}, {"X": 0.11764705882352941, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "43373f7a-3bf6-43f2-b004-dcab610816a9", "Text": "Washington(WA),", "Geometry": {"BoundingBox": {"Width": 0.14162745098039214, "Top": 0.26377272727272727, "Left": 0.1637859477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1637859477124183, "Y": 0.26377272727272727}, {"X": 0.3054133986928105, "Y": 0.26377272727272727}, {"X": 0.3054133986928105, "Y": 0.2789242424242424}, {"X": 0.1637859477124183, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ac9f5fc5-e880-4afb-a565-3f6d842a3ba2", "Text": "98042", "Geometry": {"BoundingBox": {"Width": 0.04969117647058824, "Top": 0.26377272727272727, "Left": 0.30983660130718954, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.30983660130718954, "Y": 0.26377272727272727}, {"X": 0.3595277777777778, "Y": 0.26377272727272727}, {"X": 0.3595277777777778, "Y": 0.2789242424242424}, {"X": 0.30983660130718954, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "56edbc4c-8923-4ac1-aa8f-0a3ad1c428ec", "Text": "Our Client: Amber Serrano", "Geometry": {"BoundingBox": {"Width": 0.21111274509803926, "Top": 0.31922727272727275, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.3343787878787879}, {"X": 0.11764705882352941, "Y": 0.3343787878787879}]}, "Relationships": [{"Ids": ["79172e43-81e6-4cb8-becd-b7837d1101ba", "b14693fc-9ebe-49a6-a0d7-fee5f024c7d8", "ebb99b84-6aa3-4194-8884-6adc38634ebb", "0c76f3ab-a30a-4df1-b0a2-53b52b775641"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "79172e43-81e6-4cb8-becd-b7837d1101ba", "Text": "Our", "Geometry": {"BoundingBox": {"Width": 0.03012091503267974, "Top": 0.31922727272727275, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.3343787878787879}, {"X": 0.11764705882352941, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b14693fc-9ebe-49a6-a0d7-fee5f024c7d8", "Text": "Client:", "Geometry": {"BoundingBox": {"Width": 0.05135294117647059, "Top": 0.31922727272727275, "Left": 0.1521846405228758, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1521846405228758, "Y": 0.31922727272727275}, {"X": 0.20353758169934638, "Y": 0.31922727272727275}, {"X": 0.20353758169934638, "Y": 0.3343787878787879}, {"X": 0.1521846405228758, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ebb99b84-6aa3-4194-8884-6adc38634ebb", "Text": "Amber", "Geometry": {"BoundingBox": {"Width": 0.05391013071895425, "Top": 0.31922727272727275, "Left": 0.20795915032679738, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20795915032679738, "Y": 0.31922727272727275}, {"X": 0.26186928104575163, "Y": 0.31922727272727275}, {"X": 0.26186928104575163, "Y": 0.3343787878787879}, {"X": 0.20795915032679738, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0c76f3ab-a30a-4df1-b0a2-53b52b775641", "Text": "Serrano", "Geometry": {"BoundingBox": {"Width": 0.0624640522875817, "Top": 0.31922727272727275, "Left": 0.26629575163398694, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.26629575163398694, "Y": 0.31922727272727275}, {"X": 0.32875980392156867, "Y": 0.31922727272727275}, {"X": 0.32875980392156867, "Y": 0.3343787878787879}, {"X": 0.26629575163398694, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "ca4610ba-93c3-4987-b4c8-6cf58a6d5e82", "Text": "Date of death: 3/19/2021", "Geometry": {"BoundingBox": {"Width": 0.20366176470588235, "Top": 0.3377121212121212, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3528636363636363}, {"X": 0.11764705882352941, "Y": 0.3528636363636363}]}, "Relationships": [{"Ids": ["b1f78146-fb26-4709-965f-5088233105e3", "6523dc9b-2a63-42fc-9a08-11d311c6a233", "3b17220f-0778-41ad-afe0-06233fdbcea7", "2a9add6d-0639-430b-b813-9aa4fe5419e8"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "b1f78146-fb26-4709-965f-5088233105e3", "Text": "Date", "Geometry": {"BoundingBox": {"Width": 0.03778921568627451, "Top": 0.3377121212121212, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3528636363636363}, {"X": 0.11764705882352941, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6523dc9b-2a63-42fc-9a08-11d311c6a233", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.3377121212121212, "Left": 0.15986111111111112, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.15986111111111112, "Y": 0.3377121212121212}, {"X": 0.1761813725490196, "Y": 0.3377121212121212}, {"X": 0.1761813725490196, "Y": 0.3528636363636363}, {"X": 0.15986111111111112, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3b17220f-0778-41ad-afe0-06233fdbcea7", "Text": "death:", "Geometry": {"BoundingBox": {"Width": 0.05157679738562092, "Top": 0.3377121212121212, "Left": 0.18061601307189543, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.18061601307189543, "Y": 0.3377121212121212}, {"X": 0.23219281045751633, "Y": 0.3377121212121212}, {"X": 0.23219281045751633, "Y": 0.3528636363636363}, {"X": 0.18061601307189543, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2a9add6d-0639-430b-b813-9aa4fe5419e8", "Text": "3/19/2021", "Geometry": {"BoundingBox": {"Width": 0.08469281045751634, "Top": 0.3377121212121212, "Left": 0.23661601307189542, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23661601307189542, "Y": 0.3377121212121212}, {"X": 0.32130882352941176, "Y": 0.3377121212121212}, {"X": 0.32130882352941176, "Y": 0.3528636363636363}, {"X": 0.23661601307189542, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "1330170a-0d61-46c6-b054-282c5cb9b061", "Text": "To Whom It May Concern,", "Geometry": {"BoundingBox": {"Width": 0.20909967320261438, "Top": 0.39316666666666666, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.4083181818181818}, {"X": 0.11764705882352941, "Y": 0.4083181818181818}]}, "Relationships": [{"Ids": ["955b3a42-348c-437c-a984-e008b5f5fbd6", "c1ee1e9a-362d-45c3-9863-d448539c4004", "bc88a82b-8889-4e1d-be5c-61a35621f12f", "7d93f7a2-36ab-4dc8-96ca-5332cd424cfb", "e9e42f26-2a6d-45ab-936b-17fc0a313d91"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "955b3a42-348c-437c-a984-e008b5f5fbd6", "Text": "To", "Geometry": {"BoundingBox": {"Width": 0.01988888888888889, "Top": 0.39316666666666666, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.4083181818181818}, {"X": 0.11764705882352941, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c1ee1e9a-362d-45c3-9863-d448539c4004", "Text": "Whom", "Geometry": {"BoundingBox": {"Width": 0.05374346405228758, "Top": 0.39316666666666666, "Left": 0.14197875816993463, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14197875816993463, "Y": 0.39316666666666666}, {"X": 0.19572222222222221, "Y": 0.39316666666666666}, {"X": 0.19572222222222221, "Y": 0.4083181818181818}, {"X": 0.14197875816993463, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "bc88a82b-8889-4e1d-be5c-61a35621f12f", "Text": "It", "Geometry": {"BoundingBox": {"Width": 0.011509803921568628, "Top": 0.39316666666666666, "Left": 0.20015686274509803, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20015686274509803, "Y": 0.39316666666666666}, {"X": 0.21166666666666667, "Y": 0.39316666666666666}, {"X": 0.21166666666666667, "Y": 0.4083181818181818}, {"X": 0.20015686274509803, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7d93f7a2-36ab-4dc8-96ca-5332cd424cfb", "Text": "May", "Geometry": {"BoundingBox": {"Width": 0.03503921568627451, "Top": 0.39316666666666666, "Left": 0.2160996732026144, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2160996732026144, "Y": 0.39316666666666666}, {"X": 0.2511388888888889, "Y": 0.39316666666666666}, {"X": 0.2511388888888889, "Y": 0.4083181818181818}, {"X": 0.2160996732026144, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e9e42f26-2a6d-45ab-936b-17fc0a313d91", "Text": "Concern,", "Geometry": {"BoundingBox": {"Width": 0.07118137254901961, "Top": 0.39316666666666666, "Left": 0.25556535947712417, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.25556535947712417, "Y": 0.39316666666666666}, {"X": 0.3267467320261438, "Y": 0.39316666666666666}, {"X": 0.3267467320261438, "Y": 0.4083181818181818}, {"X": 0.25556535947712417, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "8431ccaa-ef00-44f8-9356-c0799689b6ee", "Text": "I have been retained by Amber Serrano to handle the estate of Oscar Harris. My understanding", "Geometry": {"BoundingBox": {"Width": 0.7559150326797386, "Top": 0.43013636363636365, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.4452878787878788}, {"X": 0.11764705882352941, "Y": 0.4452878787878788}]}, "Relationships": [{"Ids": ["737e948e-4760-46f7-b638-12d6b41b7f7f", "d6590d10-f512-46af-8899-3326c1deeb58", "a67a3a2b-e130-4f56-89bb-1441649ef722", "92764cb8-d200-42c6-81fc-1807a3b3dd18", "bf2d69eb-64f8-46ca-aa65-02bd6b98fcba", "d8eebda1-7297-4d75-a0b5-812490956ef2", "ed21d42a-8875-4d97-a7d9-14e7e84f7931", "25d885e2-7dd6-4567-9805-2672535a69e0", "1360c2a4-cb51-4368-a56b-4049c4d2c43f", "3d4ec514-74c9-49c6-8d0a-3204ee65cc5d", "9d6aeefb-7ddb-484f-978f-436e9ec3544b", "529db6c3-1eb3-4eff-b37a-e1f995297b04", "b41f99b6-f645-4c95-ae06-ec03a408d4e1", "492616fa-0921-4549-9dc9-6057f1f90a2c", "c69865ec-9ee9-48ba-9887-93695dd554b9", "69c18af9-943b-4e83-b2ef-f45cbe07e151"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "737e948e-4760-46f7-b638-12d6b41b7f7f", "Text": "I", "Geometry": {"BoundingBox": {"Width": 0.004941176470588235, "Top": 0.43013636363636365, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.4452878787878788}, {"X": 0.11764705882352941, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d6590d10-f512-46af-8899-3326c1deeb58", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.43013636363636365, "Left": 0.12702124183006536, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.12702124183006536, "Y": 0.43013636363636365}, {"X": 0.16533660130718952, "Y": 0.43013636363636365}, {"X": 0.16533660130718952, "Y": 0.4452878787878788}, {"X": 0.12702124183006536, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a67a3a2b-e130-4f56-89bb-1441649ef722", "Text": "been", "Geometry": {"BoundingBox": {"Width": 0.04010947712418301, "Top": 0.43013636363636365, "Left": 0.16976307189542483, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16976307189542483, "Y": 0.43013636363636365}, {"X": 0.20987254901960783, "Y": 0.43013636363636365}, {"X": 0.20987254901960783, "Y": 0.4452878787878788}, {"X": 0.16976307189542483, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "92764cb8-d200-42c6-81fc-1807a3b3dd18", "Text": "retained", "Geometry": {"BoundingBox": {"Width": 0.06740522875816994, "Top": 0.43013636363636365, "Left": 0.2143137254901961, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2143137254901961, "Y": 0.43013636363636365}, {"X": 0.281718954248366, "Y": 0.43013636363636365}, {"X": 0.281718954248366, "Y": 0.4452878787878788}, {"X": 0.2143137254901961, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "bf2d69eb-64f8-46ca-aa65-02bd6b98fcba", "Text": "by", "Geometry": {"BoundingBox": {"Width": 0.01918464052287582, "Top": 0.43013636363636365, "Left": 0.28616013071895424, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.28616013071895424, "Y": 0.43013636363636365}, {"X": 0.30534477124183007, "Y": 0.43013636363636365}, {"X": 0.30534477124183007, "Y": 0.4452878787878788}, {"X": 0.28616013071895424, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d8eebda1-7297-4d75-a0b5-812490956ef2", "Text": "Amber", "Geometry": {"BoundingBox": {"Width": 0.05391013071895425, "Top": 0.43013636363636365, "Left": 0.30976143790849675, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.30976143790849675, "Y": 0.43013636363636365}, {"X": 0.363671568627451, "Y": 0.43013636363636365}, {"X": 0.363671568627451, "Y": 0.4452878787878788}, {"X": 0.30976143790849675, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ed21d42a-8875-4d97-a7d9-14e7e84f7931", "Text": "Serrano", "Geometry": {"BoundingBox": {"Width": 0.0624656862745098, "Top": 0.43013636363636365, "Left": 0.3680964052287582, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3680964052287582, "Y": 0.43013636363636365}, {"X": 0.430562091503268, "Y": 0.43013636363636365}, {"X": 0.430562091503268, "Y": 0.4452878787878788}, {"X": 0.3680964052287582, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "25d885e2-7dd6-4567-9805-2672535a69e0", "Text": "to", "Geometry": {"BoundingBox": {"Width": 0.016901960784313726, "Top": 0.43013636363636365, "Left": 0.4350016339869281, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4350016339869281, "Y": 0.43013636363636365}, {"X": 0.4519035947712418, "Y": 0.43013636363636365}, {"X": 0.4519035947712418, "Y": 0.4452878787878788}, {"X": 0.4350016339869281, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1360c2a4-cb51-4368-a56b-4049c4d2c43f", "Text": "handle", "Geometry": {"BoundingBox": {"Width": 0.054562091503267976, "Top": 0.43013636363636365, "Left": 0.45634313725490194, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.45634313725490194, "Y": 0.43013636363636365}, {"X": 0.5109052287581699, "Y": 0.43013636363636365}, {"X": 0.5109052287581699, "Y": 0.4452878787878788}, {"X": 0.45634313725490194, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3d4ec514-74c9-49c6-8d0a-3204ee65cc5d", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.43013636363636365, "Left": 0.5153300653594771, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5153300653594771, "Y": 0.43013636363636365}, {"X": 0.5419656862745098, "Y": 0.43013636363636365}, {"X": 0.5419656862745098, "Y": 0.4452878787878788}, {"X": 0.5153300653594771, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9d6aeefb-7ddb-484f-978f-436e9ec3544b", "Text": "estate", "Geometry": {"BoundingBox": {"Width": 0.04971895424836601, "Top": 0.43013636363636365, "Left": 0.5463921568627451, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5463921568627451, "Y": 0.43013636363636365}, {"X": 0.5961111111111111, "Y": 0.43013636363636365}, {"X": 0.5961111111111111, "Y": 0.4452878787878788}, {"X": 0.5463921568627451, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "529db6c3-1eb3-4eff-b37a-e1f995297b04", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.43013636363636365, "Left": 0.6005359477124182, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6005359477124182, "Y": 0.43013636363636365}, {"X": 0.6168562091503268, "Y": 0.43013636363636365}, {"X": 0.6168562091503268, "Y": 0.4452878787878788}, {"X": 0.6005359477124182, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b41f99b6-f645-4c95-ae06-ec03a408d4e1", "Text": "Oscar", "Geometry": {"BoundingBox": {"Width": 0.0451797385620915, "Top": 0.43013636363636365, "Left": 0.6212843137254902, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6212843137254902, "Y": 0.43013636363636365}, {"X": 0.6664640522875817, "Y": 0.43013636363636365}, {"X": 0.6664640522875817, "Y": 0.4452878787878788}, {"X": 0.6212843137254902, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "492616fa-0921-4549-9dc9-6057f1f90a2c", "Text": "Harris.", "Geometry": {"BoundingBox": {"Width": 0.05239052287581699, "Top": 0.43013636363636365, "Left": 0.6708888888888889, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6708888888888889, "Y": 0.43013636363636365}, {"X": 0.7232794117647059, "Y": 0.43013636363636365}, {"X": 0.7232794117647059, "Y": 0.4452878787878788}, {"X": 0.6708888888888889, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c69865ec-9ee9-48ba-9887-93695dd554b9", "Text": "My", "Geometry": {"BoundingBox": {"Width": 0.02564705882352941, "Top": 0.43013636363636365, "Left": 0.7277205882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7277205882352941, "Y": 0.43013636363636365}, {"X": 0.7533676470588235, "Y": 0.43013636363636365}, {"X": 0.7533676470588235, "Y": 0.4452878787878788}, {"X": 0.7277205882352941, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "69c18af9-943b-4e83-b2ef-f45cbe07e151", "Text": "understanding", "Geometry": {"BoundingBox": {"Width": 0.11576797385620916, "Top": 0.43013636363636365, "Left": 0.7577941176470588, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7577941176470588, "Y": 0.43013636363636365}, {"X": 0.873562091503268, "Y": 0.43013636363636365}, {"X": 0.873562091503268, "Y": 0.4452878787878788}, {"X": 0.7577941176470588, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "d7ba3255-dd5f-417c-af0e-f0b809f93a2a", "Text": "is that they had a life insurance policy (#416262892) with your company. If this is correct,", "Geometry": {"BoundingBox": {"Width": 0.7101846405228758, "Top": 0.44862121212121214, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.44862121212121214}, {"X": 0.12981372549019607, "Y": 0.44862121212121214}, {"X": 0.12981372549019607, "Y": 0.4637727272727273}, {"X": 0.11764705882352941, "Y": 0.4637727272727273}]}, "Relationships": [{"Ids": ["e3cf76d5-54d9-4c7a-9bea-3ea6fd756b6e", "3ad01b48-0add-4ffa-bf6e-85c51e9163b5", "f0453aee-98a5-49f1-ac35-583e381e7d12", "2d71c5bb-7230-4886-ab92-9af2d33bb79c", "4d227fc9-c354-48b6-a085-b3e384e6ffcd", "3b28bcba-adcd-49c4-a502-0e92fa3a3a1f", "90cd160e-d975-480e-a2a5-0b015ddbea3d", "e508e0c7-e957-429a-a62e-77540be49d10", "345e0561-0fea-4053-a699-7fc06ad76514", "6a7935ad-7116-4c69-89a9-4a13081f4eb8", "2aa0a425-09fe-4849-a0d4-c40defb9f3c8", "d9f1d001-c2ff-4cfd-b441-b31c074b31bd", "eaec69a6-f572-497d-bb2f-3b21d9ff22ff", "4c778af2-4b61-416d-a1bf-a713996075c6", "95c22c02-d0b5-4a9f-89e6-1ad1d0f957e7", "3b7cac64-451b-4627-9e90-4fbdb7b6cabe"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "e3cf76d5-54d9-4c7a-9bea-3ea6fd756b6e", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.44862121212121214, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.44862121212121214}, {"X": 0.12981372549019607, "Y": 0.44862121212121214}, {"X": 0.12981372549019607, "Y": 0.4637727272727273}, {"X": 0.11764705882352941, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3ad01b48-0add-4ffa-bf6e-85c51e9163b5", "Text": "that", "Geometry": {"BoundingBox": {"Width": 0.03283169934640523, "Top": 0.44862121212121214, "Left": 0.13424836601307188, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.13424836601307188, "Y": 0.44862121212121214}, {"X": 0.16708006535947711, "Y": 0.44862121212121214}, {"X": 0.16708006535947711, "Y": 0.4637727272727273}, {"X": 0.13424836601307188, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f0453aee-98a5-49f1-ac35-583e381e7d12", "Text": "they", "Geometry": {"BoundingBox": {"Width": 0.035509803921568626, "Top": 0.44862121212121214, "Left": 0.17151307189542483, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17151307189542483, "Y": 0.44862121212121214}, {"X": 0.20702287581699347, "Y": 0.44862121212121214}, {"X": 0.20702287581699347, "Y": 0.4637727272727273}, {"X": 0.17151307189542483, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2d71c5bb-7230-4886-ab92-9af2d33bb79c", "Text": "had", "Geometry": {"BoundingBox": {"Width": 0.029988562091503267, "Top": 0.44862121212121214, "Left": 0.21144934640522875, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21144934640522875, "Y": 0.44862121212121214}, {"X": 0.24143790849673202, "Y": 0.44862121212121214}, {"X": 0.24143790849673202, "Y": 0.4637727272727273}, {"X": 0.21144934640522875, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4d227fc9-c354-48b6-a085-b3e384e6ffcd", "Text": "a", "Geometry": {"BoundingBox": {"Width": 0.009392156862745098, "Top": 0.44862121212121214, "Left": 0.24587908496732025, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24587908496732025, "Y": 0.44862121212121214}, {"X": 0.25527124183006533, "Y": 0.44862121212121214}, {"X": 0.25527124183006533, "Y": 0.4637727272727273}, {"X": 0.24587908496732025, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3b28bcba-adcd-49c4-a502-0e92fa3a3a1f", "Text": "life", "Geometry": {"BoundingBox": {"Width": 0.024748366013071895, "Top": 0.44862121212121214, "Left": 0.2597042483660131, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2597042483660131, "Y": 0.44862121212121214}, {"X": 0.284452614379085, "Y": 0.44862121212121214}, {"X": 0.284452614379085, "Y": 0.4637727272727273}, {"X": 0.2597042483660131, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "90cd160e-d975-480e-a2a5-0b015ddbea3d", "Text": "insurance", "Geometry": {"BoundingBox": {"Width": 0.0773578431372549, "Top": 0.44862121212121214, "Left": 0.2888790849673203, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2888790849673203, "Y": 0.44862121212121214}, {"X": 0.3662369281045752, "Y": 0.44862121212121214}, {"X": 0.3662369281045752, "Y": 0.4637727272727273}, {"X": 0.2888790849673203, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e508e0c7-e957-429a-a62e-77540be49d10", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681535947712418, "Top": 0.44862121212121214, "Left": 0.37066339869281045, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.37066339869281045, "Y": 0.44862121212121214}, {"X": 0.4174787581699346, "Y": 0.44862121212121214}, {"X": 0.4174787581699346, "Y": 0.4637727272727273}, {"X": 0.37066339869281045, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "345e0561-0fea-4053-a699-7fc06ad76514", "Text": "(#416262892)", "Geometry": {"BoundingBox": {"Width": 0.11109477124183006, "Top": 0.44862121212121214, "Left": 0.4218937908496732, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4218937908496732, "Y": 0.44862121212121214}, {"X": 0.5329885620915032, "Y": 0.44862121212121214}, {"X": 0.5329885620915032, "Y": 0.4637727272727273}, {"X": 0.4218937908496732, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6a7935ad-7116-4c69-89a9-4a13081f4eb8", "Text": "with", "Geometry": {"BoundingBox": {"Width": 0.035379084967320264, "Top": 0.44862121212121214, "Left": 0.5374248366013072, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5374248366013072, "Y": 0.44862121212121214}, {"X": 0.5728039215686275, "Y": 0.44862121212121214}, {"X": 0.5728039215686275, "Y": 0.4637727272727273}, {"X": 0.5374248366013072, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2aa0a425-09fe-4849-a0d4-c40defb9f3c8", "Text": "your", "Geometry": {"BoundingBox": {"Width": 0.036359477124183005, "Top": 0.44862121212121214, "Left": 0.5772450980392156, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5772450980392156, "Y": 0.44862121212121214}, {"X": 0.6136045751633986, "Y": 0.44862121212121214}, {"X": 0.6136045751633986, "Y": 0.4637727272727273}, {"X": 0.5772450980392156, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d9f1d001-c2ff-4cfd-b441-b31c074b31bd", "Text": "company.", "Geometry": {"BoundingBox": {"Width": 0.0781062091503268, "Top": 0.44862121212121214, "Left": 0.6180294117647058, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6180294117647058, "Y": 0.44862121212121214}, {"X": 0.6961356209150327, "Y": 0.44862121212121214}, {"X": 0.6961356209150327, "Y": 0.4637727272727273}, {"X": 0.6180294117647058, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "eaec69a6-f572-497d-bb2f-3b21d9ff22ff", "Text": "If", "Geometry": {"BoundingBox": {"Width": 0.01092156862745098, "Top": 0.44862121212121214, "Left": 0.700576797385621, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.700576797385621, "Y": 0.44862121212121214}, {"X": 0.7114983660130719, "Y": 0.44862121212121214}, {"X": 0.7114983660130719, "Y": 0.4637727272727273}, {"X": 0.700576797385621, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4c778af2-4b61-416d-a1bf-a713996075c6", "Text": "this", "Geometry": {"BoundingBox": {"Width": 0.029037581699346404, "Top": 0.44862121212121214, "Left": 0.7159346405228758, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7159346405228758, "Y": 0.44862121212121214}, {"X": 0.7449722222222223, "Y": 0.44862121212121214}, {"X": 0.7449722222222223, "Y": 0.4637727272727273}, {"X": 0.7159346405228758, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "95c22c02-d0b5-4a9f-89e6-1ad1d0f957e7", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.44862121212121214, "Left": 0.7494084967320261, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7494084967320261, "Y": 0.44862121212121214}, {"X": 0.7615751633986928, "Y": 0.44862121212121214}, {"X": 0.7615751633986928, "Y": 0.4637727272727273}, {"X": 0.7494084967320261, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3b7cac64-451b-4627-9e90-4fbdb7b6cabe", "Text": "correct,", "Geometry": {"BoundingBox": {"Width": 0.0618218954248366, "Top": 0.44862121212121214, "Left": 0.7660098039215686, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7660098039215686, "Y": 0.44862121212121214}, {"X": 0.8278316993464052, "Y": 0.44862121212121214}, {"X": 0.8278316993464052, "Y": 0.4637727272727273}, {"X": 0.7660098039215686, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "86f5bd24-4a16-4cb9-af77-96fcb97c96ba", "Text": "please send a letter to my office indicating you have received our letter of representation.", "Geometry": {"BoundingBox": {"Width": 0.7165147058823529, "Top": 0.4671060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4671060606060606}, {"X": 0.16903104575163397, "Y": 0.4671060606060606}, {"X": 0.16903104575163397, "Y": 0.4822575757575757}, {"X": 0.11764705882352941, "Y": 0.4822575757575757}]}, "Relationships": [{"Ids": ["fd20da13-4bfe-408f-be5c-8495562fcd6b", "5cf31e90-db01-40e6-a524-9d228cbd08ff", "850f15b8-26f2-4ec1-98a7-fb0dc80731f4", "2a6e6c35-2c1d-45fe-9cca-6a5b4eada68f", "d1fe81ce-2589-4224-82b3-76fc727f20ec", "2c1032ce-40b4-4b9f-9201-029609b41563", "c8148190-fd0c-43e4-83ef-61534b402d8a", "457bc880-67b2-4b50-ba89-fe79025e6365", "0fc6415a-25d8-44fc-9be7-65f39dc21f4c", "3da0803c-10c2-481c-9354-335c36e81353", "b6c799af-f4ca-461f-a37b-8e563a093ebb", "9912c50c-8f05-4248-8e6d-51fd12b69b79", "40763443-f3ab-470b-beaa-406656ee88e5", "555b22e3-a1c2-43fc-9a0d-0648a67c0c1b", "14be04ed-6d41-4882-9b10-57adb04e1f6e"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "fd20da13-4bfe-408f-be5c-8495562fcd6b", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.4671060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4671060606060606}, {"X": 0.16903104575163397, "Y": 0.4671060606060606}, {"X": 0.16903104575163397, "Y": 0.4822575757575757}, {"X": 0.11764705882352941, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5cf31e90-db01-40e6-a524-9d228cbd08ff", "Text": "send", "Geometry": {"BoundingBox": {"Width": 0.03802124183006536, "Top": 0.4671060606060606, "Left": 0.17345751633986928, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17345751633986928, "Y": 0.4671060606060606}, {"X": 0.21147875816993464, "Y": 0.4671060606060606}, {"X": 0.21147875816993464, "Y": 0.4822575757575757}, {"X": 0.17345751633986928, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "850f15b8-26f2-4ec1-98a7-fb0dc80731f4", "Text": "a", "Geometry": {"BoundingBox": {"Width": 0.009392156862745098, "Top": 0.4671060606060606, "Left": 0.21591993464052286, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21591993464052286, "Y": 0.4671060606060606}, {"X": 0.22531209150326797, "Y": 0.4671060606060606}, {"X": 0.22531209150326797, "Y": 0.4822575757575757}, {"X": 0.21591993464052286, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2a6e6c35-2c1d-45fe-9cca-6a5b4eada68f", "Text": "letter", "Geometry": {"BoundingBox": {"Width": 0.04399346405228758, "Top": 0.4671060606060606, "Left": 0.2297450980392157, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2297450980392157, "Y": 0.4671060606060606}, {"X": 0.27373856209150327, "Y": 0.4671060606060606}, {"X": 0.27373856209150327, "Y": 0.4822575757575757}, {"X": 0.2297450980392157, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d1fe81ce-2589-4224-82b3-76fc727f20ec", "Text": "to", "Geometry": {"BoundingBox": {"Width": 0.016901960784313726, "Top": 0.4671060606060606, "Left": 0.2781650326797386, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2781650326797386, "Y": 0.4671060606060606}, {"X": 0.2950669934640523, "Y": 0.4671060606060606}, {"X": 0.2950669934640523, "Y": 0.4822575757575757}, {"X": 0.2781650326797386, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2c1032ce-40b4-4b9f-9201-029609b41563", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024544117647058824, "Top": 0.4671060606060606, "Left": 0.2995065359477124, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2995065359477124, "Y": 0.4671060606060606}, {"X": 0.32405065359477125, "Y": 0.4671060606060606}, {"X": 0.32405065359477125, "Y": 0.4822575757575757}, {"X": 0.2995065359477124, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c8148190-fd0c-43e4-83ef-61534b402d8a", "Text": "office", "Geometry": {"BoundingBox": {"Width": 0.04486437908496732, "Top": 0.4671060606060606, "Left": 0.32847712418300656, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.32847712418300656, "Y": 0.4671060606060606}, {"X": 0.3733415032679739, "Y": 0.4671060606060606}, {"X": 0.3733415032679739, "Y": 0.4822575757575757}, {"X": 0.32847712418300656, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "457bc880-67b2-4b50-ba89-fe79025e6365", "Text": "indicating", "Geometry": {"BoundingBox": {"Width": 0.0778937908496732, "Top": 0.4671060606060606, "Left": 0.37776633986928104, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.37776633986928104, "Y": 0.4671060606060606}, {"X": 0.4556601307189542, "Y": 0.4671060606060606}, {"X": 0.4556601307189542, "Y": 0.4822575757575757}, {"X": 0.37776633986928104, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0fc6415a-25d8-44fc-9be7-65f39dc21f4c", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.4671060606060606, "Left": 0.46008823529411763, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.46008823529411763, "Y": 0.4671060606060606}, {"X": 0.48959640522875814, "Y": 0.4671060606060606}, {"X": 0.48959640522875814, "Y": 0.4822575757575757}, {"X": 0.46008823529411763, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3da0803c-10c2-481c-9354-335c36e81353", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.4671060606060606, "Left": 0.4940375816993464, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4940375816993464, "Y": 0.4671060606060606}, {"X": 0.5323529411764706, "Y": 0.4671060606060606}, {"X": 0.5323529411764706, "Y": 0.4822575757575757}, {"X": 0.4940375816993464, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b6c799af-f4ca-461f-a37b-8e563a093ebb", "Text": "received", "Geometry": {"BoundingBox": {"Width": 0.06804901960784314, "Top": 0.4671060606060606, "Left": 0.5367777777777778, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5367777777777778, "Y": 0.4671060606060606}, {"X": 0.604826797385621, "Y": 0.4671060606060606}, {"X": 0.604826797385621, "Y": 0.4822575757575757}, {"X": 0.5367777777777778, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9912c50c-8f05-4248-8e6d-51fd12b69b79", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.02748529411764706, "Top": 0.4671060606060606, "Left": 0.60925, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.60925, "Y": 0.4671060606060606}, {"X": 0.6367352941176471, "Y": 0.4671060606060606}, {"X": 0.6367352941176471, "Y": 0.4822575757575757}, {"X": 0.60925, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "40763443-f3ab-470b-beaa-406656ee88e5", "Text": "letter", "Geometry": {"BoundingBox": {"Width": 0.04399509803921569, "Top": 0.4671060606060606, "Left": 0.6411601307189543, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6411601307189543, "Y": 0.4671060606060606}, {"X": 0.6851552287581699, "Y": 0.4671060606060606}, {"X": 0.6851552287581699, "Y": 0.4822575757575757}, {"X": 0.6411601307189543, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "555b22e3-a1c2-43fc-9a0d-0648a67c0c1b", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.4671060606060606, "Left": 0.6895800653594771, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6895800653594771, "Y": 0.4671060606060606}, {"X": 0.7059003267973857, "Y": 0.4671060606060606}, {"X": 0.7059003267973857, "Y": 0.4822575757575757}, {"X": 0.6895800653594771, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "14be04ed-6d41-4882-9b10-57adb04e1f6e", "Text": "representation.", "Geometry": {"BoundingBox": {"Width": 0.12382516339869282, "Top": 0.4671060606060606, "Left": 0.7103366013071896, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7103366013071896, "Y": 0.4671060606060606}, {"X": 0.8341617647058823, "Y": 0.4671060606060606}, {"X": 0.8341617647058823, "Y": 0.4822575757575757}, {"X": 0.7103366013071896, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "07f88c48-3511-4336-85f0-07df1ff25202", "Text": "Additionally, please do not contact our client going forward.", "Geometry": {"BoundingBox": {"Width": 0.47839869281045744, "Top": 0.4855909090909091, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4855909090909091}, {"X": 0.21797385620915033, "Y": 0.4855909090909091}, {"X": 0.21797385620915033, "Y": 0.5007424242424242}, {"X": 0.11764705882352941, "Y": 0.5007424242424242}]}, "Relationships": [{"Ids": ["9641dbb8-6b40-48dd-b87e-197a5b55e821", "ae1169f7-5b32-4f7e-9deb-7f960aed202c", "c659b0c1-b178-45fe-bb4f-e82a46532193", "4df94929-856d-412e-8d62-aba1fbe0e3d4", "73a0a56c-4634-49e7-8205-1f20ed31f6cc", "c8add9b0-e578-4b89-95d6-2fa7852eda4a", "aa8a2ab8-90cb-4ac4-be78-01ef18c6f201", "86db9503-6115-43a9-95f2-ac3886ec7c5d", "ab02a15b-e559-4cf8-8fa4-4ff4899d2169"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "9641dbb8-6b40-48dd-b87e-197a5b55e821", "Text": "Additionally,", "Geometry": {"BoundingBox": {"Width": 0.10032679738562092, "Top": 0.4855909090909091, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4855909090909091}, {"X": 0.21797385620915033, "Y": 0.4855909090909091}, {"X": 0.21797385620915033, "Y": 0.5007424242424242}, {"X": 0.11764705882352941, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ae1169f7-5b32-4f7e-9deb-7f960aed202c", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.4855909090909091, "Left": 0.22239869281045752, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22239869281045752, "Y": 0.4855909090909091}, {"X": 0.2737826797385621, "Y": 0.4855909090909091}, {"X": 0.2737826797385621, "Y": 0.5007424242424242}, {"X": 0.22239869281045752, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c659b0c1-b178-45fe-bb4f-e82a46532193", "Text": "do", "Geometry": {"BoundingBox": {"Width": 0.02063562091503268, "Top": 0.4855909090909091, "Left": 0.2782058823529412, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2782058823529412, "Y": 0.4855909090909091}, {"X": 0.2988415032679739, "Y": 0.4855909090909091}, {"X": 0.2988415032679739, "Y": 0.5007424242424242}, {"X": 0.2782058823529412, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4df94929-856d-412e-8d62-aba1fbe0e3d4", "Text": "not", "Geometry": {"BoundingBox": {"Width": 0.027210784313725492, "Top": 0.4855909090909091, "Left": 0.3032794117647059, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3032794117647059, "Y": 0.4855909090909091}, {"X": 0.3304901960784314, "Y": 0.4855909090909091}, {"X": 0.3304901960784314, "Y": 0.5007424242424242}, {"X": 0.3032794117647059, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "73a0a56c-4634-49e7-8205-1f20ed31f6cc", "Text": "contact", "Geometry": {"BoundingBox": {"Width": 0.05975326797385621, "Top": 0.4855909090909091, "Left": 0.3349232026143791, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3349232026143791, "Y": 0.4855909090909091}, {"X": 0.3946764705882353, "Y": 0.4855909090909091}, {"X": 0.3946764705882353, "Y": 0.5007424242424242}, {"X": 0.3349232026143791, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c8add9b0-e578-4b89-95d6-2fa7852eda4a", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.02748529411764706, "Top": 0.4855909090909091, "Left": 0.399109477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.399109477124183, "Y": 0.4855909090909091}, {"X": 0.42659477124183004, "Y": 0.4855909090909091}, {"X": 0.42659477124183004, "Y": 0.5007424242424242}, {"X": 0.399109477124183, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "aa8a2ab8-90cb-4ac4-be78-01ef18c6f201", "Text": "client", "Geometry": {"BoundingBox": {"Width": 0.04395098039215686, "Top": 0.4855909090909091, "Left": 0.43101797385620916, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.43101797385620916, "Y": 0.4855909090909091}, {"X": 0.47496895424836605, "Y": 0.4855909090909091}, {"X": 0.47496895424836605, "Y": 0.5007424242424242}, {"X": 0.43101797385620916, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "86db9503-6115-43a9-95f2-ac3886ec7c5d", "Text": "going", "Geometry": {"BoundingBox": {"Width": 0.0436062091503268, "Top": 0.4855909090909091, "Left": 0.4793676470588235, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4793676470588235, "Y": 0.4855909090909091}, {"X": 0.5229738562091503, "Y": 0.4855909090909091}, {"X": 0.5229738562091503, "Y": 0.5007424242424242}, {"X": 0.4793676470588235, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ab02a15b-e559-4cf8-8fa4-4ff4899d2169", "Text": "forward.", "Geometry": {"BoundingBox": {"Width": 0.0686437908496732, "Top": 0.4855909090909091, "Left": 0.5274019607843137, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5274019607843137, "Y": 0.4855909090909091}, {"X": 0.5960457516339869, "Y": 0.4855909090909091}, {"X": 0.5960457516339869, "Y": 0.5007424242424242}, {"X": 0.5274019607843137, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "e3f2bd8c-e5c8-4de2-ba14-fe675dd275ba", "Text": "We are requesting that you forward the full policy amount of $500,000. Please forward an", "Geometry": {"BoundingBox": {"Width": 0.7181290849673202, "Top": 0.5225606060606061, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5377121212121212}, {"X": 0.11764705882352941, "Y": 0.5377121212121212}]}, "Relationships": [{"Ids": ["5b83d7d0-4999-4d3e-b0c8-1948b4716f59", "74135b0b-f1d2-436e-8ae3-ed99103d4e03", "73a69ea1-c897-4f53-bc4d-b6898a5c18f6", "4a17e6bf-b24f-4de2-82d2-f1d5a664f243", "f55edae2-2552-4c4d-bff7-1c86cf6010c1", "4798e998-4404-4ac8-83fa-d5f8e414ab1f", "065baaf0-5f26-45a7-bccf-53d1230b7c50", "184612a1-f6ae-4731-a331-99ebd744ab0a", "4ef7e113-3e87-4b00-b305-64ca60f963df", "53dc0921-fc57-4839-966b-724e0d60d42e", "2d46b1a4-0449-4d1c-a334-56aade6a164b", "349a8cdd-5283-4a3f-8ea9-a8356a361577", "988f771e-e3e6-4ffb-b010-344b7a043431", "b4d05a96-f3fe-4edd-8c15-b72df6601d92", "0ffa674c-c7ad-4809-824a-8b915c71430c"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "5b83d7d0-4999-4d3e-b0c8-1948b4716f59", "Text": "We", "Geometry": {"BoundingBox": {"Width": 0.02720751633986928, "Top": 0.5225606060606061, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5377121212121212}, {"X": 0.11764705882352941, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "74135b0b-f1d2-436e-8ae3-ed99103d4e03", "Text": "are", "Geometry": {"BoundingBox": {"Width": 0.02599183006535948, "Top": 0.5225606060606061, "Left": 0.14928104575163398, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14928104575163398, "Y": 0.5225606060606061}, {"X": 0.17527287581699347, "Y": 0.5225606060606061}, {"X": 0.17527287581699347, "Y": 0.5377121212121212}, {"X": 0.14928104575163398, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "73a69ea1-c897-4f53-bc4d-b6898a5c18f6", "Text": "requesting", "Geometry": {"BoundingBox": {"Width": 0.08522712418300654, "Top": 0.5225606060606061, "Left": 0.17969771241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17969771241830065, "Y": 0.5225606060606061}, {"X": 0.26492483660130717, "Y": 0.5225606060606061}, {"X": 0.26492483660130717, "Y": 0.5377121212121212}, {"X": 0.17969771241830065, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4a17e6bf-b24f-4de2-82d2-f1d5a664f243", "Text": "that", "Geometry": {"BoundingBox": {"Width": 0.03283169934640523, "Top": 0.5225606060606061, "Left": 0.2693529411764706, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2693529411764706, "Y": 0.5225606060606061}, {"X": 0.3021846405228758, "Y": 0.5225606060606061}, {"X": 0.3021846405228758, "Y": 0.5377121212121212}, {"X": 0.2693529411764706, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f55edae2-2552-4c4d-bff7-1c86cf6010c1", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.5225606060606061, "Left": 0.30661764705882355, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.30661764705882355, "Y": 0.5225606060606061}, {"X": 0.33612581699346405, "Y": 0.5225606060606061}, {"X": 0.33612581699346405, "Y": 0.5377121212121212}, {"X": 0.30661764705882355, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4798e998-4404-4ac8-83fa-d5f8e414ab1f", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5225606060606061, "Left": 0.3405669934640523, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3405669934640523, "Y": 0.5225606060606061}, {"X": 0.4042630718954248, "Y": 0.5225606060606061}, {"X": 0.4042630718954248, "Y": 0.5377121212121212}, {"X": 0.3405669934640523, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "065baaf0-5f26-45a7-bccf-53d1230b7c50", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.5225606060606061, "Left": 0.40870424836601305, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.40870424836601305, "Y": 0.5225606060606061}, {"X": 0.43533986928104573, "Y": 0.5225606060606061}, {"X": 0.43533986928104573, "Y": 0.5377121212121212}, {"X": 0.40870424836601305, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "184612a1-f6ae-4731-a331-99ebd744ab0a", "Text": "full", "Geometry": {"BoundingBox": {"Width": 0.025276143790849675, "Top": 0.5225606060606061, "Left": 0.4397598039215686, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4397598039215686, "Y": 0.5225606060606061}, {"X": 0.4650359477124183, "Y": 0.5225606060606061}, {"X": 0.4650359477124183, "Y": 0.5377121212121212}, {"X": 0.4397598039215686, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4ef7e113-3e87-4b00-b305-64ca60f963df", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681535947712418, "Top": 0.5225606060606061, "Left": 0.4694787581699346, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4694787581699346, "Y": 0.5225606060606061}, {"X": 0.5162941176470588, "Y": 0.5225606060606061}, {"X": 0.5162941176470588, "Y": 0.5377121212121212}, {"X": 0.4694787581699346, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "53dc0921-fc57-4839-966b-724e0d60d42e", "Text": "amount", "Geometry": {"BoundingBox": {"Width": 0.06256699346405228, "Top": 0.5225606060606061, "Left": 0.5207205882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5207205882352941, "Y": 0.5225606060606061}, {"X": 0.5832875816993464, "Y": 0.5225606060606061}, {"X": 0.5832875816993464, "Y": 0.5377121212121212}, {"X": 0.5207205882352941, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2d46b1a4-0449-4d1c-a334-56aade6a164b", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.5225606060606061, "Left": 0.5877205882352942, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5877205882352942, "Y": 0.5225606060606061}, {"X": 0.6040392156862745, "Y": 0.5225606060606061}, {"X": 0.6040392156862745, "Y": 0.5377121212121212}, {"X": 0.5877205882352942, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "349a8cdd-5283-4a3f-8ea9-a8356a361577", "Text": "$500,000.", "Geometry": {"BoundingBox": {"Width": 0.07939705882352942, "Top": 0.5225606060606061, "Left": 0.6084771241830066, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6084771241830066, "Y": 0.5225606060606061}, {"X": 0.687874183006536, "Y": 0.5225606060606061}, {"X": 0.687874183006536, "Y": 0.5377121212121212}, {"X": 0.6084771241830066, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "988f771e-e3e6-4ffb-b010-344b7a043431", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.5225606060606061, "Left": 0.6923153594771242, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6923153594771242, "Y": 0.5225606060606061}, {"X": 0.7435277777777778, "Y": 0.5225606060606061}, {"X": 0.7435277777777778, "Y": 0.5377121212121212}, {"X": 0.6923153594771242, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b4d05a96-f3fe-4edd-8c15-b72df6601d92", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5225606060606061, "Left": 0.747952614379085, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.747952614379085, "Y": 0.5225606060606061}, {"X": 0.8116486928104576, "Y": 0.5225606060606061}, {"X": 0.8116486928104576, "Y": 0.5377121212121212}, {"X": 0.747952614379085, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0ffa674c-c7ad-4809-824a-8b915c71430c", "Text": "an", "Geometry": {"BoundingBox": {"Width": 0.01968627450980392, "Top": 0.5225606060606061, "Left": 0.8160898692810458, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8160898692810458, "Y": 0.5225606060606061}, {"X": 0.8357761437908496, "Y": 0.5225606060606061}, {"X": 0.8357761437908496, "Y": 0.5377121212121212}, {"X": 0.8160898692810458, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "c580d9ae-96d4-4bf3-9521-3d35470a99df", "Text": "acknowledgement of our demand and please forward the umbrella policy information if one is", "Geometry": {"BoundingBox": {"Width": 0.7517745098039216, "Top": 0.5410454545454545, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5561969696969696}, {"X": 0.11764705882352941, "Y": 0.5561969696969696}]}, "Relationships": [{"Ids": ["10fa5f61-df9f-4d77-a17e-c59870878190", "d9b20706-e28c-4c05-8997-12c129f76f3c", "4b095c85-3a53-4272-8f6b-f540fd9f0f9b", "6693f506-e266-4518-aafd-459128b655d4", "d1b0eefe-9c96-4ab9-97be-f572e40464aa", "59fa12b1-3859-442b-b3da-3bc6ddebe411", "f154599b-e66d-4875-8f6c-88786c46b7e5", "56ea8d21-7f1c-4020-b07a-ec66d34eae7c", "6e7210b9-3636-47c8-ac51-a4f0ad489002", "3a4e4e6f-5995-4107-8aad-5e71ab9b3b34", "661df2ab-f6cd-4cbf-892b-27114c331583", "f826b17a-fa17-4131-aaee-c3bf89de05e4", "1ff52957-fa77-435f-9a86-dd482bc78820", "affe6020-f917-4302-a463-6d6c60a5575a"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "10fa5f61-df9f-4d77-a17e-c59870878190", "Text": "acknowledgement", "Geometry": {"BoundingBox": {"Width": 0.14708823529411766, "Top": 0.5410454545454545, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5561969696969696}, {"X": 0.11764705882352941, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d9b20706-e28c-4c05-8997-12c129f76f3c", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.5410454545454545, "Left": 0.26916993464052286, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.26916993464052286, "Y": 0.5410454545454545}, {"X": 0.28548856209150325, "Y": 0.5410454545454545}, {"X": 0.28548856209150325, "Y": 0.5561969696969696}, {"X": 0.26916993464052286, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4b095c85-3a53-4272-8f6b-f540fd9f0f9b", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.027483660130718953, "Top": 0.5410454545454545, "Left": 0.2899264705882353, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2899264705882353, "Y": 0.5410454545454545}, {"X": 0.31741013071895424, "Y": 0.5410454545454545}, {"X": 0.31741013071895424, "Y": 0.5561969696969696}, {"X": 0.2899264705882353, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6693f506-e266-4518-aafd-459128b655d4", "Text": "demand", "Geometry": {"BoundingBox": {"Width": 0.06570915032679739, "Top": 0.5410454545454545, "Left": 0.32183660130718955, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.32183660130718955, "Y": 0.5410454545454545}, {"X": 0.38754575163398697, "Y": 0.5410454545454545}, {"X": 0.38754575163398697, "Y": 0.5561969696969696}, {"X": 0.32183660130718955, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d1b0eefe-9c96-4ab9-97be-f572e40464aa", "Text": "and", "Geometry": {"BoundingBox": {"Width": 0.029988562091503267, "Top": 0.5410454545454545, "Left": 0.39198692810457514, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.39198692810457514, "Y": 0.5410454545454545}, {"X": 0.4219754901960784, "Y": 0.5410454545454545}, {"X": 0.4219754901960784, "Y": 0.5561969696969696}, {"X": 0.39198692810457514, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "59fa12b1-3859-442b-b3da-3bc6ddebe411", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.5410454545454545, "Left": 0.42641666666666667, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.42641666666666667, "Y": 0.5410454545454545}, {"X": 0.47780065359477125, "Y": 0.5410454545454545}, {"X": 0.47780065359477125, "Y": 0.5561969696969696}, {"X": 0.42641666666666667, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f154599b-e66d-4875-8f6c-88786c46b7e5", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5410454545454545, "Left": 0.4822254901960784, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4822254901960784, "Y": 0.5410454545454545}, {"X": 0.545921568627451, "Y": 0.5410454545454545}, {"X": 0.545921568627451, "Y": 0.5561969696969696}, {"X": 0.4822254901960784, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "56ea8d21-7f1c-4020-b07a-ec66d34eae7c", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.5410454545454545, "Left": 0.550359477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.550359477124183, "Y": 0.5410454545454545}, {"X": 0.5769950980392157, "Y": 0.5410454545454545}, {"X": 0.5769950980392157, "Y": 0.5561969696969696}, {"X": 0.550359477124183, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6e7210b9-3636-47c8-ac51-a4f0ad489002", "Text": "umbrella", "Geometry": {"BoundingBox": {"Width": 0.07125, "Top": 0.5410454545454545, "Left": 0.581421568627451, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.581421568627451, "Y": 0.5410454545454545}, {"X": 0.652671568627451, "Y": 0.5410454545454545}, {"X": 0.652671568627451, "Y": 0.5561969696969696}, {"X": 0.581421568627451, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3a4e4e6f-5995-4107-8aad-5e71ab9b3b34", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681699346405229, "Top": 0.5410454545454545, "Left": 0.6571045751633987, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6571045751633987, "Y": 0.5410454545454545}, {"X": 0.703921568627451, "Y": 0.5410454545454545}, {"X": 0.703921568627451, "Y": 0.5561969696969696}, {"X": 0.6571045751633987, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "661df2ab-f6cd-4cbf-892b-27114c331583", "Text": "information", "Geometry": {"BoundingBox": {"Width": 0.0947173202614379, "Top": 0.5410454545454545, "Left": 0.7083464052287581, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7083464052287581, "Y": 0.5410454545454545}, {"X": 0.803063725490196, "Y": 0.5410454545454545}, {"X": 0.803063725490196, "Y": 0.5561969696969696}, {"X": 0.7083464052287581, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f826b17a-fa17-4131-aaee-c3bf89de05e4", "Text": "if", "Geometry": {"BoundingBox": {"Width": 0.010480392156862745, "Top": 0.5410454545454545, "Left": 0.8075049019607843, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8075049019607843, "Y": 0.5410454545454545}, {"X": 0.817985294117647, "Y": 0.5410454545454545}, {"X": 0.817985294117647, "Y": 0.5561969696969696}, {"X": 0.8075049019607843, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1ff52957-fa77-435f-9a86-dd482bc78820", "Text": "one", "Geometry": {"BoundingBox": {"Width": 0.030405228758169936, "Top": 0.5410454545454545, "Left": 0.8224232026143791, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8224232026143791, "Y": 0.5410454545454545}, {"X": 0.852828431372549, "Y": 0.5410454545454545}, {"X": 0.852828431372549, "Y": 0.5561969696969696}, {"X": 0.8224232026143791, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "affe6020-f917-4302-a463-6d6c60a5575a", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.5410454545454545, "Left": 0.8572549019607844, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8572549019607844, "Y": 0.5410454545454545}, {"X": 0.869421568627451, "Y": 0.5410454545454545}, {"X": 0.869421568627451, "Y": 0.5561969696969696}, {"X": 0.8572549019607844, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "75337172-c3f0-47cd-8f90-a3564b0a6405", "Text": "applicable. Please send my secretary any information regarding liens on his policy.", "Geometry": {"BoundingBox": {"Width": 0.6540081699346405, "Top": 0.559530303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.5746818181818182}, {"X": 0.11764705882352941, "Y": 0.5746818181818182}]}, "Relationships": [{"Ids": ["7238c9cc-f731-41df-b41a-13027ec1dab4", "1f9f3924-f4cf-4fbf-866d-024ca66b0fa3", "b6531526-413c-4dab-b8c6-f536174e5f4d", "d53fc557-06fa-483e-b114-3911d9a8bf58", "91e2c4fa-be3f-4820-ad0a-73bd9a015f0b", "69723043-eb1c-4e8a-b73c-2087e3104bb2", "cc524b8f-acc7-4aa4-8b35-71b6bee68db6", "b0dbf859-311a-4655-acfc-a0bbba359b86", "453bd582-3af0-4a8f-8990-3539ddb7a2bf", "7b4db2e0-d8c1-411a-a34c-0fe8b8fffece", "d0363d26-ca59-4715-836b-473baa022456", "30fb615b-d3a0-469f-8f15-5ce203923523"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "7238c9cc-f731-41df-b41a-13027ec1dab4", "Text": "applicable.", "Geometry": {"BoundingBox": {"Width": 0.0861797385620915, "Top": 0.559530303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.5746818181818182}, {"X": 0.11764705882352941, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1f9f3924-f4cf-4fbf-866d-024ca66b0fa3", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.559530303030303, "Left": 0.20826797385620915, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20826797385620915, "Y": 0.559530303030303}, {"X": 0.25948039215686275, "Y": 0.559530303030303}, {"X": 0.25948039215686275, "Y": 0.5746818181818182}, {"X": 0.20826797385620915, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b6531526-413c-4dab-b8c6-f536174e5f4d", "Text": "send", "Geometry": {"BoundingBox": {"Width": 0.038022875816993464, "Top": 0.559530303030303, "Left": 0.2639052287581699, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2639052287581699, "Y": 0.559530303030303}, {"X": 0.3019281045751634, "Y": 0.559530303030303}, {"X": 0.3019281045751634, "Y": 0.5746818181818182}, {"X": 0.2639052287581699, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d53fc557-06fa-483e-b114-3911d9a8bf58", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024544117647058824, "Top": 0.559530303030303, "Left": 0.3063692810457516, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3063692810457516, "Y": 0.559530303030303}, {"X": 0.33091339869281045, "Y": 0.559530303030303}, {"X": 0.33091339869281045, "Y": 0.5746818181818182}, {"X": 0.3063692810457516, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "91e2c4fa-be3f-4820-ad0a-73bd9a015f0b", "Text": "secretary", "Geometry": {"BoundingBox": {"Width": 0.07398692810457516, "Top": 0.559530303030303, "Left": 0.33533986928104575, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.33533986928104575, "Y": 0.559530303030303}, {"X": 0.40932679738562094, "Y": 0.559530303030303}, {"X": 0.40932679738562094, "Y": 0.5746818181818182}, {"X": 0.33533986928104575, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "69723043-eb1c-4e8a-b73c-2087e3104bb2", "Text": "any", "Geometry": {"BoundingBox": {"Width": 0.028576797385620915, "Top": 0.559530303030303, "Left": 0.4137532679738562, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4137532679738562, "Y": 0.559530303030303}, {"X": 0.4423300653594771, "Y": 0.559530303030303}, {"X": 0.4423300653594771, "Y": 0.5746818181818182}, {"X": 0.4137532679738562, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "cc524b8f-acc7-4aa4-8b35-71b6bee68db6", "Text": "information", "Geometry": {"BoundingBox": {"Width": 0.0947173202614379, "Top": 0.559530303030303, "Left": 0.4467549019607843, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4467549019607843, "Y": 0.559530303030303}, {"X": 0.5414722222222222, "Y": 0.559530303030303}, {"X": 0.5414722222222222, "Y": 0.5746818181818182}, {"X": 0.4467549019607843, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b0dbf859-311a-4655-acfc-a0bbba359b86", "Text": "regarding", "Geometry": {"BoundingBox": {"Width": 0.0763888888888889, "Top": 0.559530303030303, "Left": 0.5459133986928104, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5459133986928104, "Y": 0.559530303030303}, {"X": 0.6223022875816993, "Y": 0.559530303030303}, {"X": 0.6223022875816993, "Y": 0.5746818181818182}, {"X": 0.5459133986928104, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "453bd582-3af0-4a8f-8990-3539ddb7a2bf", "Text": "liens", "Geometry": {"BoundingBox": {"Width": 0.03672549019607843, "Top": 0.559530303030303, "Left": 0.6267238562091503, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6267238562091503, "Y": 0.559530303030303}, {"X": 0.6634493464052287, "Y": 0.559530303030303}, {"X": 0.6634493464052287, "Y": 0.5746818181818182}, {"X": 0.6267238562091503, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7b4db2e0-d8c1-411a-a34c-0fe8b8fffece", "Text": "on", "Geometry": {"BoundingBox": {"Width": 0.020637254901960785, "Top": 0.559530303030303, "Left": 0.6679003267973856, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6679003267973856, "Y": 0.559530303030303}, {"X": 0.6885375816993464, "Y": 0.559530303030303}, {"X": 0.6885375816993464, "Y": 0.5746818181818182}, {"X": 0.6679003267973856, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d0363d26-ca59-4715-836b-473baa022456", "Text": "his", "Geometry": {"BoundingBox": {"Width": 0.022470588235294117, "Top": 0.559530303030303, "Left": 0.6929885620915033, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6929885620915033, "Y": 0.559530303030303}, {"X": 0.7154591503267974, "Y": 0.559530303030303}, {"X": 0.7154591503267974, "Y": 0.5746818181818182}, {"X": 0.6929885620915033, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "30fb615b-d3a0-469f-8f15-5ce203923523", "Text": "policy.", "Geometry": {"BoundingBox": {"Width": 0.05174509803921569, "Top": 0.559530303030303, "Left": 0.7199101307189543, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7199101307189543, "Y": 0.559530303030303}, {"X": 0.7716552287581699, "Y": 0.559530303030303}, {"X": 0.7716552287581699, "Y": 0.5746818181818182}, {"X": 0.7199101307189543, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "7287b023-8c95-48fa-8e62-73ddc2c0ced9", "Text": "Please contact my office if you have any questions.", "Geometry": {"BoundingBox": {"Width": 0.40503758169934634, "Top": 0.5965, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.6116515151515152}, {"X": 0.11764705882352941, "Y": 0.6116515151515152}]}, "Relationships": [{"Ids": ["3c6faeae-871a-46b0-bcf0-de80dba7f8b1", "1b236dba-8aa4-40fc-ae6d-60b45c5e4447", "90680891-5e2e-49c5-9639-2cd460a1f60c", "3bb1765d-8896-4e6c-854b-8bb0e7efe346", "0451a4cb-bfec-4845-939f-fd9f07a8d342", "39de2df7-07aa-48df-bac7-89a5f79bd814", "3820da78-2371-401b-83bf-30801fc7dfbc", "0f7657d8-9286-45ba-9880-3fc7d7d73a7b", "a40ac069-e189-45ec-b96a-d467d55734a1"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "3c6faeae-871a-46b0-bcf0-de80dba7f8b1", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.5965, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.6116515151515152}, {"X": 0.11764705882352941, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1b236dba-8aa4-40fc-ae6d-60b45c5e4447", "Text": "contact", "Geometry": {"BoundingBox": {"Width": 0.05975490196078431, "Top": 0.5965, "Left": 0.1732843137254902, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1732843137254902, "Y": 0.5965}, {"X": 0.2330392156862745, "Y": 0.5965}, {"X": 0.2330392156862745, "Y": 0.6116515151515152}, {"X": 0.1732843137254902, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "90680891-5e2e-49c5-9639-2cd460a1f60c", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024545751633986927, "Top": 0.5965, "Left": 0.23747222222222222, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23747222222222222, "Y": 0.5965}, {"X": 0.2620179738562092, "Y": 0.5965}, {"X": 0.2620179738562092, "Y": 0.6116515151515152}, {"X": 0.23747222222222222, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3bb1765d-8896-4e6c-854b-8bb0e7efe346", "Text": "office", "Geometry": {"BoundingBox": {"Width": 0.04486437908496732, "Top": 0.5965, "Left": 0.26644281045751633, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.26644281045751633, "Y": 0.5965}, {"X": 0.31130718954248365, "Y": 0.5965}, {"X": 0.31130718954248365, "Y": 0.6116515151515152}, {"X": 0.26644281045751633, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0451a4cb-bfec-4845-939f-fd9f07a8d342", "Text": "if", "Geometry": {"BoundingBox": {"Width": 0.010480392156862745, "Top": 0.5965, "Left": 0.3157271241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3157271241830065, "Y": 0.5965}, {"X": 0.3262075163398693, "Y": 0.5965}, {"X": 0.3262075163398693, "Y": 0.6116515151515152}, {"X": 0.3157271241830065, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "39de2df7-07aa-48df-bac7-89a5f79bd814", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.5965, "Left": 0.3306437908496732, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3306437908496732, "Y": 0.5965}, {"X": 0.3601519607843137, "Y": 0.5965}, {"X": 0.3601519607843137, "Y": 0.6116515151515152}, {"X": 0.3306437908496732, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3820da78-2371-401b-83bf-30801fc7dfbc", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.5965, "Left": 0.36459313725490194, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.36459313725490194, "Y": 0.5965}, {"X": 0.4029084967320261, "Y": 0.5965}, {"X": 0.4029084967320261, "Y": 0.6116515151515152}, {"X": 0.36459313725490194, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0f7657d8-9286-45ba-9880-3fc7d7d73a7b", "Text": "any", "Geometry": {"BoundingBox": {"Width": 0.028575163398692812, "Top": 0.5965, "Left": 0.4073349673202614, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4073349673202614, "Y": 0.5965}, {"X": 0.43591013071895424, "Y": 0.5965}, {"X": 0.43591013071895424, "Y": 0.6116515151515152}, {"X": 0.4073349673202614, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a40ac069-e189-45ec-b96a-d467d55734a1", "Text": "questions.", "Geometry": {"BoundingBox": {"Width": 0.08234803921568627, "Top": 0.5965, "Left": 0.44033660130718955, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.44033660130718955, "Y": 0.5965}, {"X": 0.5226846405228758, "Y": 0.5965}, {"X": 0.5226846405228758, "Y": 0.6116515151515152}, {"X": 0.44033660130718955, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "739d0ba5-ab2a-4e91-b9a1-10cfb4e0a1ae", "Text": "Sincerely,", "Geometry": {"BoundingBox": {"Width": 0.07671568627450981, "Top": 0.6519545454545455, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6671060606060606}, {"X": 0.11764705882352941, "Y": 0.6671060606060606}]}, "Relationships": [{"Ids": ["dc668b08-3e6a-4626-ab35-4d284ca0c1cc"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "dc668b08-3e6a-4626-ab35-4d284ca0c1cc", "Text": "Sincerely,", "Geometry": {"BoundingBox": {"Width": 0.07671568627450981, "Top": 0.6519545454545455, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6671060606060606}, {"X": 0.11764705882352941, "Y": 0.6671060606060606}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "69d85771-c98b-44d1-a43d-d925746a6398", "Text": "Angela Berry, Attorney", "Geometry": {"BoundingBox": {"Width": 0.1818496732026144, "Top": 0.6889242424242424, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.7040757575757576}, {"X": 0.11764705882352941, "Y": 0.7040757575757576}]}, "Relationships": [{"Ids": ["69197a4c-64bd-40fc-bdc7-f1dc47e9f214", "ffba74bd-05f5-4c49-8934-6127fef49d39", "7eeab518-55a5-4043-8b9a-d7d7fc658137"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "69197a4c-64bd-40fc-bdc7-f1dc47e9f214", "Text": "Angela", "Geometry": {"BoundingBox": {"Width": 0.05452614379084968, "Top": 0.6889242424242424, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.7040757575757576}, {"X": 0.11764705882352941, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ffba74bd-05f5-4c49-8934-6127fef49d39", "Text": "Berry,", "Geometry": {"BoundingBox": {"Width": 0.04786928104575163, "Top": 0.6889242424242424, "Left": 0.1766062091503268, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1766062091503268, "Y": 0.6889242424242424}, {"X": 0.22447549019607843, "Y": 0.6889242424242424}, {"X": 0.22447549019607843, "Y": 0.7040757575757576}, {"X": 0.1766062091503268, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7eeab518-55a5-4043-8b9a-d7d7fc658137", "Text": "Attorney", "Geometry": {"BoundingBox": {"Width": 0.07059803921568628, "Top": 0.6889242424242424, "Left": 0.22889869281045752, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22889869281045752, "Y": 0.6889242424242424}, {"X": 0.2994967320261438, "Y": 0.6889242424242424}, {"X": 0.2994967320261438, "Y": 0.7040757575757576}, {"X": 0.22889869281045752, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}], "Entities": [{"BlockReferences": [{"BlockId": "01e51acd-06d5-460d-ac07-5683070eaf85", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "88942f38-f18e-4fae-b868-739657082837"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "125b2e18-af5a-4bdb-ab64-3f8ed925fc75"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "134fdcf7-edcd-496e-949f-a9403ebf6ef8"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "09a027c3-613a-4982-843c-a064dc6a3c13"}], "BeginOffset": 0, "EndOffset": 31}], "Text": "Budget Mutual Insurance Company", "Type": "Insurance Company", "Score": 1}, {"BlockReferences": [{"BlockId": "fed41429-5523-41e9-8e17-36fa6a6cc92a", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "c452119b-0d44-471d-86cc-e087203f91fe"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "36c8765e-43c6-4da6-a854-7727dac274f0"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "35fa7b31-0f35-465b-93a0-a3128dfa3c7b"}], "BeginOffset": 0, "EndOffset": 17}, {"BlockId": "99d0d5e8-4f0e-4247-b62e-e4451b88fb2e", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 12, "ChildBlockId": "aec30f83-f867-4d29-88f4-6ac1576412d1"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "d84a7274-4da3-49fd-aebd-b670cabe75e3"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "af54a183-b4b4-41bf-a894-5a6b3de3c39f"}], "BeginOffset": 0, "EndOffset": 21}], "Text": "9876 Infinity Ave Springfield, MI 65541", "Type": "Insurance Company Address", "Score": 1}, {"BlockReferences": [{"BlockId": "0bf0ca50-d4a1-4402-a326-d9ea61252ede", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "73ff56ee-6c3a-4c2a-bb7b-bfb0924b8d7d"}, {"BeginOffset": 0, "EndOffset": 1, "ChildBlockId": "76cf3322-2fd2-46d2-8756-49bcc0ae3c57"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "8e3909f9-4b6b-4554-b977-ee27f29b2553"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "7573bddc-b725-42ec-ac52-e76cef0ade2a"}], "BeginOffset": 0, "EndOffset": 19}], "Text": "Bleck & Dacker PLLC", "Type": "Law Firm", "Score": 1}, {"BlockReferences": [{"BlockId": "10884a70-4f1c-4aa6-868f-a9a85fea358d", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "5d40f47a-cdda-434b-a6fc-d9c8dba7dd28"}, {"BeginOffset": 0, "EndOffset": 1, "ChildBlockId": "70693e43-7c72-4389-8e14-958043256c8b"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "4dbc9197-5d63-4a1d-b441-ca90acc87fac"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "0c61d875-92b3-4cf8-bc60-85e227086638"}], "BeginOffset": 0, "EndOffset": 13}, {"BlockId": "19bf0570-4cb9-40e6-a6a1-b6bb9603cacb", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "3e1d6bde-fbcc-4856-b4a6-302faf161256"}, {"BeginOffset": 0, "EndOffset": 15, "ChildBlockId": "43373f7a-3bf6-43f2-b004-dcab610816a9"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "ac9f5fc5-e880-4afb-a565-3f6d842a3ba2"}], "BeginOffset": 0, "EndOffset": 27}], "Text": "802 E 34th St Kent, Washington(WA), 98042", "Type": "Law Office Address", "Score": 1}, {"BlockReferences": [{"BlockId": "56edbc4c-8923-4ac1-aa8f-0a3ad1c428ec", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "ebb99b84-6aa3-4194-8884-6adc38634ebb"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "0c76f3ab-a30a-4df1-b0a2-53b52b775641"}], "BeginOffset": 12, "EndOffset": 25}], "Text": "Amber Serrano", "Type": "Beneficiary Name", "Score": 1}, {"BlockReferences": [{"BlockId": "8431ccaa-ef00-44f8-9356-c0799689b6ee", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "d8eebda1-7297-4d75-a0b5-812490956ef2"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "ed21d42a-8875-4d97-a7d9-14e7e84f7931"}], "BeginOffset": 24, "EndOffset": 37}], "Text": "Amber Serrano", "Type": "Beneficiary Name", "Score": 1}, {"BlockReferences": [{"BlockId": "8431ccaa-ef00-44f8-9356-c0799689b6ee", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "b41f99b6-f645-4c95-ae06-ec03a408d4e1"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "492616fa-0921-4549-9dc9-6057f1f90a2c"}], "BeginOffset": 62, "EndOffset": 75}], "Text": "Oscar Harris.", "Type": "Policy Holder Name", "Score": 1}, {"BlockReferences": [{"BlockId": "d7ba3255-dd5f-417c-af0e-f0b809f93a2a", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 12, "ChildBlockId": "345e0561-0fea-4053-a699-7fc06ad76514"}], "BeginOffset": 41, "EndOffset": 53}], "Text": "(#416262892)", "Type": "Policy Number", "Score": 1}, {"BlockReferences": [{"BlockId": "e3f2bd8c-e5c8-4de2-ba14-fe675dd275ba", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "349a8cdd-5283-4a3f-8ea9-a8356a361577"}], "BeginOffset": 61, "EndOffset": 70}], "Text": "$500,000.", "Type": "Payout", "Score": 1}, {"BlockReferences": [{"BlockId": "e3f2bd8c-e5c8-4de2-ba14-fe675dd275ba", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "5b83d7d0-4999-4d3e-b0c8-1948b4716f59"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "74135b0b-f1d2-436e-8ae3-ed99103d4e03"}, {"BeginOffset": 0, "EndOffset": 10, "ChildBlockId": "73a69ea1-c897-4f53-bc4d-b6898a5c18f6"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "4a17e6bf-b24f-4de2-82d2-f1d5a664f243"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "f55edae2-2552-4c4d-bff7-1c86cf6010c1"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "4798e998-4404-4ac8-83fa-d5f8e414ab1f"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "065baaf0-5f26-45a7-bccf-53d1230b7c50"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "184612a1-f6ae-4731-a331-99ebd744ab0a"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "4ef7e113-3e87-4b00-b305-64ca60f963df"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "53dc0921-fc57-4839-966b-724e0d60d42e"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "2d46b1a4-0449-4d1c-a334-56aade6a164b"}], "BeginOffset": 0, "EndOffset": 60}, {"BlockId": "e3f2bd8c-e5c8-4de2-ba14-fe675dd275ba", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "988f771e-e3e6-4ffb-b010-344b7a043431"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "b4d05a96-f3fe-4edd-8c15-b72df6601d92"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "0ffa674c-c7ad-4809-824a-8b915c71430c"}], "BeginOffset": 71, "EndOffset": 88}, {"BlockId": "c580d9ae-96d4-4bf3-9521-3d35470a99df", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 15, "ChildBlockId": "10fa5f61-df9f-4d77-a17e-c59870878190"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "d9b20706-e28c-4c05-8997-12c129f76f3c"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "4b095c85-3a53-4272-8f6b-f540fd9f0f9b"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "6693f506-e266-4518-aafd-459128b655d4"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "d1b0eefe-9c96-4ab9-97be-f572e40464aa"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "59fa12b1-3859-442b-b3da-3bc6ddebe411"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "f154599b-e66d-4875-8f6c-88786c46b7e5"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "56ea8d21-7f1c-4020-b07a-ec66d34eae7c"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "6e7210b9-3636-47c8-ac51-a4f0ad489002"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "3a4e4e6f-5995-4107-8aad-5e71ab9b3b34"}, {"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "661df2ab-f6cd-4cbf-892b-27114c331583"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "f826b17a-fa17-4131-aaee-c3bf89de05e4"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "1ff52957-fa77-435f-9a86-dd482bc78820"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "affe6020-f917-4302-a463-6d6c60a5575a"}], "BeginOffset": 0, "EndOffset": 90}, {"BlockId": "75337172-c3f0-47cd-8f90-a3564b0a6405", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "7238c9cc-f731-41df-b41a-13027ec1dab4"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "1f9f3924-f4cf-4fbf-866d-024ca66b0fa3"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "b6531526-413c-4dab-b8c6-f536174e5f4d"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "d53fc557-06fa-483e-b114-3911d9a8bf58"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "91e2c4fa-be3f-4820-ad0a-73bd9a015f0b"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "69723043-eb1c-4e8a-b73c-2087e3104bb2"}, {"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "cc524b8f-acc7-4aa4-8b35-71b6bee68db6"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "b0dbf859-311a-4655-acfc-a0bbba359b86"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "453bd582-3af0-4a8f-8990-3539ddb7a2bf"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "7b4db2e0-d8c1-411a-a34c-0fe8b8fffece"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "d0363d26-ca59-4715-836b-473baa022456"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "30fb615b-d3a0-469f-8f15-5ce203923523"}], "BeginOffset": 0, "EndOffset": 83}], "Text": "We are requesting that you forward the full policy amount of Please forward an acknowledgement of our demand and please forward the umbrella policy information if one is applicable. Please send my secretary any information regarding liens on his policy.", "Type": "Required Action", "Score": 1}, {"BlockReferences": [{"BlockId": "69d85771-c98b-44d1-a43d-d925746a6398", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "69197a4c-64bd-40fc-bdc7-f1dc47e9f214"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "ffba74bd-05f5-4c49-8934-6127fef49d39"}], "BeginOffset": 0, "EndOffset": 13}], "Text": "Angela Berry,", "Type": "Sender", "Score": 1}], "File": "Letter 111-1-73074b0e-ann.json"}
data/raw_data/annotations/Letter 112-1-d9d1c180-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 113-1-43720d16-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 114-1-5168b777-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 115-1-4d3c03d3-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 116-1-d367f995-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 117-1-4a48e116-ann.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"Version": "2021-04-30", "DocumentType": "NativePDF", "DocumentMetadata": {"Pages": "1"}, "Blocks": [{"BlockType": "LINE", "Id": "8868386e-1e94-4033-b61a-b1d0146f5c38", "Text": "Notice of Representation", "Geometry": {"BoundingBox": {"Width": 0.26350163398692805, "Top": 0.12879545454545455, "Left": 0.11764705882352941, "Height": 0.020303030303030295}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.14909848484848484}, {"X": 0.11764705882352941, "Y": 0.14909848484848484}]}, "Relationships": [{"Ids": ["52e9911e-ee88-4217-8095-02f54b372c3b", "bb30e52f-36cf-474b-9250-e921a9254bf3", "65d188a5-9502-41c8-a0e2-2e092424ac13"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "52e9911e-ee88-4217-8095-02f54b372c3b", "Text": "Notice", "Geometry": {"BoundingBox": {"Width": 0.06877614379084968, "Top": 0.12879545454545455, "Left": 0.11764705882352941, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.14909848484848484}, {"X": 0.11764705882352941, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "bb30e52f-36cf-474b-9250-e921a9254bf3", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.021490196078431372, "Top": 0.12879545454545455, "Left": 0.19227777777777777, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.19227777777777777, "Y": 0.12879545454545455}, {"X": 0.21376797385620913, "Y": 0.12879545454545455}, {"X": 0.21376797385620913, "Y": 0.14909848484848484}, {"X": 0.19227777777777777, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "65d188a5-9502-41c8-a0e2-2e092424ac13", "Text": "Representation", "Geometry": {"BoundingBox": {"Width": 0.16152777777777777, "Top": 0.12879545454545455, "Left": 0.21962091503267975, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.21962091503267975, "Y": 0.12879545454545455}, {"X": 0.3811486928104575, "Y": 0.12879545454545455}, {"X": 0.3811486928104575, "Y": 0.14909848484848484}, {"X": 0.21962091503267975, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "79fa0e9d-3b9b-4200-9ec4-bc5e2e564919", "Text": "Rook Legal", "Geometry": {"BoundingBox": {"Width": 0.0857843137254902, "Top": 0.15256060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.15256060606060606}, {"X": 0.1578937908496732, "Y": 0.15256060606060606}, {"X": 0.1578937908496732, "Y": 0.1677121212121212}, {"X": 0.11764705882352941, "Y": 0.1677121212121212}]}, "Relationships": [{"Ids": ["f0886f8a-d505-45be-9549-4f23deb49e1d", "83b92ecd-eebb-4ee3-9fab-fd5946b69954"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "f0886f8a-d505-45be-9549-4f23deb49e1d", "Text": "Rook", "Geometry": {"BoundingBox": {"Width": 0.04024673202614379, "Top": 0.15256060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.15256060606060606}, {"X": 0.1578937908496732, "Y": 0.15256060606060606}, {"X": 0.1578937908496732, "Y": 0.1677121212121212}, {"X": 0.11764705882352941, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "83b92ecd-eebb-4ee3-9fab-fd5946b69954", "Text": "Legal", "Geometry": {"BoundingBox": {"Width": 0.04111111111111111, "Top": 0.15256060606060606, "Left": 0.1623202614379085, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1623202614379085, "Y": 0.15256060606060606}, {"X": 0.2034313725490196, "Y": 0.15256060606060606}, {"X": 0.2034313725490196, "Y": 0.1677121212121212}, {"X": 0.1623202614379085, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "ca19f996-28ac-42fe-8818-c031f4937e86", "Text": "516 S 46th Pl", "Geometry": {"BoundingBox": {"Width": 0.10348692810457516, "Top": 0.17104545454545456, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.17104545454545456}, {"X": 0.1474624183006536, "Y": 0.17104545454545456}, {"X": 0.1474624183006536, "Y": 0.1861969696969697}, {"X": 0.11764705882352941, "Y": 0.1861969696969697}]}, "Relationships": [{"Ids": ["a0584eb4-763f-45ac-912b-285b02a9cdc5", "c704eb88-d8f1-4ed1-b8bc-190a4f64ac52", "a998a51f-49cc-466a-a7d6-85477a784d56", "8178bdb5-b82f-48ce-8474-86eedccb0bbc"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "a0584eb4-763f-45ac-912b-285b02a9cdc5", "Text": "516", "Geometry": {"BoundingBox": {"Width": 0.029815359477124184, "Top": 0.17104545454545456, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.17104545454545456}, {"X": 0.1474624183006536, "Y": 0.17104545454545456}, {"X": 0.1474624183006536, "Y": 0.1861969696969697}, {"X": 0.11764705882352941, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c704eb88-d8f1-4ed1-b8bc-190a4f64ac52", "Text": "S", "Geometry": {"BoundingBox": {"Width": 0.009, "Top": 0.17104545454545456, "Left": 0.1518921568627451, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1518921568627451, "Y": 0.17104545454545456}, {"X": 0.1608921568627451, "Y": 0.17104545454545456}, {"X": 0.1608921568627451, "Y": 0.1861969696969697}, {"X": 0.1518921568627451, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a998a51f-49cc-466a-a7d6-85477a784d56", "Text": "46th", "Geometry": {"BoundingBox": {"Width": 0.03673692810457516, "Top": 0.17104545454545456, "Left": 0.16533496732026143, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16533496732026143, "Y": 0.17104545454545456}, {"X": 0.20207189542483658, "Y": 0.17104545454545456}, {"X": 0.20207189542483658, "Y": 0.1861969696969697}, {"X": 0.16533496732026143, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8178bdb5-b82f-48ce-8474-86eedccb0bbc", "Text": "Pl", "Geometry": {"BoundingBox": {"Width": 0.014620915032679739, "Top": 0.17104545454545456, "Left": 0.20651307189542484, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20651307189542484, "Y": 0.17104545454545456}, {"X": 0.22113398692810457, "Y": 0.17104545454545456}, {"X": 0.22113398692810457, "Y": 0.1861969696969697}, {"X": 0.20651307189542484, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "b6b981e8-c06e-4000-9959-1515fe7a334f", "Text": "Snohomish, Washington(WA), 98290", "Geometry": {"BoundingBox": {"Width": 0.2934918300653595, "Top": 0.18953030303030302, "Left": 0.11764705882352941, "Height": 0.015151515151515166}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.18953030303030302}, {"X": 0.21097385620915032, "Y": 0.18953030303030302}, {"X": 0.21097385620915032, "Y": 0.2046818181818182}, {"X": 0.11764705882352941, "Y": 0.2046818181818182}]}, "Relationships": [{"Ids": ["be58f17c-5c69-4dd9-a878-00fbef7b258f", "d450a058-182c-405c-9150-f381d652bd4e", "f7b984c8-e644-4ccb-9443-41a747b7066f"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "be58f17c-5c69-4dd9-a878-00fbef7b258f", "Text": "Snohomish,", "Geometry": {"BoundingBox": {"Width": 0.09332679738562091, "Top": 0.18953030303030302, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.18953030303030302}, {"X": 0.21097385620915032, "Y": 0.18953030303030302}, {"X": 0.21097385620915032, "Y": 0.2046818181818182}, {"X": 0.11764705882352941, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d450a058-182c-405c-9150-f381d652bd4e", "Text": "Washington(WA),", "Geometry": {"BoundingBox": {"Width": 0.14162745098039214, "Top": 0.18953030303030302, "Left": 0.2153986928104575, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2153986928104575, "Y": 0.18953030303030302}, {"X": 0.3570261437908496, "Y": 0.18953030303030302}, {"X": 0.3570261437908496, "Y": 0.2046818181818182}, {"X": 0.2153986928104575, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f7b984c8-e644-4ccb-9443-41a747b7066f", "Text": "98290", "Geometry": {"BoundingBox": {"Width": 0.04968954248366013, "Top": 0.18953030303030302, "Left": 0.36144934640522874, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.36144934640522874, "Y": 0.18953030303030302}, {"X": 0.4111388888888889, "Y": 0.18953030303030302}, {"X": 0.4111388888888889, "Y": 0.2046818181818182}, {"X": 0.36144934640522874, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "c1d8991b-3ee1-4ed6-93f2-654e11877e95", "Text": "Direct Insurance Company", "Geometry": {"BoundingBox": {"Width": 0.21000490196078428, "Top": 0.24528787878787878, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.24528787878787878}, {"X": 0.16566339869281047, "Y": 0.24528787878787878}, {"X": 0.16566339869281047, "Y": 0.2604393939393939}, {"X": 0.11764705882352941, "Y": 0.2604393939393939}]}, "Relationships": [{"Ids": ["aadf03a3-dfd8-41e3-a7f2-a4074976383c", "684f24b9-5b50-4536-a7db-d3be876418ba", "fa39aa66-1ffb-4325-b85f-5bbe708b3685"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "aadf03a3-dfd8-41e3-a7f2-a4074976383c", "Text": "Direct", "Geometry": {"BoundingBox": {"Width": 0.04801633986928105, "Top": 0.24528787878787878, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.24528787878787878}, {"X": 0.16566339869281047, "Y": 0.24528787878787878}, {"X": 0.16566339869281047, "Y": 0.2604393939393939}, {"X": 0.11764705882352941, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "684f24b9-5b50-4536-a7db-d3be876418ba", "Text": "Insurance", "Geometry": {"BoundingBox": {"Width": 0.07779901960784313, "Top": 0.24528787878787878, "Left": 0.17009640522875816, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17009640522875816, "Y": 0.24528787878787878}, {"X": 0.2478954248366013, "Y": 0.24528787878787878}, {"X": 0.2478954248366013, "Y": 0.2604393939393939}, {"X": 0.17009640522875816, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fa39aa66-1ffb-4325-b85f-5bbe708b3685", "Text": "Company", "Geometry": {"BoundingBox": {"Width": 0.07533496732026143, "Top": 0.24528787878787878, "Left": 0.2523169934640523, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2523169934640523, "Y": 0.24528787878787878}, {"X": 0.3276519607843137, "Y": 0.24528787878787878}, {"X": 0.3276519607843137, "Y": 0.2604393939393939}, {"X": 0.2523169934640523, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "bcfab5c3-41cf-475d-a119-40e77c9adec5", "Text": "5555 Dakota St.", "Geometry": {"BoundingBox": {"Width": 0.12580555555555556, "Top": 0.26377272727272727, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.26377272727272727}, {"X": 0.1574003267973856, "Y": 0.26377272727272727}, {"X": 0.1574003267973856, "Y": 0.2789242424242424}, {"X": 0.11764705882352941, "Y": 0.2789242424242424}]}, "Relationships": [{"Ids": ["88db35b7-2cd9-414c-85b2-cebbfc1e1fea", "c229ea44-5ce3-4520-bc2c-00b4c3e02281", "9442ab41-20a0-41f8-b423-59528ab85652"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "88db35b7-2cd9-414c-85b2-cebbfc1e1fea", "Text": "5555", "Geometry": {"BoundingBox": {"Width": 0.039753267973856206, "Top": 0.26377272727272727, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.26377272727272727}, {"X": 0.1574003267973856, "Y": 0.26377272727272727}, {"X": 0.1574003267973856, "Y": 0.2789242424242424}, {"X": 0.11764705882352941, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c229ea44-5ce3-4520-bc2c-00b4c3e02281", "Text": "Dakota", "Geometry": {"BoundingBox": {"Width": 0.05666830065359477, "Top": 0.26377272727272727, "Left": 0.16183169934640523, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16183169934640523, "Y": 0.26377272727272727}, {"X": 0.2185, "Y": 0.26377272727272727}, {"X": 0.2185, "Y": 0.2789242424242424}, {"X": 0.16183169934640523, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9442ab41-20a0-41f8-b423-59528ab85652", "Text": "St.", "Geometry": {"BoundingBox": {"Width": 0.020519607843137253, "Top": 0.26377272727272727, "Left": 0.22293300653594772, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22293300653594772, "Y": 0.26377272727272727}, {"X": 0.24345261437908497, "Y": 0.26377272727272727}, {"X": 0.24345261437908497, "Y": 0.2789242424242424}, {"X": 0.22293300653594772, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "f8626f53-61e8-429d-9afb-6db1675b72dd", "Text": "Athens, GA 23001", "Geometry": {"BoundingBox": {"Width": 0.14310784313725491, "Top": 0.28225757575757576, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.28225757575757576}, {"X": 0.17849183006535949, "Y": 0.28225757575757576}, {"X": 0.17849183006535949, "Y": 0.2974090909090909}, {"X": 0.11764705882352941, "Y": 0.2974090909090909}]}, "Relationships": [{"Ids": ["0d31a549-75e8-4efb-87d9-ee8218acc413", "806f2883-7f0d-4a07-a68f-dce4b063a8af", "23665d67-2ca1-4cc6-ab1d-58be8b4d1f82"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "0d31a549-75e8-4efb-87d9-ee8218acc413", "Text": "Athens,", "Geometry": {"BoundingBox": {"Width": 0.06084477124183007, "Top": 0.28225757575757576, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.28225757575757576}, {"X": 0.17849183006535949, "Y": 0.28225757575757576}, {"X": 0.17849183006535949, "Y": 0.2974090909090909}, {"X": 0.11764705882352941, "Y": 0.2974090909090909}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "806f2883-7f0d-4a07-a68f-dce4b063a8af", "Text": "GA", "Geometry": {"BoundingBox": {"Width": 0.023723856209150327, "Top": 0.28225757575757576, "Left": 0.18291503267973855, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.18291503267973855, "Y": 0.28225757575757576}, {"X": 0.20663888888888887, "Y": 0.28225757575757576}, {"X": 0.20663888888888887, "Y": 0.2974090909090909}, {"X": 0.18291503267973855, "Y": 0.2974090909090909}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "23665d67-2ca1-4cc6-ab1d-58be8b4d1f82", "Text": "23001", "Geometry": {"BoundingBox": {"Width": 0.04968954248366013, "Top": 0.28225757575757576, "Left": 0.21106535947712418, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21106535947712418, "Y": 0.28225757575757576}, {"X": 0.2607549019607843, "Y": 0.28225757575757576}, {"X": 0.2607549019607843, "Y": 0.2974090909090909}, {"X": 0.21106535947712418, "Y": 0.2974090909090909}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "de277bc6-8f05-41b6-9750-02fd4f9d74c6", "Text": "Re: Estate of Alfie Roberts", "Geometry": {"BoundingBox": {"Width": 0.20743464052287577, "Top": 0.3377121212121212, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.3377121212121212}, {"X": 0.14330555555555555, "Y": 0.3377121212121212}, {"X": 0.14330555555555555, "Y": 0.3528636363636363}, {"X": 0.11764705882352941, "Y": 0.3528636363636363}]}, "Relationships": [{"Ids": ["99677bb1-319a-49a0-97c2-6aa03a91dd9e", "db12c35a-0069-4ac4-a249-135cc5c22634", "571be651-c7a3-4457-a6c6-54accfe1f931", "3228cc02-acc8-42dd-a2ea-04ce1b5e1a51", "a59bd934-36e1-49be-acc9-46a4a618fb14"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "99677bb1-319a-49a0-97c2-6aa03a91dd9e", "Text": "Re:", "Geometry": {"BoundingBox": {"Width": 0.025658496732026144, "Top": 0.3377121212121212, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.3377121212121212}, {"X": 0.14330555555555555, "Y": 0.3377121212121212}, {"X": 0.14330555555555555, "Y": 0.3528636363636363}, {"X": 0.11764705882352941, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "db12c35a-0069-4ac4-a249-135cc5c22634", "Text": "Estate", "Geometry": {"BoundingBox": {"Width": 0.0495359477124183, "Top": 0.3377121212121212, "Left": 0.14773202614379086, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14773202614379086, "Y": 0.3377121212121212}, {"X": 0.19726797385620914, "Y": 0.3377121212121212}, {"X": 0.19726797385620914, "Y": 0.3528636363636363}, {"X": 0.14773202614379086, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "571be651-c7a3-4457-a6c6-54accfe1f931", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.3377121212121212, "Left": 0.20169444444444445, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20169444444444445, "Y": 0.3377121212121212}, {"X": 0.21801307189542485, "Y": 0.3377121212121212}, {"X": 0.21801307189542485, "Y": 0.3528636363636363}, {"X": 0.20169444444444445, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3228cc02-acc8-42dd-a2ea-04ce1b5e1a51", "Text": "Alfie", "Geometry": {"BoundingBox": {"Width": 0.03609313725490196, "Top": 0.3377121212121212, "Left": 0.22244607843137254, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22244607843137254, "Y": 0.3377121212121212}, {"X": 0.25853921568627447, "Y": 0.3377121212121212}, {"X": 0.25853921568627447, "Y": 0.3528636363636363}, {"X": 0.22244607843137254, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a59bd934-36e1-49be-acc9-46a4a618fb14", "Text": "Roberts", "Geometry": {"BoundingBox": {"Width": 0.062116013071895425, "Top": 0.3377121212121212, "Left": 0.2629656862745098, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2629656862745098, "Y": 0.3377121212121212}, {"X": 0.3250816993464052, "Y": 0.3377121212121212}, {"X": 0.3250816993464052, "Y": 0.3528636363636363}, {"X": 0.2629656862745098, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "f61a02ee-577d-4891-86da-3d51f80f3801", "Text": "Policy Number: 509438343", "Geometry": {"BoundingBox": {"Width": 0.21570261437908497, "Top": 0.3561969696969697, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.3561969696969697}, {"X": 0.1642941176470588, "Y": 0.3561969696969697}, {"X": 0.1642941176470588, "Y": 0.3713484848484848}, {"X": 0.11764705882352941, "Y": 0.3713484848484848}]}, "Relationships": [{"Ids": ["d697f37d-a5ad-496b-affe-b24a425b27eb", "8e16f6c7-e978-423f-b688-75eef9e3d5db", "ce61592a-3ee1-48d2-84fa-55aa8889c896"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "d697f37d-a5ad-496b-affe-b24a425b27eb", "Text": "Policy", "Geometry": {"BoundingBox": {"Width": 0.04664705882352941, "Top": 0.3561969696969697, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.3561969696969697}, {"X": 0.1642941176470588, "Y": 0.3561969696969697}, {"X": 0.1642941176470588, "Y": 0.3713484848484848}, {"X": 0.11764705882352941, "Y": 0.3713484848484848}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8e16f6c7-e978-423f-b688-75eef9e3d5db", "Text": "Number:", "Geometry": {"BoundingBox": {"Width": 0.07077777777777777, "Top": 0.3561969696969697, "Left": 0.16872875816993463, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16872875816993463, "Y": 0.3561969696969697}, {"X": 0.2395065359477124, "Y": 0.3561969696969697}, {"X": 0.2395065359477124, "Y": 0.3713484848484848}, {"X": 0.16872875816993463, "Y": 0.3713484848484848}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ce61592a-3ee1-48d2-84fa-55aa8889c896", "Text": "509438343", "Geometry": {"BoundingBox": {"Width": 0.08943954248366014, "Top": 0.3561969696969697, "Left": 0.24391013071895426, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24391013071895426, "Y": 0.3561969696969697}, {"X": 0.3333496732026144, "Y": 0.3561969696969697}, {"X": 0.3333496732026144, "Y": 0.3713484848484848}, {"X": 0.24391013071895426, "Y": 0.3713484848484848}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "ad28b8ee-5807-459c-937c-cb4596fdab9b", "Text": "Date of death: 11/11/2021", "Geometry": {"BoundingBox": {"Width": 0.2135996732026144, "Top": 0.37468181818181817, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.37468181818181817}, {"X": 0.1554346405228758, "Y": 0.37468181818181817}, {"X": 0.1554346405228758, "Y": 0.3898333333333333}, {"X": 0.11764705882352941, "Y": 0.3898333333333333}]}, "Relationships": [{"Ids": ["9d69424c-3299-480e-a130-df92b4c70cf6", "7c03b7d8-363f-477c-8294-ff2e89297dd3", "993d542c-f1e1-4ee5-b7e4-bdc9a0bd9616", "5a9d6d27-b293-4e29-96d3-e14f89f0c0f5"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "9d69424c-3299-480e-a130-df92b4c70cf6", "Text": "Date", "Geometry": {"BoundingBox": {"Width": 0.03778758169934641, "Top": 0.37468181818181817, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.37468181818181817}, {"X": 0.1554346405228758, "Y": 0.37468181818181817}, {"X": 0.1554346405228758, "Y": 0.3898333333333333}, {"X": 0.11764705882352941, "Y": 0.3898333333333333}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7c03b7d8-363f-477c-8294-ff2e89297dd3", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.37468181818181817, "Left": 0.15986111111111112, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.15986111111111112, "Y": 0.37468181818181817}, {"X": 0.17617973856209151, "Y": 0.37468181818181817}, {"X": 0.17617973856209151, "Y": 0.3898333333333333}, {"X": 0.15986111111111112, "Y": 0.3898333333333333}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "993d542c-f1e1-4ee5-b7e4-bdc9a0bd9616", "Text": "death:", "Geometry": {"BoundingBox": {"Width": 0.05157679738562092, "Top": 0.37468181818181817, "Left": 0.18061764705882352, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.18061764705882352, "Y": 0.37468181818181817}, {"X": 0.23219444444444443, "Y": 0.37468181818181817}, {"X": 0.23219444444444443, "Y": 0.3898333333333333}, {"X": 0.18061764705882352, "Y": 0.3898333333333333}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5a9d6d27-b293-4e29-96d3-e14f89f0c0f5", "Text": "11/11/2021", "Geometry": {"BoundingBox": {"Width": 0.09463071895424836, "Top": 0.37468181818181817, "Left": 0.23661601307189542, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23661601307189542, "Y": 0.37468181818181817}, {"X": 0.3312467320261438, "Y": 0.37468181818181817}, {"X": 0.3312467320261438, "Y": 0.3898333333333333}, {"X": 0.23661601307189542, "Y": 0.3898333333333333}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "89529bb5-ec4c-4b12-a851-d94fb7e5d8b2", "Text": "To Whom It May Concern:", "Geometry": {"BoundingBox": {"Width": 0.20945261437908494, "Top": 0.41165151515151516, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.41165151515151516}, {"X": 0.1375359477124183, "Y": 0.41165151515151516}, {"X": 0.1375359477124183, "Y": 0.4268030303030303}, {"X": 0.11764705882352941, "Y": 0.4268030303030303}]}, "Relationships": [{"Ids": ["a75c9f0c-1d96-42cc-9884-76de316b3750", "96389a82-79ee-409f-9002-8de46b2cae1f", "d17f0e8c-6bab-4dd2-80b7-c9877928d179", "ef95ad17-0335-44ae-acfa-5a27558e8445", "5b7c05f3-bf85-4ad4-8f29-a4154ed0eb8e"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "a75c9f0c-1d96-42cc-9884-76de316b3750", "Text": "To", "Geometry": {"BoundingBox": {"Width": 0.01988888888888889, "Top": 0.41165151515151516, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.41165151515151516}, {"X": 0.1375359477124183, "Y": 0.41165151515151516}, {"X": 0.1375359477124183, "Y": 0.4268030303030303}, {"X": 0.11764705882352941, "Y": 0.4268030303030303}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "96389a82-79ee-409f-9002-8de46b2cae1f", "Text": "Whom", "Geometry": {"BoundingBox": {"Width": 0.0537516339869281, "Top": 0.41165151515151516, "Left": 0.14197385620915032, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14197385620915032, "Y": 0.41165151515151516}, {"X": 0.19572549019607843, "Y": 0.41165151515151516}, {"X": 0.19572549019607843, "Y": 0.4268030303030303}, {"X": 0.14197385620915032, "Y": 0.4268030303030303}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d17f0e8c-6bab-4dd2-80b7-c9877928d179", "Text": "It", "Geometry": {"BoundingBox": {"Width": 0.011509803921568628, "Top": 0.41165151515151516, "Left": 0.20015522875816993, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20015522875816993, "Y": 0.41165151515151516}, {"X": 0.21166503267973857, "Y": 0.41165151515151516}, {"X": 0.21166503267973857, "Y": 0.4268030303030303}, {"X": 0.20015522875816993, "Y": 0.4268030303030303}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ef95ad17-0335-44ae-acfa-5a27558e8445", "Text": "May", "Geometry": {"BoundingBox": {"Width": 0.03503921568627451, "Top": 0.41165151515151516, "Left": 0.21609803921568627, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21609803921568627, "Y": 0.41165151515151516}, {"X": 0.25113725490196076, "Y": 0.41165151515151516}, {"X": 0.25113725490196076, "Y": 0.4268030303030303}, {"X": 0.21609803921568627, "Y": 0.4268030303030303}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5b7c05f3-bf85-4ad4-8f29-a4154ed0eb8e", "Text": "Concern:", "Geometry": {"BoundingBox": {"Width": 0.0715375816993464, "Top": 0.41165151515151516, "Left": 0.255562091503268, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.255562091503268, "Y": 0.41165151515151516}, {"X": 0.32709967320261435, "Y": 0.41165151515151516}, {"X": 0.32709967320261435, "Y": 0.4268030303030303}, {"X": 0.255562091503268, "Y": 0.4268030303030303}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "0d0a3579-1eff-4bc3-b3d5-53466df9a544", "Text": "I have been retained by Antonia Rowe to handle the abovenamed estate. My understanding is", "Geometry": {"BoundingBox": {"Width": 0.7498954248366013, "Top": 0.44862121212121214, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.44862121212121214}, {"X": 0.12258823529411765, "Y": 0.44862121212121214}, {"X": 0.12258823529411765, "Y": 0.4637727272727273}, {"X": 0.11764705882352941, "Y": 0.4637727272727273}]}, "Relationships": [{"Ids": ["10a706bd-140a-49ec-a306-0ee51a988f09", "1273fff5-79ce-418b-8964-b5f01e931e50", "2e471ec1-53d6-4d7d-a096-2ea5f2a4843f", "d317aeb8-f56d-409e-8d7b-a0d645d9470c", "698a6524-61a1-41e7-b278-e99a076f66b1", "1e394586-f5db-4b25-9cf4-aacc5c0760db", "09c4989b-f5a9-4b34-a84a-a72248592555", "fe0c0a82-5dc0-447b-ad21-002a188128b9", "fa4afc3d-7abe-41e4-a2d9-38a1dbefd59b", "1bc1669b-07bd-4407-acda-35d834fa7072", "ca93f97b-c002-4363-9d33-0ed6076ee140", "315bff9e-f9ec-431a-9cec-b6cdd81f5147", "cee27183-4bb5-4527-bb49-cf0abd6a8d80", "71feb285-4cdc-456a-a524-9c35a8acdf7a", "0ada5e3e-e934-4dd0-83f4-5bcf6775003b"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "10a706bd-140a-49ec-a306-0ee51a988f09", "Text": "I", "Geometry": {"BoundingBox": {"Width": 0.004941176470588235, "Top": 0.44862121212121214, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.44862121212121214}, {"X": 0.12258823529411765, "Y": 0.44862121212121214}, {"X": 0.12258823529411765, "Y": 0.4637727272727273}, {"X": 0.11764705882352941, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1273fff5-79ce-418b-8964-b5f01e931e50", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.44862121212121214, "Left": 0.12702124183006536, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.12702124183006536, "Y": 0.44862121212121214}, {"X": 0.16533660130718952, "Y": 0.44862121212121214}, {"X": 0.16533660130718952, "Y": 0.4637727272727273}, {"X": 0.12702124183006536, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2e471ec1-53d6-4d7d-a096-2ea5f2a4843f", "Text": "been", "Geometry": {"BoundingBox": {"Width": 0.04010947712418301, "Top": 0.44862121212121214, "Left": 0.16976307189542483, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16976307189542483, "Y": 0.44862121212121214}, {"X": 0.20987254901960783, "Y": 0.44862121212121214}, {"X": 0.20987254901960783, "Y": 0.4637727272727273}, {"X": 0.16976307189542483, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d317aeb8-f56d-409e-8d7b-a0d645d9470c", "Text": "retained", "Geometry": {"BoundingBox": {"Width": 0.06740522875816994, "Top": 0.44862121212121214, "Left": 0.2143137254901961, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2143137254901961, "Y": 0.44862121212121214}, {"X": 0.281718954248366, "Y": 0.44862121212121214}, {"X": 0.281718954248366, "Y": 0.4637727272727273}, {"X": 0.2143137254901961, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "698a6524-61a1-41e7-b278-e99a076f66b1", "Text": "by", "Geometry": {"BoundingBox": {"Width": 0.01918464052287582, "Top": 0.44862121212121214, "Left": 0.28616013071895424, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.28616013071895424, "Y": 0.44862121212121214}, {"X": 0.30534477124183007, "Y": 0.44862121212121214}, {"X": 0.30534477124183007, "Y": 0.4637727272727273}, {"X": 0.28616013071895424, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1e394586-f5db-4b25-9cf4-aacc5c0760db", "Text": "Antonia", "Geometry": {"BoundingBox": {"Width": 0.06275, "Top": 0.44862121212121214, "Left": 0.30976143790849675, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.30976143790849675, "Y": 0.44862121212121214}, {"X": 0.3725114379084967, "Y": 0.44862121212121214}, {"X": 0.3725114379084967, "Y": 0.4637727272727273}, {"X": 0.30976143790849675, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "09c4989b-f5a9-4b34-a84a-a72248592555", "Text": "Rowe", "Geometry": {"BoundingBox": {"Width": 0.044766339869281045, "Top": 0.44862121212121214, "Left": 0.37694444444444447, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.37694444444444447, "Y": 0.44862121212121214}, {"X": 0.4217107843137255, "Y": 0.44862121212121214}, {"X": 0.4217107843137255, "Y": 0.4637727272727273}, {"X": 0.37694444444444447, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fe0c0a82-5dc0-447b-ad21-002a188128b9", "Text": "to", "Geometry": {"BoundingBox": {"Width": 0.016901960784313726, "Top": 0.44862121212121214, "Left": 0.42613562091503265, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.42613562091503265, "Y": 0.44862121212121214}, {"X": 0.44303758169934637, "Y": 0.44862121212121214}, {"X": 0.44303758169934637, "Y": 0.4637727272727273}, {"X": 0.42613562091503265, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fa4afc3d-7abe-41e4-a2d9-38a1dbefd59b", "Text": "handle", "Geometry": {"BoundingBox": {"Width": 0.054562091503267976, "Top": 0.44862121212121214, "Left": 0.44747712418300656, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.44747712418300656, "Y": 0.44862121212121214}, {"X": 0.5020392156862745, "Y": 0.44862121212121214}, {"X": 0.5020392156862745, "Y": 0.4637727272727273}, {"X": 0.44747712418300656, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1bc1669b-07bd-4407-acda-35d834fa7072", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.026633986928104574, "Top": 0.44862121212121214, "Left": 0.5064656862745098, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5064656862745098, "Y": 0.44862121212121214}, {"X": 0.5330996732026144, "Y": 0.44862121212121214}, {"X": 0.5330996732026144, "Y": 0.4637727272727273}, {"X": 0.5064656862745098, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ca93f97b-c002-4363-9d33-0ed6076ee140", "Text": "abovenamed", "Geometry": {"BoundingBox": {"Width": 0.10405392156862744, "Top": 0.44862121212121214, "Left": 0.5375261437908496, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5375261437908496, "Y": 0.44862121212121214}, {"X": 0.6415800653594771, "Y": 0.44862121212121214}, {"X": 0.6415800653594771, "Y": 0.4637727272727273}, {"X": 0.5375261437908496, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "315bff9e-f9ec-431a-9cec-b6cdd81f5147", "Text": "estate.", "Geometry": {"BoundingBox": {"Width": 0.05465359477124183, "Top": 0.44862121212121214, "Left": 0.6460212418300654, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6460212418300654, "Y": 0.44862121212121214}, {"X": 0.7006748366013072, "Y": 0.44862121212121214}, {"X": 0.7006748366013072, "Y": 0.4637727272727273}, {"X": 0.6460212418300654, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "cee27183-4bb5-4527-bb49-cf0abd6a8d80", "Text": "My", "Geometry": {"BoundingBox": {"Width": 0.02564705882352941, "Top": 0.44862121212121214, "Left": 0.7051062091503268, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7051062091503268, "Y": 0.44862121212121214}, {"X": 0.7307532679738562, "Y": 0.44862121212121214}, {"X": 0.7307532679738562, "Y": 0.4637727272727273}, {"X": 0.7051062091503268, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "71feb285-4cdc-456a-a524-9c35a8acdf7a", "Text": "understanding", "Geometry": {"BoundingBox": {"Width": 0.11576797385620916, "Top": 0.44862121212121214, "Left": 0.7351797385620915, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7351797385620915, "Y": 0.44862121212121214}, {"X": 0.8509477124183007, "Y": 0.44862121212121214}, {"X": 0.8509477124183007, "Y": 0.4637727272727273}, {"X": 0.7351797385620915, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0ada5e3e-e934-4dd0-83f4-5bcf6775003b", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.44862121212121214, "Left": 0.8553758169934641, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8553758169934641, "Y": 0.44862121212121214}, {"X": 0.8675424836601308, "Y": 0.44862121212121214}, {"X": 0.8675424836601308, "Y": 0.4637727272727273}, {"X": 0.8553758169934641, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "11481e9f-5bfa-4322-97a6-eac07b8d1f38", "Text": "that they had a life insurance policy with your company. If this is correct, please send a letter to", "Geometry": {"BoundingBox": {"Width": 0.7599035947712418, "Top": 0.4671060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4671060606060606}, {"X": 0.15047875816993464, "Y": 0.4671060606060606}, {"X": 0.15047875816993464, "Y": 0.4822575757575757}, {"X": 0.11764705882352941, "Y": 0.4822575757575757}]}, "Relationships": [{"Ids": ["342e0ebf-d8d0-4c5c-877a-8056934945b8", "18e40e48-7bce-4a88-b1cc-d9ba775438a3", "e31d1237-1bb3-44eb-bcfd-b4a45b8cea8a", "5feb5011-12b2-4871-a8e6-71d189adb6c4", "41a50633-a3da-42cb-acc0-95d1198fdf41", "adda2804-1035-475e-bbae-6baeece46e3c", "d3f59175-0193-4780-bc53-cce0165126f4", "7e248929-a731-48c9-a0a8-64f8b294eb21", "3537ab7c-ed4e-4255-8ea0-a848c38ef1a2", "a60a1b4b-97a5-41f5-b773-9b23b12ba4fe", "68e70fbe-2e5e-442d-8631-9a4e32a17c51", "83d82c39-7b47-4096-9893-3e39865f6d9c", "6f9f42f4-0a99-4119-8022-3d0588146ebc", "7c9c1229-b45f-4df5-b6d4-7b33f93c91a1", "c3b4a350-5562-4860-afb4-8b754f4a26c4", "287cd2ee-5628-43f1-a32a-6159cbd74b57", "1b30e994-1a3b-41d1-9e98-2157953c5be5", "17f786c7-c93e-42dd-b919-2449736bbb09", "57f718ec-abe4-4884-b391-f7fbc42fe61e"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "342e0ebf-d8d0-4c5c-877a-8056934945b8", "Text": "that", "Geometry": {"BoundingBox": {"Width": 0.03283169934640523, "Top": 0.4671060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4671060606060606}, {"X": 0.15047875816993464, "Y": 0.4671060606060606}, {"X": 0.15047875816993464, "Y": 0.4822575757575757}, {"X": 0.11764705882352941, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "18e40e48-7bce-4a88-b1cc-d9ba775438a3", "Text": "they", "Geometry": {"BoundingBox": {"Width": 0.035509803921568626, "Top": 0.4671060606060606, "Left": 0.15491176470588236, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.15491176470588236, "Y": 0.4671060606060606}, {"X": 0.190421568627451, "Y": 0.4671060606060606}, {"X": 0.190421568627451, "Y": 0.4822575757575757}, {"X": 0.15491176470588236, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e31d1237-1bb3-44eb-bcfd-b4a45b8cea8a", "Text": "had", "Geometry": {"BoundingBox": {"Width": 0.029988562091503267, "Top": 0.4671060606060606, "Left": 0.19484640522875818, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.19484640522875818, "Y": 0.4671060606060606}, {"X": 0.22483496732026145, "Y": 0.4671060606060606}, {"X": 0.22483496732026145, "Y": 0.4822575757575757}, {"X": 0.19484640522875818, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5feb5011-12b2-4871-a8e6-71d189adb6c4", "Text": "a", "Geometry": {"BoundingBox": {"Width": 0.009392156862745098, "Top": 0.4671060606060606, "Left": 0.22927614379084968, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22927614379084968, "Y": 0.4671060606060606}, {"X": 0.2386683006535948, "Y": 0.4671060606060606}, {"X": 0.2386683006535948, "Y": 0.4822575757575757}, {"X": 0.22927614379084968, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "41a50633-a3da-42cb-acc0-95d1198fdf41", "Text": "life", "Geometry": {"BoundingBox": {"Width": 0.02475, "Top": 0.4671060606060606, "Left": 0.24310130718954248, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24310130718954248, "Y": 0.4671060606060606}, {"X": 0.2678513071895425, "Y": 0.4671060606060606}, {"X": 0.2678513071895425, "Y": 0.4822575757575757}, {"X": 0.24310130718954248, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "adda2804-1035-475e-bbae-6baeece46e3c", "Text": "insurance", "Geometry": {"BoundingBox": {"Width": 0.07735947712418301, "Top": 0.4671060606060606, "Left": 0.2722761437908497, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2722761437908497, "Y": 0.4671060606060606}, {"X": 0.3496356209150327, "Y": 0.4671060606060606}, {"X": 0.3496356209150327, "Y": 0.4822575757575757}, {"X": 0.2722761437908497, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d3f59175-0193-4780-bc53-cce0165126f4", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681535947712418, "Top": 0.4671060606060606, "Left": 0.35406045751633985, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.35406045751633985, "Y": 0.4671060606060606}, {"X": 0.40087581699346403, "Y": 0.4671060606060606}, {"X": 0.40087581699346403, "Y": 0.4822575757575757}, {"X": 0.35406045751633985, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7e248929-a731-48c9-a0a8-64f8b294eb21", "Text": "with", "Geometry": {"BoundingBox": {"Width": 0.035377450980392154, "Top": 0.4671060606060606, "Left": 0.40530228758169934, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.40530228758169934, "Y": 0.4671060606060606}, {"X": 0.44067973856209147, "Y": 0.4671060606060606}, {"X": 0.44067973856209147, "Y": 0.4822575757575757}, {"X": 0.40530228758169934, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3537ab7c-ed4e-4255-8ea0-a848c38ef1a2", "Text": "your", "Geometry": {"BoundingBox": {"Width": 0.036359477124183005, "Top": 0.4671060606060606, "Left": 0.44512091503267975, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.44512091503267975, "Y": 0.4671060606060606}, {"X": 0.4814803921568628, "Y": 0.4671060606060606}, {"X": 0.4814803921568628, "Y": 0.4822575757575757}, {"X": 0.44512091503267975, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a60a1b4b-97a5-41f5-b773-9b23b12ba4fe", "Text": "company.", "Geometry": {"BoundingBox": {"Width": 0.0781062091503268, "Top": 0.4671060606060606, "Left": 0.48590522875816994, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.48590522875816994, "Y": 0.4671060606060606}, {"X": 0.5640114379084967, "Y": 0.4671060606060606}, {"X": 0.5640114379084967, "Y": 0.4822575757575757}, {"X": 0.48590522875816994, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "68e70fbe-2e5e-442d-8631-9a4e32a17c51", "Text": "If", "Geometry": {"BoundingBox": {"Width": 0.01092156862745098, "Top": 0.4671060606060606, "Left": 0.568452614379085, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.568452614379085, "Y": 0.4671060606060606}, {"X": 0.579374183006536, "Y": 0.4671060606060606}, {"X": 0.579374183006536, "Y": 0.4822575757575757}, {"X": 0.568452614379085, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "83d82c39-7b47-4096-9893-3e39865f6d9c", "Text": "this", "Geometry": {"BoundingBox": {"Width": 0.029037581699346404, "Top": 0.4671060606060606, "Left": 0.583812091503268, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.583812091503268, "Y": 0.4671060606060606}, {"X": 0.6128496732026144, "Y": 0.4671060606060606}, {"X": 0.6128496732026144, "Y": 0.4822575757575757}, {"X": 0.583812091503268, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6f9f42f4-0a99-4119-8022-3d0588146ebc", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.4671060606060606, "Left": 0.6172843137254902, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6172843137254902, "Y": 0.4671060606060606}, {"X": 0.6294509803921569, "Y": 0.4671060606060606}, {"X": 0.6294509803921569, "Y": 0.4822575757575757}, {"X": 0.6172843137254902, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7c9c1229-b45f-4df5-b6d4-7b33f93c91a1", "Text": "correct,", "Geometry": {"BoundingBox": {"Width": 0.0618218954248366, "Top": 0.4671060606060606, "Left": 0.6338856209150326, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6338856209150326, "Y": 0.4671060606060606}, {"X": 0.6957075163398693, "Y": 0.4671060606060606}, {"X": 0.6957075163398693, "Y": 0.4822575757575757}, {"X": 0.6338856209150326, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c3b4a350-5562-4860-afb4-8b754f4a26c4", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138562091503268, "Top": 0.4671060606060606, "Left": 0.7001307189542484, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7001307189542484, "Y": 0.4671060606060606}, {"X": 0.751516339869281, "Y": 0.4671060606060606}, {"X": 0.751516339869281, "Y": 0.4822575757575757}, {"X": 0.7001307189542484, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "287cd2ee-5628-43f1-a32a-6159cbd74b57", "Text": "send", "Geometry": {"BoundingBox": {"Width": 0.03802124183006536, "Top": 0.4671060606060606, "Left": 0.7559411764705882, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7559411764705882, "Y": 0.4671060606060606}, {"X": 0.7939624183006536, "Y": 0.4671060606060606}, {"X": 0.7939624183006536, "Y": 0.4822575757575757}, {"X": 0.7559411764705882, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1b30e994-1a3b-41d1-9e98-2157953c5be5", "Text": "a", "Geometry": {"BoundingBox": {"Width": 0.009392156862745098, "Top": 0.4671060606060606, "Left": 0.7984035947712418, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7984035947712418, "Y": 0.4671060606060606}, {"X": 0.8077957516339869, "Y": 0.4671060606060606}, {"X": 0.8077957516339869, "Y": 0.4822575757575757}, {"X": 0.7984035947712418, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "17f786c7-c93e-42dd-b919-2449736bbb09", "Text": "letter", "Geometry": {"BoundingBox": {"Width": 0.04399509803921569, "Top": 0.4671060606060606, "Left": 0.8122287581699347, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8122287581699347, "Y": 0.4671060606060606}, {"X": 0.8562238562091503, "Y": 0.4671060606060606}, {"X": 0.8562238562091503, "Y": 0.4822575757575757}, {"X": 0.8122287581699347, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "57f718ec-abe4-4884-b391-f7fbc42fe61e", "Text": "to", "Geometry": {"BoundingBox": {"Width": 0.016901960784313726, "Top": 0.4671060606060606, "Left": 0.8606486928104575, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8606486928104575, "Y": 0.4671060606060606}, {"X": 0.8775506535947712, "Y": 0.4671060606060606}, {"X": 0.8775506535947712, "Y": 0.4822575757575757}, {"X": 0.8606486928104575, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "709692f8-49b8-4c34-9334-4d8204d5a178", "Text": "my office indicating you have received our letter of representation. Additionally, please do not", "Geometry": {"BoundingBox": {"Width": 0.7519428104575163, "Top": 0.4855909090909091, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4855909090909091}, {"X": 0.14219281045751633, "Y": 0.4855909090909091}, {"X": 0.14219281045751633, "Y": 0.5007424242424242}, {"X": 0.11764705882352941, "Y": 0.5007424242424242}]}, "Relationships": [{"Ids": ["3867997d-865d-4831-aa6f-490bc90a942c", "e8ba4552-5b9a-40b5-9ff8-4b4781279397", "3bf017b3-4c95-4e28-bd66-61f982bfa31d", "fcceab1c-6a13-4968-bd3f-cc13b82395b1", "7c6eb3d2-6dfb-48e2-b66a-ea7fd9b704db", "050ff509-0d1d-4f85-99d6-43e0c3a6fe3e", "7639aa4d-b105-489c-88a1-1948b879ef30", "03b4f6dc-d040-4bb1-8f33-f6e7eed8ae7a", "24325384-9189-42ee-be62-cccd7841a0b0", "92bc8165-5f81-45d6-91b4-efda167ab937", "7a2af26e-ad9b-4928-bd72-8b35bec65fa9", "7f3b34e8-7bc0-4eca-b5be-4bbdbb59ff53", "f23efd57-b7f3-40a7-a742-182b389b142d", "82f4b6f4-705d-4d3b-a8aa-12ea36c112d8"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "3867997d-865d-4831-aa6f-490bc90a942c", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024545751633986927, "Top": 0.4855909090909091, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4855909090909091}, {"X": 0.14219281045751633, "Y": 0.4855909090909091}, {"X": 0.14219281045751633, "Y": 0.5007424242424242}, {"X": 0.11764705882352941, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e8ba4552-5b9a-40b5-9ff8-4b4781279397", "Text": "office", "Geometry": {"BoundingBox": {"Width": 0.04486437908496732, "Top": 0.4855909090909091, "Left": 0.14661764705882352, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14661764705882352, "Y": 0.4855909090909091}, {"X": 0.19148202614379084, "Y": 0.4855909090909091}, {"X": 0.19148202614379084, "Y": 0.5007424242424242}, {"X": 0.14661764705882352, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3bf017b3-4c95-4e28-bd66-61f982bfa31d", "Text": "indicating", "Geometry": {"BoundingBox": {"Width": 0.0778937908496732, "Top": 0.4855909090909091, "Left": 0.19590849673202615, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.19590849673202615, "Y": 0.4855909090909091}, {"X": 0.27380228758169933, "Y": 0.4855909090909091}, {"X": 0.27380228758169933, "Y": 0.5007424242424242}, {"X": 0.19590849673202615, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fcceab1c-6a13-4968-bd3f-cc13b82395b1", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.4855909090909091, "Left": 0.27822875816993464, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.27822875816993464, "Y": 0.4855909090909091}, {"X": 0.30773692810457515, "Y": 0.4855909090909091}, {"X": 0.30773692810457515, "Y": 0.5007424242424242}, {"X": 0.27822875816993464, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7c6eb3d2-6dfb-48e2-b66a-ea7fd9b704db", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.4855909090909091, "Left": 0.3121781045751634, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3121781045751634, "Y": 0.4855909090909091}, {"X": 0.35049346405228754, "Y": 0.4855909090909091}, {"X": 0.35049346405228754, "Y": 0.5007424242424242}, {"X": 0.3121781045751634, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "050ff509-0d1d-4f85-99d6-43e0c3a6fe3e", "Text": "received", "Geometry": {"BoundingBox": {"Width": 0.06804901960784314, "Top": 0.4855909090909091, "Left": 0.35491993464052285, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.35491993464052285, "Y": 0.4855909090909091}, {"X": 0.422968954248366, "Y": 0.4855909090909091}, {"X": 0.422968954248366, "Y": 0.5007424242424242}, {"X": 0.35491993464052285, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7639aa4d-b105-489c-88a1-1948b879ef30", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.02748529411764706, "Top": 0.4855909090909091, "Left": 0.4273986928104575, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4273986928104575, "Y": 0.4855909090909091}, {"X": 0.45488398692810456, "Y": 0.4855909090909091}, {"X": 0.45488398692810456, "Y": 0.5007424242424242}, {"X": 0.4273986928104575, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "03b4f6dc-d040-4bb1-8f33-f6e7eed8ae7a", "Text": "letter", "Geometry": {"BoundingBox": {"Width": 0.04399509803921569, "Top": 0.4855909090909091, "Left": 0.45930882352941177, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.45930882352941177, "Y": 0.4855909090909091}, {"X": 0.5033039215686275, "Y": 0.4855909090909091}, {"X": 0.5033039215686275, "Y": 0.5007424242424242}, {"X": 0.45930882352941177, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "24325384-9189-42ee-be62-cccd7841a0b0", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.4855909090909091, "Left": 0.5077287581699347, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5077287581699347, "Y": 0.4855909090909091}, {"X": 0.5240490196078432, "Y": 0.4855909090909091}, {"X": 0.5240490196078432, "Y": 0.5007424242424242}, {"X": 0.5077287581699347, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "92bc8165-5f81-45d6-91b4-efda167ab937", "Text": "representation.", "Geometry": {"BoundingBox": {"Width": 0.12382516339869282, "Top": 0.4855909090909091, "Left": 0.5284852941176471, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5284852941176471, "Y": 0.4855909090909091}, {"X": 0.6523104575163399, "Y": 0.4855909090909091}, {"X": 0.6523104575163399, "Y": 0.5007424242424242}, {"X": 0.5284852941176471, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7a2af26e-ad9b-4928-bd72-8b35bec65fa9", "Text": "Additionally,", "Geometry": {"BoundingBox": {"Width": 0.10032843137254902, "Top": 0.4855909090909091, "Left": 0.6567516339869282, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6567516339869282, "Y": 0.4855909090909091}, {"X": 0.7570800653594771, "Y": 0.4855909090909091}, {"X": 0.7570800653594771, "Y": 0.5007424242424242}, {"X": 0.6567516339869282, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7f3b34e8-7bc0-4eca-b5be-4bbdbb59ff53", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.4855909090909091, "Left": 0.7615032679738563, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7615032679738563, "Y": 0.4855909090909091}, {"X": 0.8128872549019608, "Y": 0.4855909090909091}, {"X": 0.8128872549019608, "Y": 0.5007424242424242}, {"X": 0.7615032679738563, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f23efd57-b7f3-40a7-a742-182b389b142d", "Text": "do", "Geometry": {"BoundingBox": {"Width": 0.02063562091503268, "Top": 0.4855909090909091, "Left": 0.8173055555555555, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8173055555555555, "Y": 0.4855909090909091}, {"X": 0.8379411764705882, "Y": 0.4855909090909091}, {"X": 0.8379411764705882, "Y": 0.5007424242424242}, {"X": 0.8173055555555555, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "82f4b6f4-705d-4d3b-a8aa-12ea36c112d8", "Text": "not", "Geometry": {"BoundingBox": {"Width": 0.027209150326797386, "Top": 0.4855909090909091, "Left": 0.8423807189542484, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8423807189542484, "Y": 0.4855909090909091}, {"X": 0.8695898692810458, "Y": 0.4855909090909091}, {"X": 0.8695898692810458, "Y": 0.5007424242424242}, {"X": 0.8423807189542484, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "711864b1-4cda-4a88-88d1-997c9e90d3ba", "Text": "contact our client going forward.", "Geometry": {"BoundingBox": {"Width": 0.26112418300653595, "Top": 0.5040757575757576, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5040757575757576}, {"X": 0.17740032679738563, "Y": 0.5040757575757576}, {"X": 0.17740032679738563, "Y": 0.5192272727272728}, {"X": 0.11764705882352941, "Y": 0.5192272727272728}]}, "Relationships": [{"Ids": ["3fdb468f-ef1d-4c8f-8cda-635138ba8635", "de568958-2b65-48d3-9ab2-4e3f1da202ec", "92f0c58e-f32a-4128-941d-80a5299800b3", "26733525-b488-4f5c-b3c4-7d5836154e8e", "abee4851-1e65-4ac6-a08a-3f710d9b77eb"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "3fdb468f-ef1d-4c8f-8cda-635138ba8635", "Text": "contact", "Geometry": {"BoundingBox": {"Width": 0.05975326797385621, "Top": 0.5040757575757576, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5040757575757576}, {"X": 0.17740032679738563, "Y": 0.5040757575757576}, {"X": 0.17740032679738563, "Y": 0.5192272727272728}, {"X": 0.11764705882352941, "Y": 0.5192272727272728}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "de568958-2b65-48d3-9ab2-4e3f1da202ec", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.027483660130718953, "Top": 0.5040757575757576, "Left": 0.18183496732026144, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.18183496732026144, "Y": 0.5040757575757576}, {"X": 0.2093186274509804, "Y": 0.5040757575757576}, {"X": 0.2093186274509804, "Y": 0.5192272727272728}, {"X": 0.18183496732026144, "Y": 0.5192272727272728}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "92f0c58e-f32a-4128-941d-80a5299800b3", "Text": "client", "Geometry": {"BoundingBox": {"Width": 0.04395098039215686, "Top": 0.5040757575757576, "Left": 0.21374346405228759, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21374346405228759, "Y": 0.5040757575757576}, {"X": 0.25769444444444445, "Y": 0.5040757575757576}, {"X": 0.25769444444444445, "Y": 0.5192272727272728}, {"X": 0.21374346405228759, "Y": 0.5192272727272728}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "26733525-b488-4f5c-b3c4-7d5836154e8e", "Text": "going", "Geometry": {"BoundingBox": {"Width": 0.0436062091503268, "Top": 0.5040757575757576, "Left": 0.26209150326797387, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.26209150326797387, "Y": 0.5040757575757576}, {"X": 0.3056977124183007, "Y": 0.5040757575757576}, {"X": 0.3056977124183007, "Y": 0.5192272727272728}, {"X": 0.26209150326797387, "Y": 0.5192272727272728}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "abee4851-1e65-4ac6-a08a-3f710d9b77eb", "Text": "forward.", "Geometry": {"BoundingBox": {"Width": 0.06864542483660131, "Top": 0.5040757575757576, "Left": 0.31012581699346403, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.31012581699346403, "Y": 0.5040757575757576}, {"X": 0.37877124183006533, "Y": 0.5040757575757576}, {"X": 0.37877124183006533, "Y": 0.5192272727272728}, {"X": 0.31012581699346403, "Y": 0.5192272727272728}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "64197356-7382-4ce0-9fb5-bfd8e0c9f281", "Text": "We request that you deliver posthaste, the full policy amount of $25,000. If you are aware of", "Geometry": {"BoundingBox": {"Width": 0.7388415032679739, "Top": 0.5410454545454545, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5410454545454545}, {"X": 0.1448545751633987, "Y": 0.5410454545454545}, {"X": 0.1448545751633987, "Y": 0.5561969696969696}, {"X": 0.11764705882352941, "Y": 0.5561969696969696}]}, "Relationships": [{"Ids": ["1eba6be6-fecd-4d8f-9d45-ffc9b71cf183", "2d2b8a52-ca1c-4fec-8d55-c5aa87d02dab", "d006f0e9-4c5d-4e2e-9a34-8cf29a75cc1e", "817f4eda-7500-4f5d-8f47-8e803d415477", "ad1ef8ef-a092-434c-8dc1-a2f1599830b7", "7a9b20e8-0b5f-4552-8c1b-85a6df6283a7", "6afe10b8-5269-40a1-805c-18dfbccfc6e3", "5cada9e1-23a0-4864-b9f5-804531174091", "9acfb39f-ef2a-4387-905b-c6db560cdd4e", "e8daaac4-f8d9-4e35-b5d6-d2849f19823e", "8bce6178-595b-4683-aa5b-2236b1af0f55", "0cd52321-f021-48fa-875e-47687ad9f407", "e19324f1-2563-42d6-bee3-bc2b26e3d95a", "f01be7ee-18cd-463d-99b5-8167e357bc15", "7c51c251-ab6a-4392-9ab2-f2f59f311a7a", "b121fca1-27c0-4c3d-bab3-9487aaae97c6", "360bf128-6031-49e6-8949-e299a64c3166"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "1eba6be6-fecd-4d8f-9d45-ffc9b71cf183", "Text": "We", "Geometry": {"BoundingBox": {"Width": 0.02720751633986928, "Top": 0.5410454545454545, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5410454545454545}, {"X": 0.1448545751633987, "Y": 0.5410454545454545}, {"X": 0.1448545751633987, "Y": 0.5561969696969696}, {"X": 0.11764705882352941, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2d2b8a52-ca1c-4fec-8d55-c5aa87d02dab", "Text": "request", "Geometry": {"BoundingBox": {"Width": 0.06118954248366013, "Top": 0.5410454545454545, "Left": 0.14928104575163398, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14928104575163398, "Y": 0.5410454545454545}, {"X": 0.2104705882352941, "Y": 0.5410454545454545}, {"X": 0.2104705882352941, "Y": 0.5561969696969696}, {"X": 0.14928104575163398, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d006f0e9-4c5d-4e2e-9a34-8cf29a75cc1e", "Text": "that", "Geometry": {"BoundingBox": {"Width": 0.03283169934640523, "Top": 0.5410454545454545, "Left": 0.21490359477124182, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21490359477124182, "Y": 0.5410454545454545}, {"X": 0.24773529411764705, "Y": 0.5410454545454545}, {"X": 0.24773529411764705, "Y": 0.5561969696969696}, {"X": 0.21490359477124182, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "817f4eda-7500-4f5d-8f47-8e803d415477", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.5410454545454545, "Left": 0.25216830065359475, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.25216830065359475, "Y": 0.5410454545454545}, {"X": 0.28167647058823525, "Y": 0.5410454545454545}, {"X": 0.28167647058823525, "Y": 0.5561969696969696}, {"X": 0.25216830065359475, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ad1ef8ef-a092-434c-8dc1-a2f1599830b7", "Text": "deliver", "Geometry": {"BoundingBox": {"Width": 0.05451633986928105, "Top": 0.5410454545454545, "Left": 0.28611764705882353, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.28611764705882353, "Y": 0.5410454545454545}, {"X": 0.3406339869281046, "Y": 0.5410454545454545}, {"X": 0.3406339869281046, "Y": 0.5561969696969696}, {"X": 0.28611764705882353, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7a9b20e8-0b5f-4552-8c1b-85a6df6283a7", "Text": "posthaste,", "Geometry": {"BoundingBox": {"Width": 0.083468954248366, "Top": 0.5410454545454545, "Left": 0.34505882352941175, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.34505882352941175, "Y": 0.5410454545454545}, {"X": 0.42852777777777773, "Y": 0.5410454545454545}, {"X": 0.42852777777777773, "Y": 0.5561969696969696}, {"X": 0.34505882352941175, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6afe10b8-5269-40a1-805c-18dfbccfc6e3", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.5410454545454545, "Left": 0.43295098039215685, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.43295098039215685, "Y": 0.5410454545454545}, {"X": 0.45958660130718954, "Y": 0.5410454545454545}, {"X": 0.45958660130718954, "Y": 0.5561969696969696}, {"X": 0.43295098039215685, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5cada9e1-23a0-4864-b9f5-804531174091", "Text": "full", "Geometry": {"BoundingBox": {"Width": 0.025276143790849675, "Top": 0.5410454545454545, "Left": 0.46401143790849675, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.46401143790849675, "Y": 0.5410454545454545}, {"X": 0.48928758169934644, "Y": 0.5410454545454545}, {"X": 0.48928758169934644, "Y": 0.5561969696969696}, {"X": 0.46401143790849675, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9acfb39f-ef2a-4387-905b-c6db560cdd4e", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681535947712418, "Top": 0.5410454545454545, "Left": 0.49373202614379086, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.49373202614379086, "Y": 0.5410454545454545}, {"X": 0.5405473856209151, "Y": 0.5410454545454545}, {"X": 0.5405473856209151, "Y": 0.5561969696969696}, {"X": 0.49373202614379086, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e8daaac4-f8d9-4e35-b5d6-d2849f19823e", "Text": "amount", "Geometry": {"BoundingBox": {"Width": 0.06256699346405228, "Top": 0.5410454545454545, "Left": 0.5449722222222222, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5449722222222222, "Y": 0.5410454545454545}, {"X": 0.6075392156862744, "Y": 0.5410454545454545}, {"X": 0.6075392156862744, "Y": 0.5561969696969696}, {"X": 0.5449722222222222, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8bce6178-595b-4683-aa5b-2236b1af0f55", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.5410454545454545, "Left": 0.6119722222222223, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6119722222222223, "Y": 0.5410454545454545}, {"X": 0.6282924836601308, "Y": 0.5410454545454545}, {"X": 0.6282924836601308, "Y": 0.5561969696969696}, {"X": 0.6119722222222223, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0cd52321-f021-48fa-875e-47687ad9f407", "Text": "$25,000.", "Geometry": {"BoundingBox": {"Width": 0.06944934640522876, "Top": 0.5410454545454545, "Left": 0.6327287581699347, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6327287581699347, "Y": 0.5410454545454545}, {"X": 0.7021781045751634, "Y": 0.5410454545454545}, {"X": 0.7021781045751634, "Y": 0.5561969696969696}, {"X": 0.6327287581699347, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e19324f1-2563-42d6-bee3-bc2b26e3d95a", "Text": "If", "Geometry": {"BoundingBox": {"Width": 0.01092156862745098, "Top": 0.5410454545454545, "Left": 0.7066192810457517, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7066192810457517, "Y": 0.5410454545454545}, {"X": 0.7175408496732026, "Y": 0.5410454545454545}, {"X": 0.7175408496732026, "Y": 0.5561969696969696}, {"X": 0.7066192810457517, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f01be7ee-18cd-463d-99b5-8167e357bc15", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.02950653594771242, "Top": 0.5410454545454545, "Left": 0.7219771241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7219771241830065, "Y": 0.5410454545454545}, {"X": 0.751483660130719, "Y": 0.5410454545454545}, {"X": 0.751483660130719, "Y": 0.5561969696969696}, {"X": 0.7219771241830065, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7c51c251-ab6a-4392-9ab2-f2f59f311a7a", "Text": "are", "Geometry": {"BoundingBox": {"Width": 0.02599346405228758, "Top": 0.5410454545454545, "Left": 0.7559248366013072, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7559248366013072, "Y": 0.5410454545454545}, {"X": 0.7819183006535947, "Y": 0.5410454545454545}, {"X": 0.7819183006535947, "Y": 0.5561969696969696}, {"X": 0.7559248366013072, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b121fca1-27c0-4c3d-bab3-9487aaae97c6", "Text": "aware", "Geometry": {"BoundingBox": {"Width": 0.049400326797385624, "Top": 0.5410454545454545, "Left": 0.786343137254902, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.786343137254902, "Y": 0.5410454545454545}, {"X": 0.8357434640522876, "Y": 0.5410454545454545}, {"X": 0.8357434640522876, "Y": 0.5561969696969696}, {"X": 0.786343137254902, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "360bf128-6031-49e6-8949-e299a64c3166", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.5410454545454545, "Left": 0.8401683006535948, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8401683006535948, "Y": 0.5410454545454545}, {"X": 0.8564885620915034, "Y": 0.5410454545454545}, {"X": 0.8564885620915034, "Y": 0.5561969696969696}, {"X": 0.8401683006535948, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "4f008780-3234-45f1-b33d-24aa338a8634", "Text": "any additional policies in force, please provide us with that information. Additionally, if there", "Geometry": {"BoundingBox": {"Width": 0.7392222222222222, "Top": 0.559530303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.559530303030303}, {"X": 0.14622385620915032, "Y": 0.559530303030303}, {"X": 0.14622385620915032, "Y": 0.5746818181818182}, {"X": 0.11764705882352941, "Y": 0.5746818181818182}]}, "Relationships": [{"Ids": ["bca5bb50-3ccb-4d80-975b-e6cc52ef9f69", "bc1df479-f58e-42b5-96f1-6f54010f48bd", "7c89f062-7a63-4bfa-9d54-0f0437977b09", "c5ed84dc-fecb-4a02-98f4-a60c942772c2", "3c792949-12a1-4bbb-b8a6-cc17285e3770", "b22544cc-82af-4455-a83c-2e7f4de1015f", "457eae2e-d068-4ea3-9a81-a282d4ed0b31", "d619d4ad-3930-49bd-a9b7-d40a154c8fb3", "31631461-d487-49c0-a503-06b2a74598fb", "a88a1157-5d12-4b36-b05a-6ce30ca50bec", "3286a9f1-94ad-4dd4-974f-12d22b854c1f", "a3554b47-329a-42ac-b9db-df5f3bdf2f68", "3b3ac281-d005-431a-9b5b-6c07b02d1999", "ffa90bc2-f294-48ab-b79d-d857dc68cf62"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "bca5bb50-3ccb-4d80-975b-e6cc52ef9f69", "Text": "any", "Geometry": {"BoundingBox": {"Width": 0.028576797385620915, "Top": 0.559530303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.559530303030303}, {"X": 0.14622385620915032, "Y": 0.559530303030303}, {"X": 0.14622385620915032, "Y": 0.5746818181818182}, {"X": 0.11764705882352941, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "bc1df479-f58e-42b5-96f1-6f54010f48bd", "Text": "additional", "Geometry": {"BoundingBox": {"Width": 0.08008823529411764, "Top": 0.559530303030303, "Left": 0.1506486928104575, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1506486928104575, "Y": 0.559530303030303}, {"X": 0.23073692810457513, "Y": 0.559530303030303}, {"X": 0.23073692810457513, "Y": 0.5746818181818182}, {"X": 0.1506486928104575, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7c89f062-7a63-4bfa-9d54-0f0437977b09", "Text": "policies", "Geometry": {"BoundingBox": {"Width": 0.0598578431372549, "Top": 0.559530303030303, "Left": 0.2351797385620915, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2351797385620915, "Y": 0.559530303030303}, {"X": 0.2950375816993464, "Y": 0.559530303030303}, {"X": 0.2950375816993464, "Y": 0.5746818181818182}, {"X": 0.2351797385620915, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c5ed84dc-fecb-4a02-98f4-a60c942772c2", "Text": "in", "Geometry": {"BoundingBox": {"Width": 0.014794117647058824, "Top": 0.559530303030303, "Left": 0.2994722222222222, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2994722222222222, "Y": 0.559530303030303}, {"X": 0.31426633986928104, "Y": 0.559530303030303}, {"X": 0.31426633986928104, "Y": 0.5746818181818182}, {"X": 0.2994722222222222, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3c792949-12a1-4bbb-b8a6-cc17285e3770", "Text": "force,", "Geometry": {"BoundingBox": {"Width": 0.04610947712418301, "Top": 0.559530303030303, "Left": 0.31870751633986927, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.31870751633986927, "Y": 0.559530303030303}, {"X": 0.3648169934640523, "Y": 0.559530303030303}, {"X": 0.3648169934640523, "Y": 0.5746818181818182}, {"X": 0.31870751633986927, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b22544cc-82af-4455-a83c-2e7f4de1015f", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.559530303030303, "Left": 0.3692418300653595, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3692418300653595, "Y": 0.559530303030303}, {"X": 0.4206258169934641, "Y": 0.559530303030303}, {"X": 0.4206258169934641, "Y": 0.5746818181818182}, {"X": 0.3692418300653595, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "457eae2e-d068-4ea3-9a81-a282d4ed0b31", "Text": "provide", "Geometry": {"BoundingBox": {"Width": 0.06090032679738562, "Top": 0.559530303030303, "Left": 0.42505065359477123, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.42505065359477123, "Y": 0.559530303030303}, {"X": 0.48595098039215684, "Y": 0.559530303030303}, {"X": 0.48595098039215684, "Y": 0.5746818181818182}, {"X": 0.42505065359477123, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d619d4ad-3930-49bd-a9b7-d40a154c8fb3", "Text": "us", "Geometry": {"BoundingBox": {"Width": 0.017968954248366014, "Top": 0.559530303030303, "Left": 0.49037581699346405, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.49037581699346405, "Y": 0.559530303030303}, {"X": 0.5083447712418301, "Y": 0.559530303030303}, {"X": 0.5083447712418301, "Y": 0.5746818181818182}, {"X": 0.49037581699346405, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "31631461-d487-49c0-a503-06b2a74598fb", "Text": "with", "Geometry": {"BoundingBox": {"Width": 0.035377450980392154, "Top": 0.559530303030303, "Left": 0.512781045751634, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.512781045751634, "Y": 0.559530303030303}, {"X": 0.5481584967320261, "Y": 0.559530303030303}, {"X": 0.5481584967320261, "Y": 0.5746818181818182}, {"X": 0.512781045751634, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a88a1157-5d12-4b36-b05a-6ce30ca50bec", "Text": "that", "Geometry": {"BoundingBox": {"Width": 0.03283169934640523, "Top": 0.559530303030303, "Left": 0.5525996732026144, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5525996732026144, "Y": 0.559530303030303}, {"X": 0.5854313725490197, "Y": 0.559530303030303}, {"X": 0.5854313725490197, "Y": 0.5746818181818182}, {"X": 0.5525996732026144, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3286a9f1-94ad-4dd4-974f-12d22b854c1f", "Text": "information.", "Geometry": {"BoundingBox": {"Width": 0.09966666666666667, "Top": 0.559530303030303, "Left": 0.5898643790849674, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5898643790849674, "Y": 0.559530303030303}, {"X": 0.689531045751634, "Y": 0.559530303030303}, {"X": 0.689531045751634, "Y": 0.5746818181818182}, {"X": 0.5898643790849674, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a3554b47-329a-42ac-b9db-df5f3bdf2f68", "Text": "Additionally,", "Geometry": {"BoundingBox": {"Width": 0.10032843137254902, "Top": 0.559530303030303, "Left": 0.6939722222222222, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6939722222222222, "Y": 0.559530303030303}, {"X": 0.7943006535947712, "Y": 0.559530303030303}, {"X": 0.7943006535947712, "Y": 0.5746818181818182}, {"X": 0.6939722222222222, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3b3ac281-d005-431a-9b5b-6c07b02d1999", "Text": "if", "Geometry": {"BoundingBox": {"Width": 0.010480392156862745, "Top": 0.559530303030303, "Left": 0.7987238562091503, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7987238562091503, "Y": 0.559530303030303}, {"X": 0.809204248366013, "Y": 0.559530303030303}, {"X": 0.809204248366013, "Y": 0.5746818181818182}, {"X": 0.7987238562091503, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ffa90bc2-f294-48ab-b79d-d857dc68cf62", "Text": "there", "Geometry": {"BoundingBox": {"Width": 0.04322875816993464, "Top": 0.559530303030303, "Left": 0.813640522875817, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.813640522875817, "Y": 0.559530303030303}, {"X": 0.8568692810457517, "Y": 0.559530303030303}, {"X": 0.8568692810457517, "Y": 0.5746818181818182}, {"X": 0.813640522875817, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "03a8b3af-b412-4f61-91cd-5d5b52c646db", "Text": "are any exclusions or liens on the policy, we request that information as well.", "Geometry": {"BoundingBox": {"Width": 0.6141732026143791, "Top": 0.5780151515151515, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5780151515151515}, {"X": 0.1436388888888889, "Y": 0.5780151515151515}, {"X": 0.1436388888888889, "Y": 0.5931666666666666}, {"X": 0.11764705882352941, "Y": 0.5931666666666666}]}, "Relationships": [{"Ids": ["d8113499-34d8-4e63-8778-8f7c69bd5203", "34bb8053-94c0-44fd-888b-b45227c9d9ab", "063dc4f8-1f47-4a53-93c8-068ee1a8805c", "eeb61a36-7fd8-474a-be47-4b9e6d743e0c", "e3940aca-7def-4b6e-9462-45095621060b", "34644781-0019-4487-9cdd-ba0a0ab3b1c7", "0636b958-0b53-440b-8dc5-6e2014612abd", "783749d6-9a08-493a-8f2e-1bf2d62401d4", "dea5a60e-4cc7-41cb-b94d-dc3a232bed5d", "7100ab8e-a3ed-42ef-ba26-2829aff6ce46", "8b17e37c-0714-4bff-b3d3-e13e32763dfa", "210a36e6-598b-4002-b873-bdff5f1c9f72", "5ab82a7b-a95c-4fef-87d8-8b6b5c66b5a5", "94528f37-da02-4225-931c-14ad5ef5aad7"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "d8113499-34d8-4e63-8778-8f7c69bd5203", "Text": "are", "Geometry": {"BoundingBox": {"Width": 0.02599183006535948, "Top": 0.5780151515151515, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5780151515151515}, {"X": 0.1436388888888889, "Y": 0.5780151515151515}, {"X": 0.1436388888888889, "Y": 0.5931666666666666}, {"X": 0.11764705882352941, "Y": 0.5931666666666666}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "34bb8053-94c0-44fd-888b-b45227c9d9ab", "Text": "any", "Geometry": {"BoundingBox": {"Width": 0.028575163398692812, "Top": 0.5780151515151515, "Left": 0.14806535947712418, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14806535947712418, "Y": 0.5780151515151515}, {"X": 0.176640522875817, "Y": 0.5780151515151515}, {"X": 0.176640522875817, "Y": 0.5931666666666666}, {"X": 0.14806535947712418, "Y": 0.5931666666666666}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "063dc4f8-1f47-4a53-93c8-068ee1a8805c", "Text": "exclusions", "Geometry": {"BoundingBox": {"Width": 0.0818186274509804, "Top": 0.5780151515151515, "Left": 0.18106699346405228, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.18106699346405228, "Y": 0.5780151515151515}, {"X": 0.26288562091503265, "Y": 0.5780151515151515}, {"X": 0.26288562091503265, "Y": 0.5931666666666666}, {"X": 0.18106699346405228, "Y": 0.5931666666666666}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "eeb61a36-7fd8-474a-be47-4b9e6d743e0c", "Text": "or", "Geometry": {"BoundingBox": {"Width": 0.017181372549019608, "Top": 0.5780151515151515, "Left": 0.2673218954248366, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2673218954248366, "Y": 0.5780151515151515}, {"X": 0.28450326797385617, "Y": 0.5780151515151515}, {"X": 0.28450326797385617, "Y": 0.5931666666666666}, {"X": 0.2673218954248366, "Y": 0.5931666666666666}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e3940aca-7def-4b6e-9462-45095621060b", "Text": "liens", "Geometry": {"BoundingBox": {"Width": 0.03672549019607843, "Top": 0.5780151515151515, "Left": 0.2889297385620915, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2889297385620915, "Y": 0.5780151515151515}, {"X": 0.3256552287581699, "Y": 0.5780151515151515}, {"X": 0.3256552287581699, "Y": 0.5931666666666666}, {"X": 0.2889297385620915, "Y": 0.5931666666666666}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "34644781-0019-4487-9cdd-ba0a0ab3b1c7", "Text": "on", "Geometry": {"BoundingBox": {"Width": 0.020633986928104576, "Top": 0.5780151515151515, "Left": 0.3300898692810458, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3300898692810458, "Y": 0.5780151515151515}, {"X": 0.35072385620915036, "Y": 0.5780151515151515}, {"X": 0.35072385620915036, "Y": 0.5931666666666666}, {"X": 0.3300898692810458, "Y": 0.5931666666666666}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0636b958-0b53-440b-8dc5-6e2014612abd", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.5780151515151515, "Left": 0.35516503267973853, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.35516503267973853, "Y": 0.5780151515151515}, {"X": 0.3818006535947712, "Y": 0.5780151515151515}, {"X": 0.3818006535947712, "Y": 0.5931666666666666}, {"X": 0.35516503267973853, "Y": 0.5931666666666666}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "783749d6-9a08-493a-8f2e-1bf2d62401d4", "Text": "policy,", "Geometry": {"BoundingBox": {"Width": 0.05170915032679738, "Top": 0.5780151515151515, "Left": 0.38622549019607844, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.38622549019607844, "Y": 0.5780151515151515}, {"X": 0.43793464052287584, "Y": 0.5780151515151515}, {"X": 0.43793464052287584, "Y": 0.5931666666666666}, {"X": 0.38622549019607844, "Y": 0.5931666666666666}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "dea5a60e-4cc7-41cb-b94d-dc3a232bed5d", "Text": "we", "Geometry": {"BoundingBox": {"Width": 0.023779411764705882, "Top": 0.5780151515151515, "Left": 0.442359477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.442359477124183, "Y": 0.5780151515151515}, {"X": 0.4661388888888889, "Y": 0.5780151515151515}, {"X": 0.4661388888888889, "Y": 0.5931666666666666}, {"X": 0.442359477124183, "Y": 0.5931666666666666}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7100ab8e-a3ed-42ef-ba26-2829aff6ce46", "Text": "request", "Geometry": {"BoundingBox": {"Width": 0.06118954248366013, "Top": 0.5780151515151515, "Left": 0.4705653594771242, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4705653594771242, "Y": 0.5780151515151515}, {"X": 0.5317549019607843, "Y": 0.5780151515151515}, {"X": 0.5317549019607843, "Y": 0.5931666666666666}, {"X": 0.4705653594771242, "Y": 0.5931666666666666}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8b17e37c-0714-4bff-b3d3-e13e32763dfa", "Text": "that", "Geometry": {"BoundingBox": {"Width": 0.03283169934640523, "Top": 0.5780151515151515, "Left": 0.536187908496732, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.536187908496732, "Y": 0.5780151515151515}, {"X": 0.5690196078431373, "Y": 0.5780151515151515}, {"X": 0.5690196078431373, "Y": 0.5931666666666666}, {"X": 0.536187908496732, "Y": 0.5931666666666666}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "210a36e6-598b-4002-b873-bdff5f1c9f72", "Text": "information", "Geometry": {"BoundingBox": {"Width": 0.0947173202614379, "Top": 0.5780151515151515, "Left": 0.573452614379085, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.573452614379085, "Y": 0.5780151515151515}, {"X": 0.6681699346405229, "Y": 0.5780151515151515}, {"X": 0.6681699346405229, "Y": 0.5931666666666666}, {"X": 0.573452614379085, "Y": 0.5931666666666666}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5ab82a7b-a95c-4fef-87d8-8b6b5c66b5a5", "Text": "as", "Geometry": {"BoundingBox": {"Width": 0.017058823529411765, "Top": 0.5780151515151515, "Left": 0.6726111111111112, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6726111111111112, "Y": 0.5780151515151515}, {"X": 0.689669934640523, "Y": 0.5780151515151515}, {"X": 0.689669934640523, "Y": 0.5931666666666666}, {"X": 0.6726111111111112, "Y": 0.5931666666666666}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "94528f37-da02-4225-931c-14ad5ef5aad7", "Text": "well.", "Geometry": {"BoundingBox": {"Width": 0.0377140522875817, "Top": 0.5780151515151515, "Left": 0.6941062091503268, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6941062091503268, "Y": 0.5780151515151515}, {"X": 0.7318202614379086, "Y": 0.5780151515151515}, {"X": 0.7318202614379086, "Y": 0.5931666666666666}, {"X": 0.6941062091503268, "Y": 0.5931666666666666}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "9f2c0d08-13b4-4d96-8710-33c8a602ce55", "Text": "If you have any questions, please contact my office.", "Geometry": {"BoundingBox": {"Width": 0.4105441176470588, "Top": 0.6149848484848485, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6149848484848485}, {"X": 0.12856862745098038, "Y": 0.6149848484848485}, {"X": 0.12856862745098038, "Y": 0.6301363636363636}, {"X": 0.11764705882352941, "Y": 0.6301363636363636}]}, "Relationships": [{"Ids": ["57f79a13-903e-4d38-b081-8672c8218199", "49a54e84-ead6-40d6-a657-da359f59e9b8", "335e0dee-41cb-45f1-87aa-a8b6be848432", "8d69a85c-b0a2-495b-9253-c9564f07f066", "09af974d-7a0a-45e2-a8d7-a91ae52a78ac", "673c4003-fdd2-4ec8-add7-863f11041649", "3572cb8e-f492-4bdd-b5fd-fe1906767ed0", "4286464d-94ac-4fb1-8ffc-ec5d5ee7fd1a", "73fc2135-625d-4bae-8220-af96d68e43ce"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "57f79a13-903e-4d38-b081-8672c8218199", "Text": "If", "Geometry": {"BoundingBox": {"Width": 0.01092156862745098, "Top": 0.6149848484848485, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6149848484848485}, {"X": 0.12856862745098038, "Y": 0.6149848484848485}, {"X": 0.12856862745098038, "Y": 0.6301363636363636}, {"X": 0.11764705882352941, "Y": 0.6301363636363636}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "49a54e84-ead6-40d6-a657-da359f59e9b8", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.02950653594771242, "Top": 0.6149848484848485, "Left": 0.13300653594771242, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.13300653594771242, "Y": 0.6149848484848485}, {"X": 0.16251307189542483, "Y": 0.6149848484848485}, {"X": 0.16251307189542483, "Y": 0.6301363636363636}, {"X": 0.13300653594771242, "Y": 0.6301363636363636}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "335e0dee-41cb-45f1-87aa-a8b6be848432", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831699346405229, "Top": 0.6149848484848485, "Left": 0.16695424836601308, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16695424836601308, "Y": 0.6149848484848485}, {"X": 0.20527124183006537, "Y": 0.6149848484848485}, {"X": 0.20527124183006537, "Y": 0.6301363636363636}, {"X": 0.16695424836601308, "Y": 0.6301363636363636}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8d69a85c-b0a2-495b-9253-c9564f07f066", "Text": "any", "Geometry": {"BoundingBox": {"Width": 0.028576797385620915, "Top": 0.6149848484848485, "Left": 0.20969607843137256, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20969607843137256, "Y": 0.6149848484848485}, {"X": 0.23827287581699347, "Y": 0.6149848484848485}, {"X": 0.23827287581699347, "Y": 0.6301363636363636}, {"X": 0.20969607843137256, "Y": 0.6301363636363636}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "09af974d-7a0a-45e2-a8d7-a91ae52a78ac", "Text": "questions,", "Geometry": {"BoundingBox": {"Width": 0.08230555555555556, "Top": 0.6149848484848485, "Left": 0.24269771241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24269771241830065, "Y": 0.6149848484848485}, {"X": 0.3250032679738562, "Y": 0.6149848484848485}, {"X": 0.3250032679738562, "Y": 0.6301363636363636}, {"X": 0.24269771241830065, "Y": 0.6301363636363636}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "673c4003-fdd2-4ec8-add7-863f11041649", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.6149848484848485, "Left": 0.3294281045751634, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3294281045751634, "Y": 0.6149848484848485}, {"X": 0.380812091503268, "Y": 0.6149848484848485}, {"X": 0.380812091503268, "Y": 0.6301363636363636}, {"X": 0.3294281045751634, "Y": 0.6301363636363636}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3572cb8e-f492-4bdd-b5fd-fe1906767ed0", "Text": "contact", "Geometry": {"BoundingBox": {"Width": 0.05975490196078431, "Top": 0.6149848484848485, "Left": 0.38523529411764706, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.38523529411764706, "Y": 0.6149848484848485}, {"X": 0.4449901960784314, "Y": 0.6149848484848485}, {"X": 0.4449901960784314, "Y": 0.6301363636363636}, {"X": 0.38523529411764706, "Y": 0.6301363636363636}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4286464d-94ac-4fb1-8ffc-ec5d5ee7fd1a", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024544117647058824, "Top": 0.6149848484848485, "Left": 0.44942320261437907, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.44942320261437907, "Y": 0.6149848484848485}, {"X": 0.4739673202614379, "Y": 0.6149848484848485}, {"X": 0.4739673202614379, "Y": 0.6301363636363636}, {"X": 0.44942320261437907, "Y": 0.6301363636363636}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "73fc2135-625d-4bae-8220-af96d68e43ce", "Text": "office.", "Geometry": {"BoundingBox": {"Width": 0.049797385620915034, "Top": 0.6149848484848485, "Left": 0.4783937908496732, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4783937908496732, "Y": 0.6149848484848485}, {"X": 0.5281911764705882, "Y": 0.6149848484848485}, {"X": 0.5281911764705882, "Y": 0.6301363636363636}, {"X": 0.4783937908496732, "Y": 0.6301363636363636}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "5d753981-e0cb-4dae-b246-1094489a8484", "Text": "Sincerely,", "Geometry": {"BoundingBox": {"Width": 0.07671568627450981, "Top": 0.6519545454545455, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6671060606060606}, {"X": 0.11764705882352941, "Y": 0.6671060606060606}]}, "Relationships": [{"Ids": ["a368b715-070c-434e-896c-323496a43e78"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "a368b715-070c-434e-896c-323496a43e78", "Text": "Sincerely,", "Geometry": {"BoundingBox": {"Width": 0.07671568627450981, "Top": 0.6519545454545455, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6671060606060606}, {"X": 0.11764705882352941, "Y": 0.6671060606060606}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "d5be76c8-b2c8-4088-8ace-8fa7f0766c55", "Text": "J Rock, esq.", "Geometry": {"BoundingBox": {"Width": 0.09087091503267974, "Top": 0.7074090909090909, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.7074090909090909}, {"X": 0.12390196078431373, "Y": 0.7074090909090909}, {"X": 0.12390196078431373, "Y": 0.722560606060606}, {"X": 0.11764705882352941, "Y": 0.722560606060606}]}, "Relationships": [{"Ids": ["fe254e5f-6b74-4c28-b055-2ff42355f8eb", "1c1d510f-f52f-4020-8af8-1ccec280acb1", "7eb71e20-e9d5-4e66-9386-c26ba638c4ca"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "fe254e5f-6b74-4c28-b055-2ff42355f8eb", "Text": "J", "Geometry": {"BoundingBox": {"Width": 0.006254901960784313, "Top": 0.7074090909090909, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.7074090909090909}, {"X": 0.12390196078431373, "Y": 0.7074090909090909}, {"X": 0.12390196078431373, "Y": 0.722560606060606}, {"X": 0.11764705882352941, "Y": 0.722560606060606}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1c1d510f-f52f-4020-8af8-1ccec280acb1", "Text": "Rock,", "Geometry": {"BoundingBox": {"Width": 0.043093137254901964, "Top": 0.7074090909090909, "Left": 0.12833169934640523, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.12833169934640523, "Y": 0.7074090909090909}, {"X": 0.1714248366013072, "Y": 0.7074090909090909}, {"X": 0.1714248366013072, "Y": 0.722560606060606}, {"X": 0.12833169934640523, "Y": 0.722560606060606}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7eb71e20-e9d5-4e66-9386-c26ba638c4ca", "Text": "esq.", "Geometry": {"BoundingBox": {"Width": 0.03266830065359477, "Top": 0.7074090909090909, "Left": 0.17584967320261438, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17584967320261438, "Y": 0.7074090909090909}, {"X": 0.20851797385620915, "Y": 0.7074090909090909}, {"X": 0.20851797385620915, "Y": 0.722560606060606}, {"X": 0.17584967320261438, "Y": 0.722560606060606}]}, "Relationships": [], "Page": 1}], "Entities": [{"BlockReferences": [{"BlockId": "79fa0e9d-3b9b-4200-9ec4-bc5e2e564919", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "f0886f8a-d505-45be-9549-4f23deb49e1d"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "83b92ecd-eebb-4ee3-9fab-fd5946b69954"}], "BeginOffset": 0, "EndOffset": 10}], "Text": "Rook Legal", "Type": "Law Firm", "Score": 1}, {"BlockReferences": [{"BlockId": "ca19f996-28ac-42fe-8818-c031f4937e86", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "a0584eb4-763f-45ac-912b-285b02a9cdc5"}, {"BeginOffset": 0, "EndOffset": 1, "ChildBlockId": "c704eb88-d8f1-4ed1-b8bc-190a4f64ac52"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "a998a51f-49cc-466a-a7d6-85477a784d56"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "8178bdb5-b82f-48ce-8474-86eedccb0bbc"}], "BeginOffset": 0, "EndOffset": 13}, {"BlockId": "b6b981e8-c06e-4000-9959-1515fe7a334f", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 10, "ChildBlockId": "be58f17c-5c69-4dd9-a878-00fbef7b258f"}, {"BeginOffset": 0, "EndOffset": 15, "ChildBlockId": "d450a058-182c-405c-9150-f381d652bd4e"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "f7b984c8-e644-4ccb-9443-41a747b7066f"}], "BeginOffset": 0, "EndOffset": 32}], "Text": "516 S 46th Pl Snohomish, Washington(WA), 98290", "Type": "Law Office Address", "Score": 1}, {"BlockReferences": [{"BlockId": "c1d8991b-3ee1-4ed6-93f2-654e11877e95", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "aadf03a3-dfd8-41e3-a7f2-a4074976383c"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "684f24b9-5b50-4536-a7db-d3be876418ba"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "fa39aa66-1ffb-4325-b85f-5bbe708b3685"}], "BeginOffset": 0, "EndOffset": 24}], "Text": "Direct Insurance Company", "Type": "Insurance Company", "Score": 1}, {"BlockReferences": [{"BlockId": "bcfab5c3-41cf-475d-a119-40e77c9adec5", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "88db35b7-2cd9-414c-85b2-cebbfc1e1fea"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "c229ea44-5ce3-4520-bc2c-00b4c3e02281"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "9442ab41-20a0-41f8-b423-59528ab85652"}], "BeginOffset": 0, "EndOffset": 15}, {"BlockId": "f8626f53-61e8-429d-9afb-6db1675b72dd", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "0d31a549-75e8-4efb-87d9-ee8218acc413"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "806f2883-7f0d-4a07-a68f-dce4b063a8af"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "23665d67-2ca1-4cc6-ab1d-58be8b4d1f82"}], "BeginOffset": 0, "EndOffset": 16}], "Text": "5555 Dakota St. Athens, GA 23001", "Type": "Insurance Company Address", "Score": 1}, {"BlockReferences": [{"BlockId": "de277bc6-8f05-41b6-9750-02fd4f9d74c6", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "3228cc02-acc8-42dd-a2ea-04ce1b5e1a51"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "a59bd934-36e1-49be-acc9-46a4a618fb14"}], "BeginOffset": 14, "EndOffset": 27}], "Text": "Alfie Roberts", "Type": "Policy Holder Name", "Score": 1}, {"BlockReferences": [{"BlockId": "f61a02ee-577d-4891-86da-3d51f80f3801", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "ce61592a-3ee1-48d2-84fa-55aa8889c896"}], "BeginOffset": 15, "EndOffset": 24}], "Text": "509438343", "Type": "Policy Number", "Score": 1}, {"BlockReferences": [{"BlockId": "0d0a3579-1eff-4bc3-b3d5-53466df9a544", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "1e394586-f5db-4b25-9cf4-aacc5c0760db"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "09c4989b-f5a9-4b34-a84a-a72248592555"}], "BeginOffset": 24, "EndOffset": 36}], "Text": "Antonia Rowe", "Type": "Beneficiary Name", "Score": 1}, {"BlockReferences": [{"BlockId": "64197356-7382-4ce0-9fb5-bfd8e0c9f281", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "0cd52321-f021-48fa-875e-47687ad9f407"}], "BeginOffset": 65, "EndOffset": 73}], "Text": "$25,000.", "Type": "Payout", "Score": 1}, {"BlockReferences": [{"BlockId": "64197356-7382-4ce0-9fb5-bfd8e0c9f281", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "1eba6be6-fecd-4d8f-9d45-ffc9b71cf183"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "2d2b8a52-ca1c-4fec-8d55-c5aa87d02dab"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "d006f0e9-4c5d-4e2e-9a34-8cf29a75cc1e"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "817f4eda-7500-4f5d-8f47-8e803d415477"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "ad1ef8ef-a092-434c-8dc1-a2f1599830b7"}, {"BeginOffset": 0, "EndOffset": 10, "ChildBlockId": "7a9b20e8-0b5f-4552-8c1b-85a6df6283a7"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "6afe10b8-5269-40a1-805c-18dfbccfc6e3"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "5cada9e1-23a0-4864-b9f5-804531174091"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "9acfb39f-ef2a-4387-905b-c6db560cdd4e"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "e8daaac4-f8d9-4e35-b5d6-d2849f19823e"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "8bce6178-595b-4683-aa5b-2236b1af0f55"}], "BeginOffset": 0, "EndOffset": 64}, {"BlockId": "64197356-7382-4ce0-9fb5-bfd8e0c9f281", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "e19324f1-2563-42d6-bee3-bc2b26e3d95a"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "f01be7ee-18cd-463d-99b5-8167e357bc15"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "7c51c251-ab6a-4392-9ab2-f2f59f311a7a"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "b121fca1-27c0-4c3d-bab3-9487aaae97c6"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "360bf128-6031-49e6-8949-e299a64c3166"}], "BeginOffset": 74, "EndOffset": 93}, {"BlockId": "4f008780-3234-45f1-b33d-24aa338a8634", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "bca5bb50-3ccb-4d80-975b-e6cc52ef9f69"}, {"BeginOffset": 0, "EndOffset": 10, "ChildBlockId": "bc1df479-f58e-42b5-96f1-6f54010f48bd"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "7c89f062-7a63-4bfa-9d54-0f0437977b09"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "c5ed84dc-fecb-4a02-98f4-a60c942772c2"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "3c792949-12a1-4bbb-b8a6-cc17285e3770"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "b22544cc-82af-4455-a83c-2e7f4de1015f"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "457eae2e-d068-4ea3-9a81-a282d4ed0b31"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "d619d4ad-3930-49bd-a9b7-d40a154c8fb3"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "31631461-d487-49c0-a503-06b2a74598fb"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "a88a1157-5d12-4b36-b05a-6ce30ca50bec"}, {"BeginOffset": 0, "EndOffset": 12, "ChildBlockId": "3286a9f1-94ad-4dd4-974f-12d22b854c1f"}, {"BeginOffset": 0, "EndOffset": 13, "ChildBlockId": "a3554b47-329a-42ac-b9db-df5f3bdf2f68"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "3b3ac281-d005-431a-9b5b-6c07b02d1999"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "ffa90bc2-f294-48ab-b79d-d857dc68cf62"}], "BeginOffset": 0, "EndOffset": 97}, {"BlockId": "03a8b3af-b412-4f61-91cd-5d5b52c646db", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "d8113499-34d8-4e63-8778-8f7c69bd5203"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "34bb8053-94c0-44fd-888b-b45227c9d9ab"}, {"BeginOffset": 0, "EndOffset": 10, "ChildBlockId": "063dc4f8-1f47-4a53-93c8-068ee1a8805c"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "eeb61a36-7fd8-474a-be47-4b9e6d743e0c"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "e3940aca-7def-4b6e-9462-45095621060b"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "34644781-0019-4487-9cdd-ba0a0ab3b1c7"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "0636b958-0b53-440b-8dc5-6e2014612abd"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "783749d6-9a08-493a-8f2e-1bf2d62401d4"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "dea5a60e-4cc7-41cb-b94d-dc3a232bed5d"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "7100ab8e-a3ed-42ef-ba26-2829aff6ce46"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "8b17e37c-0714-4bff-b3d3-e13e32763dfa"}, {"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "210a36e6-598b-4002-b873-bdff5f1c9f72"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "5ab82a7b-a95c-4fef-87d8-8b6b5c66b5a5"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "94528f37-da02-4225-931c-14ad5ef5aad7"}], "BeginOffset": 0, "EndOffset": 79}], "Text": "We request that you deliver posthaste, the full policy amount of If you are aware of any additional policies in force, please provide us with that information. Additionally, if there are any exclusions or liens on the policy, we request that information as well.", "Type": "Required Action", "Score": 1}, {"BlockReferences": [{"BlockId": "d5be76c8-b2c8-4088-8ace-8fa7f0766c55", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 1, "ChildBlockId": "fe254e5f-6b74-4c28-b055-2ff42355f8eb"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "1c1d510f-f52f-4020-8af8-1ccec280acb1"}], "BeginOffset": 0, "EndOffset": 7}], "Text": "J Rock,", "Type": "Sender", "Score": 1}], "File": "Letter 117-1-4a48e116-ann.json"}
data/raw_data/annotations/Letter 118-1-545b4836-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 119-1-3e1a0ec0-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 12-1-d0f205e1-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 120-1-77a95ff9-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 121-1-ed3c703c-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 122-1-78f50a61-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 123-1-8d2e493c-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 124-1-e50d31d2-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 125-1-1fc60d07-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 126-1-974c8ab5-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 127-1-96bf423d-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 128-1-e3d70714-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 129-1-d70c5447-ann.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"Version": "2021-04-30", "DocumentType": "NativePDF", "DocumentMetadata": {"Pages": "1"}, "Blocks": [{"BlockType": "LINE", "Id": "876a2097-f032-472e-a198-9ec64c597d9b", "Text": "Notice of Representation", "Geometry": {"BoundingBox": {"Width": 0.26350163398692805, "Top": 0.12879545454545455, "Left": 0.11764705882352941, "Height": 0.020303030303030295}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.14909848484848484}, {"X": 0.11764705882352941, "Y": 0.14909848484848484}]}, "Relationships": [{"Ids": ["74c6b08c-9bf6-4827-9a9b-693f85f9b82d", "61febb41-b252-400b-8cd8-f335d8b09d19", "7d684634-30da-4c1a-b0ae-13458df4fb7a"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "74c6b08c-9bf6-4827-9a9b-693f85f9b82d", "Text": "Notice", "Geometry": {"BoundingBox": {"Width": 0.06877614379084968, "Top": 0.12879545454545455, "Left": 0.11764705882352941, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.14909848484848484}, {"X": 0.11764705882352941, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "61febb41-b252-400b-8cd8-f335d8b09d19", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.021490196078431372, "Top": 0.12879545454545455, "Left": 0.19227777777777777, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.19227777777777777, "Y": 0.12879545454545455}, {"X": 0.21376797385620913, "Y": 0.12879545454545455}, {"X": 0.21376797385620913, "Y": 0.14909848484848484}, {"X": 0.19227777777777777, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7d684634-30da-4c1a-b0ae-13458df4fb7a", "Text": "Representation", "Geometry": {"BoundingBox": {"Width": 0.16152777777777777, "Top": 0.12879545454545455, "Left": 0.21962091503267975, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.21962091503267975, "Y": 0.12879545454545455}, {"X": 0.3811486928104575, "Y": 0.12879545454545455}, {"X": 0.3811486928104575, "Y": 0.14909848484848484}, {"X": 0.21962091503267975, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "a1e08f18-93ce-4ccb-bd02-30717fdddf34", "Text": "Budget Mutual Insurance Company", "Geometry": {"BoundingBox": {"Width": 0.28107516339869276, "Top": 0.15256060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.1677121212121212}, {"X": 0.11764705882352941, "Y": 0.1677121212121212}]}, "Relationships": [{"Ids": ["35b5462a-fd8f-4b97-b6e0-44dbcaec2d75", "db1f8864-661b-438f-842a-2a6efa11618c", "41cc4613-616d-40ec-970e-c7a82ce85e68", "d1718bea-06e1-4b54-9d9e-0318d8f06f11"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "35b5462a-fd8f-4b97-b6e0-44dbcaec2d75", "Text": "Budget", "Geometry": {"BoundingBox": {"Width": 0.0568235294117647, "Top": 0.15256060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.1677121212121212}, {"X": 0.11764705882352941, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "db1f8864-661b-438f-842a-2a6efa11618c", "Text": "Mutual", "Geometry": {"BoundingBox": {"Width": 0.0578202614379085, "Top": 0.15256060606060606, "Left": 0.17890196078431372, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17890196078431372, "Y": 0.15256060606060606}, {"X": 0.23672222222222222, "Y": 0.15256060606060606}, {"X": 0.23672222222222222, "Y": 0.1677121212121212}, {"X": 0.17890196078431372, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "41cc4613-616d-40ec-970e-c7a82ce85e68", "Text": "Insurance", "Geometry": {"BoundingBox": {"Width": 0.07780065359477124, "Top": 0.15256060606060606, "Left": 0.24116503267973857, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24116503267973857, "Y": 0.15256060606060606}, {"X": 0.31896568627450983, "Y": 0.15256060606060606}, {"X": 0.31896568627450983, "Y": 0.1677121212121212}, {"X": 0.24116503267973857, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d1718bea-06e1-4b54-9d9e-0318d8f06f11", "Text": "Company", "Geometry": {"BoundingBox": {"Width": 0.07533169934640523, "Top": 0.15256060606060606, "Left": 0.323390522875817, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.323390522875817, "Y": 0.15256060606060606}, {"X": 0.3987222222222222, "Y": 0.15256060606060606}, {"X": 0.3987222222222222, "Y": 0.1677121212121212}, {"X": 0.323390522875817, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "3896d353-2c55-4f20-8764-35746470e758", "Text": "9876 Infinity Ave", "Geometry": {"BoundingBox": {"Width": 0.13456209150326795, "Top": 0.17104545454545456, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.1861969696969697}, {"X": 0.11764705882352941, "Y": 0.1861969696969697}]}, "Relationships": [{"Ids": ["2f46ebfb-6e19-4896-802a-554d7a8793d4", "0bf5310d-4944-460c-9d7d-1a48061c63bf", "af162baa-b5b8-480e-a5ef-a290087fc20a"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "2f46ebfb-6e19-4896-802a-554d7a8793d4", "Text": "9876", "Geometry": {"BoundingBox": {"Width": 0.039753267973856206, "Top": 0.17104545454545456, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.1861969696969697}, {"X": 0.11764705882352941, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0bf5310d-4944-460c-9d7d-1a48061c63bf", "Text": "Infinity", "Geometry": {"BoundingBox": {"Width": 0.05597875816993464, "Top": 0.17104545454545456, "Left": 0.16183006535947714, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16183006535947714, "Y": 0.17104545454545456}, {"X": 0.21780882352941178, "Y": 0.17104545454545456}, {"X": 0.21780882352941178, "Y": 0.1861969696969697}, {"X": 0.16183006535947714, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "af162baa-b5b8-480e-a5ef-a290087fc20a", "Text": "Ave", "Geometry": {"BoundingBox": {"Width": 0.0299640522875817, "Top": 0.17104545454545456, "Left": 0.2222450980392157, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2222450980392157, "Y": 0.17104545454545456}, {"X": 0.25220915032679736, "Y": 0.17104545454545456}, {"X": 0.25220915032679736, "Y": 0.1861969696969697}, {"X": 0.2222450980392157, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "58696883-4f10-4cc5-af9a-ea048fd9b0f7", "Text": "Springfield, MI 65541", "Geometry": {"BoundingBox": {"Width": 0.17037581699346407, "Top": 0.18953030303030302, "Left": 0.11764705882352941, "Height": 0.015151515151515166}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.2046818181818182}, {"X": 0.11764705882352941, "Y": 0.2046818181818182}]}, "Relationships": [{"Ids": ["55892690-303c-4384-8067-5dba1a372f4c", "8d0c12d1-ea9f-4ab8-848a-22a5f480f611", "617e426c-dee2-4880-acfe-089e40e9b32e"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "55892690-303c-4384-8067-5dba1a372f4c", "Text": "Springfield,", "Geometry": {"BoundingBox": {"Width": 0.09012418300653595, "Top": 0.18953030303030302, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.2046818181818182}, {"X": 0.11764705882352941, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8d0c12d1-ea9f-4ab8-848a-22a5f480f611", "Text": "MI", "Geometry": {"BoundingBox": {"Width": 0.021705882352941176, "Top": 0.18953030303030302, "Left": 0.21219444444444444, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21219444444444444, "Y": 0.18953030303030302}, {"X": 0.23390032679738562, "Y": 0.18953030303030302}, {"X": 0.23390032679738562, "Y": 0.2046818181818182}, {"X": 0.21219444444444444, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "617e426c-dee2-4880-acfe-089e40e9b32e", "Text": "65541", "Geometry": {"BoundingBox": {"Width": 0.04968954248366013, "Top": 0.18953030303030302, "Left": 0.23833333333333334, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23833333333333334, "Y": 0.18953030303030302}, {"X": 0.2880228758169935, "Y": 0.18953030303030302}, {"X": 0.2880228758169935, "Y": 0.2046818181818182}, {"X": 0.23833333333333334, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "51274ee2-4429-482f-8447-9d382c3a8772", "Text": "McKinley Irvin", "Geometry": {"BoundingBox": {"Width": 0.11303758169934641, "Top": 0.2268030303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515166}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.2268030303030303}, {"X": 0.19083169934640523, "Y": 0.2268030303030303}, {"X": 0.19083169934640523, "Y": 0.24195454545454548}, {"X": 0.11764705882352941, "Y": 0.24195454545454548}]}, "Relationships": [{"Ids": ["0e135099-97f1-450f-ae3d-1eee5ca13c75", "03136f80-5433-4404-ba8e-f38240d3dfd6"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "0e135099-97f1-450f-ae3d-1eee5ca13c75", "Text": "McKinley", "Geometry": {"BoundingBox": {"Width": 0.07318464052287582, "Top": 0.2268030303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.2268030303030303}, {"X": 0.19083169934640523, "Y": 0.2268030303030303}, {"X": 0.19083169934640523, "Y": 0.24195454545454548}, {"X": 0.11764705882352941, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "03136f80-5433-4404-ba8e-f38240d3dfd6", "Text": "Irvin", "Geometry": {"BoundingBox": {"Width": 0.0354281045751634, "Top": 0.2268030303030303, "Left": 0.19525653594771242, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.19525653594771242, "Y": 0.2268030303030303}, {"X": 0.23068464052287582, "Y": 0.2268030303030303}, {"X": 0.23068464052287582, "Y": 0.24195454545454548}, {"X": 0.19525653594771242, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "9781f7bc-e2aa-4406-a617-8b4a4621de3a", "Text": "42019 SE 166th St", "Geometry": {"BoundingBox": {"Width": 0.14383169934640525, "Top": 0.24528787878787878, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.24528787878787878}, {"X": 0.16733660130718953, "Y": 0.24528787878787878}, {"X": 0.16733660130718953, "Y": 0.2604393939393939}, {"X": 0.11764705882352941, "Y": 0.2604393939393939}]}, "Relationships": [{"Ids": ["0ceeb03e-063d-44a9-be3f-358f620b3b09", "7a1f22e6-654f-420f-a8cd-ab6287635379", "fed74a57-0c32-407e-bb1b-8bf3fe487a21", "08e0fa0d-2090-4588-931b-c430258fcfe8"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "0ceeb03e-063d-44a9-be3f-358f620b3b09", "Text": "42019", "Geometry": {"BoundingBox": {"Width": 0.04968954248366013, "Top": 0.24528787878787878, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.24528787878787878}, {"X": 0.16733660130718953, "Y": 0.24528787878787878}, {"X": 0.16733660130718953, "Y": 0.2604393939393939}, {"X": 0.11764705882352941, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7a1f22e6-654f-420f-a8cd-ab6287635379", "Text": "SE", "Geometry": {"BoundingBox": {"Width": 0.01857843137254902, "Top": 0.24528787878787878, "Left": 0.17176633986928105, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17176633986928105, "Y": 0.24528787878787878}, {"X": 0.19034477124183008, "Y": 0.24528787878787878}, {"X": 0.19034477124183008, "Y": 0.2604393939393939}, {"X": 0.17176633986928105, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fed74a57-0c32-407e-bb1b-8bf3fe487a21", "Text": "166th", "Geometry": {"BoundingBox": {"Width": 0.04667483660130719, "Top": 0.24528787878787878, "Left": 0.19478431372549018, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.19478431372549018, "Y": 0.24528787878787878}, {"X": 0.24145915032679738, "Y": 0.24528787878787878}, {"X": 0.24145915032679738, "Y": 0.2604393939393939}, {"X": 0.19478431372549018, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "08e0fa0d-2090-4588-931b-c430258fcfe8", "Text": "St", "Geometry": {"BoundingBox": {"Width": 0.01557843137254902, "Top": 0.24528787878787878, "Left": 0.24590032679738563, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24590032679738563, "Y": 0.24528787878787878}, {"X": 0.26147875816993466, "Y": 0.24528787878787878}, {"X": 0.26147875816993466, "Y": 0.2604393939393939}, {"X": 0.24590032679738563, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "b2af7317-47d1-491f-a437-26dd4edece14", "Text": "North Bend, Washington(WA), 98045", "Geometry": {"BoundingBox": {"Width": 0.29722712418300656, "Top": 0.26377272727272727, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.26377272727272727}, {"X": 0.16434150326797387, "Y": 0.26377272727272727}, {"X": 0.16434150326797387, "Y": 0.2789242424242424}, {"X": 0.11764705882352941, "Y": 0.2789242424242424}]}, "Relationships": [{"Ids": ["15e45fbe-b1c6-407d-9a72-06ea903983b3", "3279bb75-adcc-4954-a673-346d93e1fcb1", "c7148fd1-39fc-48b9-b07a-8dbfd10d2391", "e646cd0b-4490-41b0-b792-e899a4d61d7f"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "15e45fbe-b1c6-407d-9a72-06ea903983b3", "Text": "North", "Geometry": {"BoundingBox": {"Width": 0.04669444444444444, "Top": 0.26377272727272727, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.26377272727272727}, {"X": 0.16434150326797387, "Y": 0.26377272727272727}, {"X": 0.16434150326797387, "Y": 0.2789242424242424}, {"X": 0.11764705882352941, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3279bb75-adcc-4954-a673-346d93e1fcb1", "Text": "Bend,", "Geometry": {"BoundingBox": {"Width": 0.04592647058823529, "Top": 0.26377272727272727, "Left": 0.1687826797385621, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1687826797385621, "Y": 0.26377272727272727}, {"X": 0.21470915032679738, "Y": 0.26377272727272727}, {"X": 0.21470915032679738, "Y": 0.2789242424242424}, {"X": 0.1687826797385621, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c7148fd1-39fc-48b9-b07a-8dbfd10d2391", "Text": "Washington(WA),", "Geometry": {"BoundingBox": {"Width": 0.14162745098039214, "Top": 0.26377272727272727, "Left": 0.21913398692810457, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21913398692810457, "Y": 0.26377272727272727}, {"X": 0.3607614379084967, "Y": 0.26377272727272727}, {"X": 0.3607614379084967, "Y": 0.2789242424242424}, {"X": 0.21913398692810457, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e646cd0b-4490-41b0-b792-e899a4d61d7f", "Text": "98045", "Geometry": {"BoundingBox": {"Width": 0.04968954248366013, "Top": 0.26377272727272727, "Left": 0.3651846405228758, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3651846405228758, "Y": 0.26377272727272727}, {"X": 0.41487418300653595, "Y": 0.26377272727272727}, {"X": 0.41487418300653595, "Y": 0.2789242424242424}, {"X": 0.3651846405228758, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "c8638939-6f39-469c-9c95-5f7ddc64405b", "Text": "Our Client: Emily Martinez", "Geometry": {"BoundingBox": {"Width": 0.20972222222222217, "Top": 0.31922727272727275, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.3343787878787879}, {"X": 0.11764705882352941, "Y": 0.3343787878787879}]}, "Relationships": [{"Ids": ["fbe11e82-b985-4f0d-9e46-b02c44e90c1f", "5367a1b9-4442-4f63-bc26-3e86972d141a", "55de03f8-6a8f-46a7-a0dd-c800c06e2190", "0b0531f8-46ad-4dfd-9d02-5b0e2345385b"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "fbe11e82-b985-4f0d-9e46-b02c44e90c1f", "Text": "Our", "Geometry": {"BoundingBox": {"Width": 0.03012091503267974, "Top": 0.31922727272727275, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.3343787878787879}, {"X": 0.11764705882352941, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5367a1b9-4442-4f63-bc26-3e86972d141a", "Text": "Client:", "Geometry": {"BoundingBox": {"Width": 0.05135294117647059, "Top": 0.31922727272727275, "Left": 0.1521846405228758, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1521846405228758, "Y": 0.31922727272727275}, {"X": 0.20353758169934638, "Y": 0.31922727272727275}, {"X": 0.20353758169934638, "Y": 0.3343787878787879}, {"X": 0.1521846405228758, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "55de03f8-6a8f-46a7-a0dd-c800c06e2190", "Text": "Emily", "Geometry": {"BoundingBox": {"Width": 0.04312091503267974, "Top": 0.31922727272727275, "Left": 0.20795915032679738, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20795915032679738, "Y": 0.31922727272727275}, {"X": 0.25108006535947713, "Y": 0.31922727272727275}, {"X": 0.25108006535947713, "Y": 0.3343787878787879}, {"X": 0.20795915032679738, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0b0531f8-46ad-4dfd-9d02-5b0e2345385b", "Text": "Martinez", "Geometry": {"BoundingBox": {"Width": 0.07186437908496732, "Top": 0.31922727272727275, "Left": 0.2555049019607843, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2555049019607843, "Y": 0.31922727272727275}, {"X": 0.3273692810457516, "Y": 0.31922727272727275}, {"X": 0.3273692810457516, "Y": 0.3343787878787879}, {"X": 0.2555049019607843, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "9049041b-3f93-41b0-b2f6-0675f32e7221", "Text": "Date of death: 4/8/2019", "Geometry": {"BoundingBox": {"Width": 0.19372549019607846, "Top": 0.3377121212121212, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3528636363636363}, {"X": 0.11764705882352941, "Y": 0.3528636363636363}]}, "Relationships": [{"Ids": ["284de6ef-3193-430e-be48-e072270a26bd", "ee93e82e-402b-40a6-b8df-5f3226169daa", "35d5e5b5-a63b-4435-a25d-2ec2605f78c3", "8d2b52a6-4dc4-404d-a04e-95628c4154a4"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "284de6ef-3193-430e-be48-e072270a26bd", "Text": "Date", "Geometry": {"BoundingBox": {"Width": 0.03778921568627451, "Top": 0.3377121212121212, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3528636363636363}, {"X": 0.11764705882352941, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ee93e82e-402b-40a6-b8df-5f3226169daa", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.3377121212121212, "Left": 0.15986111111111112, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.15986111111111112, "Y": 0.3377121212121212}, {"X": 0.1761813725490196, "Y": 0.3377121212121212}, {"X": 0.1761813725490196, "Y": 0.3528636363636363}, {"X": 0.15986111111111112, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "35d5e5b5-a63b-4435-a25d-2ec2605f78c3", "Text": "death:", "Geometry": {"BoundingBox": {"Width": 0.05157679738562092, "Top": 0.3377121212121212, "Left": 0.18061601307189543, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.18061601307189543, "Y": 0.3377121212121212}, {"X": 0.23219281045751633, "Y": 0.3377121212121212}, {"X": 0.23219281045751633, "Y": 0.3528636363636363}, {"X": 0.18061601307189543, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8d2b52a6-4dc4-404d-a04e-95628c4154a4", "Text": "4/8/2019", "Geometry": {"BoundingBox": {"Width": 0.07475653594771242, "Top": 0.3377121212121212, "Left": 0.23661601307189542, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23661601307189542, "Y": 0.3377121212121212}, {"X": 0.31137254901960787, "Y": 0.3377121212121212}, {"X": 0.31137254901960787, "Y": 0.3528636363636363}, {"X": 0.23661601307189542, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "05691249-4339-4963-ba81-9de4af57a25e", "Text": "To Whom It May Concern,", "Geometry": {"BoundingBox": {"Width": 0.20909967320261438, "Top": 0.39316666666666666, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.4083181818181818}, {"X": 0.11764705882352941, "Y": 0.4083181818181818}]}, "Relationships": [{"Ids": ["e721eb0c-1062-4dbb-85e4-e20d47cc9227", "0aeabaa8-2bd8-43df-9301-33c82b993827", "4bc079a6-711b-4147-91ef-465bd88c8365", "cd3d0ab0-8110-4fc5-bd31-3cd9e465cbfb", "f1dd6006-3757-4b9a-adaa-d4d66fc13a56"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "e721eb0c-1062-4dbb-85e4-e20d47cc9227", "Text": "To", "Geometry": {"BoundingBox": {"Width": 0.01988888888888889, "Top": 0.39316666666666666, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.4083181818181818}, {"X": 0.11764705882352941, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0aeabaa8-2bd8-43df-9301-33c82b993827", "Text": "Whom", "Geometry": {"BoundingBox": {"Width": 0.05374346405228758, "Top": 0.39316666666666666, "Left": 0.14197875816993463, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14197875816993463, "Y": 0.39316666666666666}, {"X": 0.19572222222222221, "Y": 0.39316666666666666}, {"X": 0.19572222222222221, "Y": 0.4083181818181818}, {"X": 0.14197875816993463, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4bc079a6-711b-4147-91ef-465bd88c8365", "Text": "It", "Geometry": {"BoundingBox": {"Width": 0.011509803921568628, "Top": 0.39316666666666666, "Left": 0.20015686274509803, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20015686274509803, "Y": 0.39316666666666666}, {"X": 0.21166666666666667, "Y": 0.39316666666666666}, {"X": 0.21166666666666667, "Y": 0.4083181818181818}, {"X": 0.20015686274509803, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "cd3d0ab0-8110-4fc5-bd31-3cd9e465cbfb", "Text": "May", "Geometry": {"BoundingBox": {"Width": 0.03503921568627451, "Top": 0.39316666666666666, "Left": 0.2160996732026144, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2160996732026144, "Y": 0.39316666666666666}, {"X": 0.2511388888888889, "Y": 0.39316666666666666}, {"X": 0.2511388888888889, "Y": 0.4083181818181818}, {"X": 0.2160996732026144, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f1dd6006-3757-4b9a-adaa-d4d66fc13a56", "Text": "Concern,", "Geometry": {"BoundingBox": {"Width": 0.07118137254901961, "Top": 0.39316666666666666, "Left": 0.25556535947712417, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.25556535947712417, "Y": 0.39316666666666666}, {"X": 0.3267467320261438, "Y": 0.39316666666666666}, {"X": 0.3267467320261438, "Y": 0.4083181818181818}, {"X": 0.25556535947712417, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "fc06c71e-47d7-4768-8f58-382971a78b6d", "Text": "I have been retained by Emily Martinez to handle the estate of Stefan Weeks. My", "Geometry": {"BoundingBox": {"Width": 0.6462532679738562, "Top": 0.43013636363636365, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.4452878787878788}, {"X": 0.11764705882352941, "Y": 0.4452878787878788}]}, "Relationships": [{"Ids": ["48febd52-b51e-4a8f-9429-d0a51dccf2a8", "32d79b62-2761-4678-9d34-5ded2e0db463", "183d50c0-e73a-4aea-884d-6174bd6177ba", "f164a313-b5f3-4c8c-a94e-f3faf428077b", "6d34037c-1ec2-4b31-ab08-10f96912ab35", "071a0b15-5c49-4e0f-9a5c-ce9310579118", "6b423173-7d13-455e-93d3-3731a74ff601", "43d85821-456c-470a-b612-fbeffa4c731e", "093966f2-c0fa-448b-90be-3dc739325215", "01f82720-c12b-41e5-a8fe-8f6b72d81b0e", "098cdc6c-9937-4c02-9f56-57c98485b4e4", "1c28e7b3-7fac-4a69-9cd7-d35b21f563e4", "1d12fd77-5290-4010-a125-c48134fad90e", "372c54bf-9ef7-45b2-a98e-f20e23ddbc13", "23fc3c9f-25fe-4bfb-8120-d67579fcacf7"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "48febd52-b51e-4a8f-9429-d0a51dccf2a8", "Text": "I", "Geometry": {"BoundingBox": {"Width": 0.004941176470588235, "Top": 0.43013636363636365, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.4452878787878788}, {"X": 0.11764705882352941, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "32d79b62-2761-4678-9d34-5ded2e0db463", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.43013636363636365, "Left": 0.12702124183006536, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.12702124183006536, "Y": 0.43013636363636365}, {"X": 0.16533660130718952, "Y": 0.43013636363636365}, {"X": 0.16533660130718952, "Y": 0.4452878787878788}, {"X": 0.12702124183006536, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "183d50c0-e73a-4aea-884d-6174bd6177ba", "Text": "been", "Geometry": {"BoundingBox": {"Width": 0.04010947712418301, "Top": 0.43013636363636365, "Left": 0.16976307189542483, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16976307189542483, "Y": 0.43013636363636365}, {"X": 0.20987254901960783, "Y": 0.43013636363636365}, {"X": 0.20987254901960783, "Y": 0.4452878787878788}, {"X": 0.16976307189542483, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f164a313-b5f3-4c8c-a94e-f3faf428077b", "Text": "retained", "Geometry": {"BoundingBox": {"Width": 0.06740522875816994, "Top": 0.43013636363636365, "Left": 0.2143137254901961, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2143137254901961, "Y": 0.43013636363636365}, {"X": 0.281718954248366, "Y": 0.43013636363636365}, {"X": 0.281718954248366, "Y": 0.4452878787878788}, {"X": 0.2143137254901961, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6d34037c-1ec2-4b31-ab08-10f96912ab35", "Text": "by", "Geometry": {"BoundingBox": {"Width": 0.01918464052287582, "Top": 0.43013636363636365, "Left": 0.28616013071895424, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.28616013071895424, "Y": 0.43013636363636365}, {"X": 0.30534477124183007, "Y": 0.43013636363636365}, {"X": 0.30534477124183007, "Y": 0.4452878787878788}, {"X": 0.28616013071895424, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "071a0b15-5c49-4e0f-9a5c-ce9310579118", "Text": "Emily", "Geometry": {"BoundingBox": {"Width": 0.043119281045751634, "Top": 0.43013636363636365, "Left": 0.30976143790849675, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.30976143790849675, "Y": 0.43013636363636365}, {"X": 0.3528807189542484, "Y": 0.43013636363636365}, {"X": 0.3528807189542484, "Y": 0.4452878787878788}, {"X": 0.30976143790849675, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6b423173-7d13-455e-93d3-3731a74ff601", "Text": "Martinez", "Geometry": {"BoundingBox": {"Width": 0.07186437908496732, "Top": 0.43013636363636365, "Left": 0.35730718954248364, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.35730718954248364, "Y": 0.43013636363636365}, {"X": 0.429171568627451, "Y": 0.43013636363636365}, {"X": 0.429171568627451, "Y": 0.4452878787878788}, {"X": 0.35730718954248364, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "43d85821-456c-470a-b612-fbeffa4c731e", "Text": "to", "Geometry": {"BoundingBox": {"Width": 0.016901960784313726, "Top": 0.43013636363636365, "Left": 0.4336029411764706, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4336029411764706, "Y": 0.43013636363636365}, {"X": 0.4505049019607843, "Y": 0.43013636363636365}, {"X": 0.4505049019607843, "Y": 0.4452878787878788}, {"X": 0.4336029411764706, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "093966f2-c0fa-448b-90be-3dc739325215", "Text": "handle", "Geometry": {"BoundingBox": {"Width": 0.054562091503267976, "Top": 0.43013636363636365, "Left": 0.45494444444444443, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.45494444444444443, "Y": 0.43013636363636365}, {"X": 0.5095065359477124, "Y": 0.43013636363636365}, {"X": 0.5095065359477124, "Y": 0.4452878787878788}, {"X": 0.45494444444444443, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "01f82720-c12b-41e5-a8fe-8f6b72d81b0e", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.43013636363636365, "Left": 0.5139330065359478, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5139330065359478, "Y": 0.43013636363636365}, {"X": 0.5405686274509804, "Y": 0.43013636363636365}, {"X": 0.5405686274509804, "Y": 0.4452878787878788}, {"X": 0.5139330065359478, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "098cdc6c-9937-4c02-9f56-57c98485b4e4", "Text": "estate", "Geometry": {"BoundingBox": {"Width": 0.04971895424836601, "Top": 0.43013636363636365, "Left": 0.5449934640522875, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5449934640522875, "Y": 0.43013636363636365}, {"X": 0.5947124183006536, "Y": 0.43013636363636365}, {"X": 0.5947124183006536, "Y": 0.4452878787878788}, {"X": 0.5449934640522875, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1c28e7b3-7fac-4a69-9cd7-d35b21f563e4", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.43013636363636365, "Left": 0.5991388888888889, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5991388888888889, "Y": 0.43013636363636365}, {"X": 0.6154575163398692, "Y": 0.43013636363636365}, {"X": 0.6154575163398692, "Y": 0.4452878787878788}, {"X": 0.5991388888888889, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1d12fd77-5290-4010-a125-c48134fad90e", "Text": "Stefan", "Geometry": {"BoundingBox": {"Width": 0.05100653594771242, "Top": 0.43013636363636365, "Left": 0.6198872549019608, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6198872549019608, "Y": 0.43013636363636365}, {"X": 0.6708937908496733, "Y": 0.43013636363636365}, {"X": 0.6708937908496733, "Y": 0.4452878787878788}, {"X": 0.6198872549019608, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "372c54bf-9ef7-45b2-a98e-f20e23ddbc13", "Text": "Weeks.", "Geometry": {"BoundingBox": {"Width": 0.05847549019607843, "Top": 0.43013636363636365, "Left": 0.6753349673202614, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6753349673202614, "Y": 0.43013636363636365}, {"X": 0.7338104575163399, "Y": 0.43013636363636365}, {"X": 0.7338104575163399, "Y": 0.4452878787878788}, {"X": 0.6753349673202614, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "23fc3c9f-25fe-4bfb-8120-d67579fcacf7", "Text": "My", "Geometry": {"BoundingBox": {"Width": 0.02564705882352941, "Top": 0.43013636363636365, "Left": 0.7382532679738563, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7382532679738563, "Y": 0.43013636363636365}, {"X": 0.7639003267973856, "Y": 0.43013636363636365}, {"X": 0.7639003267973856, "Y": 0.4452878787878788}, {"X": 0.7382532679738563, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "fa60cbfe-9408-424d-82af-888a533458a5", "Text": "understanding is that they had a life insurance policy (#740540626) with your company. If this is", "Geometry": {"BoundingBox": {"Width": 0.7641209150326798, "Top": 0.44862121212121214, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.44862121212121214}, {"X": 0.23341503267973857, "Y": 0.44862121212121214}, {"X": 0.23341503267973857, "Y": 0.4637727272727273}, {"X": 0.11764705882352941, "Y": 0.4637727272727273}]}, "Relationships": [{"Ids": ["9df35430-9a80-4506-8b39-082d426f7291", "851bf7c6-c793-4127-8304-80cf8c95184f", "3179c609-7e52-4b0e-9200-f29ef461ff32", "9513bb0f-0aa3-4bf2-ac18-adcbfbe4476b", "085e28a4-7810-4bda-a7c9-8026904285e7", "b3dcbca4-98d2-478d-a735-226f58477871", "ce8eebb2-951a-4fa7-ac23-7cb2ea957cf2", "31a54941-2f26-4457-a73c-b0ed4a82334a", "378ae5f8-3d20-49bb-9d4a-f3fa325840f5", "b246194c-7f0b-4830-bc83-2d63ba8a7679", "20788e76-f83a-4c51-9a9b-4e0a4888acec", "ffbcaf20-4cc4-40f1-9c4a-6b1e2bbcc828", "bbbd432d-675e-4266-944f-bbdeba3b49fa", "11fec884-9080-465e-bebe-3611997d156e", "003d74d5-f22a-4f68-9fbb-183bf31a42dc", "d29bffcd-af31-4bf7-bf0c-0f951b4a21c8"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "9df35430-9a80-4506-8b39-082d426f7291", "Text": "understanding", "Geometry": {"BoundingBox": {"Width": 0.11576797385620916, "Top": 0.44862121212121214, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.44862121212121214}, {"X": 0.23341503267973857, "Y": 0.44862121212121214}, {"X": 0.23341503267973857, "Y": 0.4637727272727273}, {"X": 0.11764705882352941, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "851bf7c6-c793-4127-8304-80cf8c95184f", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.44862121212121214, "Left": 0.23784313725490197, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23784313725490197, "Y": 0.44862121212121214}, {"X": 0.25000980392156863, "Y": 0.44862121212121214}, {"X": 0.25000980392156863, "Y": 0.4637727272727273}, {"X": 0.23784313725490197, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3179c609-7e52-4b0e-9200-f29ef461ff32", "Text": "that", "Geometry": {"BoundingBox": {"Width": 0.03283169934640523, "Top": 0.44862121212121214, "Left": 0.2544444444444444, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2544444444444444, "Y": 0.44862121212121214}, {"X": 0.28727614379084965, "Y": 0.44862121212121214}, {"X": 0.28727614379084965, "Y": 0.4637727272727273}, {"X": 0.2544444444444444, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9513bb0f-0aa3-4bf2-ac18-adcbfbe4476b", "Text": "they", "Geometry": {"BoundingBox": {"Width": 0.035509803921568626, "Top": 0.44862121212121214, "Left": 0.2917091503267974, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2917091503267974, "Y": 0.44862121212121214}, {"X": 0.327218954248366, "Y": 0.44862121212121214}, {"X": 0.327218954248366, "Y": 0.4637727272727273}, {"X": 0.2917091503267974, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "085e28a4-7810-4bda-a7c9-8026904285e7", "Text": "had", "Geometry": {"BoundingBox": {"Width": 0.029988562091503267, "Top": 0.44862121212121214, "Left": 0.3316454248366013, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3316454248366013, "Y": 0.44862121212121214}, {"X": 0.36163398692810456, "Y": 0.44862121212121214}, {"X": 0.36163398692810456, "Y": 0.4637727272727273}, {"X": 0.3316454248366013, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b3dcbca4-98d2-478d-a735-226f58477871", "Text": "a", "Geometry": {"BoundingBox": {"Width": 0.009392156862745098, "Top": 0.44862121212121214, "Left": 0.36607516339869284, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.36607516339869284, "Y": 0.44862121212121214}, {"X": 0.3754673202614379, "Y": 0.44862121212121214}, {"X": 0.3754673202614379, "Y": 0.4637727272727273}, {"X": 0.36607516339869284, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ce8eebb2-951a-4fa7-ac23-7cb2ea957cf2", "Text": "life", "Geometry": {"BoundingBox": {"Width": 0.024748366013071895, "Top": 0.44862121212121214, "Left": 0.3799003267973856, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3799003267973856, "Y": 0.44862121212121214}, {"X": 0.4046486928104575, "Y": 0.44862121212121214}, {"X": 0.4046486928104575, "Y": 0.4637727272727273}, {"X": 0.3799003267973856, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "31a54941-2f26-4457-a73c-b0ed4a82334a", "Text": "insurance", "Geometry": {"BoundingBox": {"Width": 0.0773578431372549, "Top": 0.44862121212121214, "Left": 0.4090751633986928, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4090751633986928, "Y": 0.44862121212121214}, {"X": 0.48643300653594773, "Y": 0.44862121212121214}, {"X": 0.48643300653594773, "Y": 0.4637727272727273}, {"X": 0.4090751633986928, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "378ae5f8-3d20-49bb-9d4a-f3fa325840f5", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681535947712418, "Top": 0.44862121212121214, "Left": 0.490859477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.490859477124183, "Y": 0.44862121212121214}, {"X": 0.5376748366013072, "Y": 0.44862121212121214}, {"X": 0.5376748366013072, "Y": 0.4637727272727273}, {"X": 0.490859477124183, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b246194c-7f0b-4830-bc83-2d63ba8a7679", "Text": "(#740540626)", "Geometry": {"BoundingBox": {"Width": 0.11109313725490196, "Top": 0.44862121212121214, "Left": 0.5420882352941176, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5420882352941176, "Y": 0.44862121212121214}, {"X": 0.6531813725490196, "Y": 0.44862121212121214}, {"X": 0.6531813725490196, "Y": 0.4637727272727273}, {"X": 0.5420882352941176, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "20788e76-f83a-4c51-9a9b-4e0a4888acec", "Text": "with", "Geometry": {"BoundingBox": {"Width": 0.035379084967320264, "Top": 0.44862121212121214, "Left": 0.6576192810457516, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6576192810457516, "Y": 0.44862121212121214}, {"X": 0.6929983660130719, "Y": 0.44862121212121214}, {"X": 0.6929983660130719, "Y": 0.4637727272727273}, {"X": 0.6576192810457516, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ffbcaf20-4cc4-40f1-9c4a-6b1e2bbcc828", "Text": "your", "Geometry": {"BoundingBox": {"Width": 0.0363578431372549, "Top": 0.44862121212121214, "Left": 0.6974395424836601, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6974395424836601, "Y": 0.44862121212121214}, {"X": 0.733797385620915, "Y": 0.44862121212121214}, {"X": 0.733797385620915, "Y": 0.4637727272727273}, {"X": 0.6974395424836601, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "bbbd432d-675e-4266-944f-bbdeba3b49fa", "Text": "company.", "Geometry": {"BoundingBox": {"Width": 0.07810457516339869, "Top": 0.44862121212121214, "Left": 0.7382238562091503, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7382238562091503, "Y": 0.44862121212121214}, {"X": 0.816328431372549, "Y": 0.44862121212121214}, {"X": 0.816328431372549, "Y": 0.4637727272727273}, {"X": 0.7382238562091503, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "11fec884-9080-465e-bebe-3611997d156e", "Text": "If", "Geometry": {"BoundingBox": {"Width": 0.01092156862745098, "Top": 0.44862121212121214, "Left": 0.8207696078431372, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8207696078431372, "Y": 0.44862121212121214}, {"X": 0.8316911764705882, "Y": 0.44862121212121214}, {"X": 0.8316911764705882, "Y": 0.4637727272727273}, {"X": 0.8207696078431372, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "003d74d5-f22a-4f68-9fbb-183bf31a42dc", "Text": "this", "Geometry": {"BoundingBox": {"Width": 0.029037581699346404, "Top": 0.44862121212121214, "Left": 0.8361290849673203, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8361290849673203, "Y": 0.44862121212121214}, {"X": 0.8651666666666668, "Y": 0.44862121212121214}, {"X": 0.8651666666666668, "Y": 0.4637727272727273}, {"X": 0.8361290849673203, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d29bffcd-af31-4bf7-bf0c-0f951b4a21c8", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.44862121212121214, "Left": 0.8696013071895425, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8696013071895425, "Y": 0.44862121212121214}, {"X": 0.8817679738562092, "Y": 0.44862121212121214}, {"X": 0.8817679738562092, "Y": 0.4637727272727273}, {"X": 0.8696013071895425, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "abff637c-28fc-4a62-a85a-2bf4c9dfacb4", "Text": "correct, please send a letter to my office indicating you have received our letter of", "Geometry": {"BoundingBox": {"Width": 0.6544967320261438, "Top": 0.4671060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4671060606060606}, {"X": 0.179468954248366, "Y": 0.4671060606060606}, {"X": 0.179468954248366, "Y": 0.4822575757575757}, {"X": 0.11764705882352941, "Y": 0.4822575757575757}]}, "Relationships": [{"Ids": ["b52254e2-9d1c-490a-8569-c869735a7e4d", "5212eca8-8123-401c-ab5f-ebe040130d0d", "f6f4edbf-513b-449c-be5f-73057fe5303f", "95f6b3f1-7ff8-41f0-af7b-80d73fbb3bd5", "29ec1c8e-01cc-481e-908f-257e7b5461bf", "1134f64e-2407-4899-8918-ea2cbf6c66e8", "5d6614c7-8204-4949-a6de-2a5f0d8a2c06", "66e878ae-c7f9-4d25-90df-e6befd934826", "f77ca72f-defd-4169-9fda-980a30e253c9", "4c483244-e3cb-4818-964b-57c1a2b03c39", "9d02f220-e8c8-4672-921a-ca96e09b25df", "58ce924c-1921-4518-ac4e-53550c78387c", "432e152d-f1fd-496b-a92c-d5af696f82ab", "ee377aa8-2627-40fd-ba3a-a088f8925822", "1f340493-b747-44ce-88d5-82839ca3766f"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "b52254e2-9d1c-490a-8569-c869735a7e4d", "Text": "correct,", "Geometry": {"BoundingBox": {"Width": 0.0618218954248366, "Top": 0.4671060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4671060606060606}, {"X": 0.179468954248366, "Y": 0.4671060606060606}, {"X": 0.179468954248366, "Y": 0.4822575757575757}, {"X": 0.11764705882352941, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5212eca8-8123-401c-ab5f-ebe040130d0d", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.4671060606060606, "Left": 0.1838921568627451, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1838921568627451, "Y": 0.4671060606060606}, {"X": 0.23527614379084966, "Y": 0.4671060606060606}, {"X": 0.23527614379084966, "Y": 0.4822575757575757}, {"X": 0.1838921568627451, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f6f4edbf-513b-449c-be5f-73057fe5303f", "Text": "send", "Geometry": {"BoundingBox": {"Width": 0.03802124183006536, "Top": 0.4671060606060606, "Left": 0.23970261437908497, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23970261437908497, "Y": 0.4671060606060606}, {"X": 0.2777238562091503, "Y": 0.4671060606060606}, {"X": 0.2777238562091503, "Y": 0.4822575757575757}, {"X": 0.23970261437908497, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "95f6b3f1-7ff8-41f0-af7b-80d73fbb3bd5", "Text": "a", "Geometry": {"BoundingBox": {"Width": 0.009392156862745098, "Top": 0.4671060606060606, "Left": 0.2821650326797386, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2821650326797386, "Y": 0.4671060606060606}, {"X": 0.29155718954248366, "Y": 0.4671060606060606}, {"X": 0.29155718954248366, "Y": 0.4822575757575757}, {"X": 0.2821650326797386, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "29ec1c8e-01cc-481e-908f-257e7b5461bf", "Text": "letter", "Geometry": {"BoundingBox": {"Width": 0.04399346405228758, "Top": 0.4671060606060606, "Left": 0.29599019607843136, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.29599019607843136, "Y": 0.4671060606060606}, {"X": 0.33998366013071896, "Y": 0.4671060606060606}, {"X": 0.33998366013071896, "Y": 0.4822575757575757}, {"X": 0.29599019607843136, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1134f64e-2407-4899-8918-ea2cbf6c66e8", "Text": "to", "Geometry": {"BoundingBox": {"Width": 0.016901960784313726, "Top": 0.4671060606060606, "Left": 0.34441013071895427, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.34441013071895427, "Y": 0.4671060606060606}, {"X": 0.361312091503268, "Y": 0.4671060606060606}, {"X": 0.361312091503268, "Y": 0.4822575757575757}, {"X": 0.34441013071895427, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5d6614c7-8204-4949-a6de-2a5f0d8a2c06", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024544117647058824, "Top": 0.4671060606060606, "Left": 0.3657516339869281, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3657516339869281, "Y": 0.4671060606060606}, {"X": 0.39029575163398694, "Y": 0.4671060606060606}, {"X": 0.39029575163398694, "Y": 0.4822575757575757}, {"X": 0.3657516339869281, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "66e878ae-c7f9-4d25-90df-e6befd934826", "Text": "office", "Geometry": {"BoundingBox": {"Width": 0.04486437908496732, "Top": 0.4671060606060606, "Left": 0.3947222222222222, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3947222222222222, "Y": 0.4671060606060606}, {"X": 0.4395866013071895, "Y": 0.4671060606060606}, {"X": 0.4395866013071895, "Y": 0.4822575757575757}, {"X": 0.3947222222222222, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f77ca72f-defd-4169-9fda-980a30e253c9", "Text": "indicating", "Geometry": {"BoundingBox": {"Width": 0.0778937908496732, "Top": 0.4671060606060606, "Left": 0.44401143790849673, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.44401143790849673, "Y": 0.4671060606060606}, {"X": 0.5219052287581699, "Y": 0.4671060606060606}, {"X": 0.5219052287581699, "Y": 0.4822575757575757}, {"X": 0.44401143790849673, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4c483244-e3cb-4818-964b-57c1a2b03c39", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.4671060606060606, "Left": 0.5263333333333333, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5263333333333333, "Y": 0.4671060606060606}, {"X": 0.5558415032679739, "Y": 0.4671060606060606}, {"X": 0.5558415032679739, "Y": 0.4822575757575757}, {"X": 0.5263333333333333, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9d02f220-e8c8-4672-921a-ca96e09b25df", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.4671060606060606, "Left": 0.560282679738562, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.560282679738562, "Y": 0.4671060606060606}, {"X": 0.5985980392156862, "Y": 0.4671060606060606}, {"X": 0.5985980392156862, "Y": 0.4822575757575757}, {"X": 0.560282679738562, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "58ce924c-1921-4518-ac4e-53550c78387c", "Text": "received", "Geometry": {"BoundingBox": {"Width": 0.06804901960784314, "Top": 0.4671060606060606, "Left": 0.6030228758169934, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6030228758169934, "Y": 0.4671060606060606}, {"X": 0.6710718954248366, "Y": 0.4671060606060606}, {"X": 0.6710718954248366, "Y": 0.4822575757575757}, {"X": 0.6030228758169934, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "432e152d-f1fd-496b-a92c-d5af696f82ab", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.02748529411764706, "Top": 0.4671060606060606, "Left": 0.6754934640522876, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6754934640522876, "Y": 0.4671060606060606}, {"X": 0.7029787581699347, "Y": 0.4671060606060606}, {"X": 0.7029787581699347, "Y": 0.4822575757575757}, {"X": 0.6754934640522876, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ee377aa8-2627-40fd-ba3a-a088f8925822", "Text": "letter", "Geometry": {"BoundingBox": {"Width": 0.04399509803921569, "Top": 0.4671060606060606, "Left": 0.7074035947712418, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7074035947712418, "Y": 0.4671060606060606}, {"X": 0.7513986928104575, "Y": 0.4671060606060606}, {"X": 0.7513986928104575, "Y": 0.4822575757575757}, {"X": 0.7074035947712418, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1f340493-b747-44ce-88d5-82839ca3766f", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.4671060606060606, "Left": 0.7558235294117647, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7558235294117647, "Y": 0.4671060606060606}, {"X": 0.7721437908496732, "Y": 0.4671060606060606}, {"X": 0.7721437908496732, "Y": 0.4822575757575757}, {"X": 0.7558235294117647, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "27ace16a-31ce-4998-a760-2ac1fb735e0c", "Text": "representation. Additionally, please do not contact our client going forward.", "Geometry": {"BoundingBox": {"Width": 0.6066633986928104, "Top": 0.4855909090909091, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4855909090909091}, {"X": 0.24147222222222223, "Y": 0.4855909090909091}, {"X": 0.24147222222222223, "Y": 0.5007424242424242}, {"X": 0.11764705882352941, "Y": 0.5007424242424242}]}, "Relationships": [{"Ids": ["de308a8d-c1e6-409c-8adf-0459eb5064fd", "5fee8ce8-fd4a-478a-a619-9b234d532b30", "a3d77cc6-c493-43d9-9614-bdd10caf0b6d", "c3ce6354-602b-4fd9-b7a8-2c083ddb1b22", "2f8fae8a-76f8-4668-8d3f-99aa3e5faea2", "230c0619-1cf2-4f98-af1d-57be24275245", "031b5153-3d50-46c6-88ae-3b6d557a5bce", "c8160fc7-676a-4d01-8cd2-7ade8df77ef5", "9d716d38-d9b9-4f4d-b4a5-4061a47b69f8", "05e2e31d-2e2d-45f8-b827-e7ab400bea10"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "de308a8d-c1e6-409c-8adf-0459eb5064fd", "Text": "representation.", "Geometry": {"BoundingBox": {"Width": 0.12382516339869282, "Top": 0.4855909090909091, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4855909090909091}, {"X": 0.24147222222222223, "Y": 0.4855909090909091}, {"X": 0.24147222222222223, "Y": 0.5007424242424242}, {"X": 0.11764705882352941, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5fee8ce8-fd4a-478a-a619-9b234d532b30", "Text": "Additionally,", "Geometry": {"BoundingBox": {"Width": 0.10032843137254902, "Top": 0.4855909090909091, "Left": 0.24591339869281045, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24591339869281045, "Y": 0.4855909090909091}, {"X": 0.34624183006535947, "Y": 0.4855909090909091}, {"X": 0.34624183006535947, "Y": 0.5007424242424242}, {"X": 0.24591339869281045, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a3d77cc6-c493-43d9-9614-bdd10caf0b6d", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.4855909090909091, "Left": 0.3506650326797386, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3506650326797386, "Y": 0.4855909090909091}, {"X": 0.40204901960784317, "Y": 0.4855909090909091}, {"X": 0.40204901960784317, "Y": 0.5007424242424242}, {"X": 0.3506650326797386, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c3ce6354-602b-4fd9-b7a8-2c083ddb1b22", "Text": "do", "Geometry": {"BoundingBox": {"Width": 0.02063562091503268, "Top": 0.4855909090909091, "Left": 0.40647058823529414, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.40647058823529414, "Y": 0.4855909090909091}, {"X": 0.4271062091503268, "Y": 0.4855909090909091}, {"X": 0.4271062091503268, "Y": 0.5007424242424242}, {"X": 0.40647058823529414, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2f8fae8a-76f8-4668-8d3f-99aa3e5faea2", "Text": "not", "Geometry": {"BoundingBox": {"Width": 0.027210784313725492, "Top": 0.4855909090909091, "Left": 0.4315441176470588, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4315441176470588, "Y": 0.4855909090909091}, {"X": 0.4587549019607843, "Y": 0.4855909090909091}, {"X": 0.4587549019607843, "Y": 0.5007424242424242}, {"X": 0.4315441176470588, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "230c0619-1cf2-4f98-af1d-57be24275245", "Text": "contact", "Geometry": {"BoundingBox": {"Width": 0.05975326797385621, "Top": 0.4855909090909091, "Left": 0.463187908496732, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.463187908496732, "Y": 0.4855909090909091}, {"X": 0.5229411764705882, "Y": 0.4855909090909091}, {"X": 0.5229411764705882, "Y": 0.5007424242424242}, {"X": 0.463187908496732, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "031b5153-3d50-46c6-88ae-3b6d557a5bce", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.02748529411764706, "Top": 0.4855909090909091, "Left": 0.5273741830065359, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5273741830065359, "Y": 0.4855909090909091}, {"X": 0.554859477124183, "Y": 0.4855909090909091}, {"X": 0.554859477124183, "Y": 0.5007424242424242}, {"X": 0.5273741830065359, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c8160fc7-676a-4d01-8cd2-7ade8df77ef5", "Text": "client", "Geometry": {"BoundingBox": {"Width": 0.04395098039215686, "Top": 0.4855909090909091, "Left": 0.559282679738562, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.559282679738562, "Y": 0.4855909090909091}, {"X": 0.6032336601307189, "Y": 0.4855909090909091}, {"X": 0.6032336601307189, "Y": 0.5007424242424242}, {"X": 0.559282679738562, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9d716d38-d9b9-4f4d-b4a5-4061a47b69f8", "Text": "going", "Geometry": {"BoundingBox": {"Width": 0.0436062091503268, "Top": 0.4855909090909091, "Left": 0.6076323529411765, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6076323529411765, "Y": 0.4855909090909091}, {"X": 0.6512385620915032, "Y": 0.4855909090909091}, {"X": 0.6512385620915032, "Y": 0.5007424242424242}, {"X": 0.6076323529411765, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "05e2e31d-2e2d-45f8-b827-e7ab400bea10", "Text": "forward.", "Geometry": {"BoundingBox": {"Width": 0.0686437908496732, "Top": 0.4855909090909091, "Left": 0.6556666666666666, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6556666666666666, "Y": 0.4855909090909091}, {"X": 0.7243104575163398, "Y": 0.4855909090909091}, {"X": 0.7243104575163398, "Y": 0.5007424242424242}, {"X": 0.6556666666666666, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "e0d59bcd-b696-43d3-a4e2-2484285418a7", "Text": "We are requesting that you forward the full policy amount of $60,000. Please forward an", "Geometry": {"BoundingBox": {"Width": 0.7081911764705882, "Top": 0.5225606060606061, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5377121212121212}, {"X": 0.11764705882352941, "Y": 0.5377121212121212}]}, "Relationships": [{"Ids": ["4ed9ea26-e492-49cd-a381-937f0291d4f2", "45c36ac4-06a5-4fb2-b29f-06cfe87a344c", "e3eded7f-f388-49df-ac04-9704c2b43b65", "e7e8dcf2-48f4-48b3-bb85-978ccab22d76", "4efc8800-6d8e-42b8-a935-1dd761137d2f", "d7248d79-8be0-4b2e-a17a-1d2382acbe77", "2b08f3f2-be26-4de4-9ea1-a0942a653c26", "943d9a63-7ce6-4076-85a1-cfd317eced77", "f91f3f42-f50f-44e0-90d4-61565193a0ce", "d2c743c8-33e2-4732-b987-6d912019bb97", "4cad39a2-dedb-4b6c-a048-576959ada40a", "be609466-9e10-43ca-8b93-8afc6fcd4936", "b7cc4136-5474-42b6-8446-9a118bec66c1", "32452d78-5a0a-4394-905a-af1739e6e1a8", "86337907-b83d-4655-a40c-07e512693dc4"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "4ed9ea26-e492-49cd-a381-937f0291d4f2", "Text": "We", "Geometry": {"BoundingBox": {"Width": 0.02720751633986928, "Top": 0.5225606060606061, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5377121212121212}, {"X": 0.11764705882352941, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "45c36ac4-06a5-4fb2-b29f-06cfe87a344c", "Text": "are", "Geometry": {"BoundingBox": {"Width": 0.02599183006535948, "Top": 0.5225606060606061, "Left": 0.14928104575163398, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14928104575163398, "Y": 0.5225606060606061}, {"X": 0.17527287581699347, "Y": 0.5225606060606061}, {"X": 0.17527287581699347, "Y": 0.5377121212121212}, {"X": 0.14928104575163398, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e3eded7f-f388-49df-ac04-9704c2b43b65", "Text": "requesting", "Geometry": {"BoundingBox": {"Width": 0.08522712418300654, "Top": 0.5225606060606061, "Left": 0.17969771241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17969771241830065, "Y": 0.5225606060606061}, {"X": 0.26492483660130717, "Y": 0.5225606060606061}, {"X": 0.26492483660130717, "Y": 0.5377121212121212}, {"X": 0.17969771241830065, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e7e8dcf2-48f4-48b3-bb85-978ccab22d76", "Text": "that", "Geometry": {"BoundingBox": {"Width": 0.03283169934640523, "Top": 0.5225606060606061, "Left": 0.2693529411764706, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2693529411764706, "Y": 0.5225606060606061}, {"X": 0.3021846405228758, "Y": 0.5225606060606061}, {"X": 0.3021846405228758, "Y": 0.5377121212121212}, {"X": 0.2693529411764706, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4efc8800-6d8e-42b8-a935-1dd761137d2f", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.5225606060606061, "Left": 0.30661764705882355, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.30661764705882355, "Y": 0.5225606060606061}, {"X": 0.33612581699346405, "Y": 0.5225606060606061}, {"X": 0.33612581699346405, "Y": 0.5377121212121212}, {"X": 0.30661764705882355, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d7248d79-8be0-4b2e-a17a-1d2382acbe77", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5225606060606061, "Left": 0.3405669934640523, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3405669934640523, "Y": 0.5225606060606061}, {"X": 0.4042630718954248, "Y": 0.5225606060606061}, {"X": 0.4042630718954248, "Y": 0.5377121212121212}, {"X": 0.3405669934640523, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2b08f3f2-be26-4de4-9ea1-a0942a653c26", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.5225606060606061, "Left": 0.40870424836601305, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.40870424836601305, "Y": 0.5225606060606061}, {"X": 0.43533986928104573, "Y": 0.5225606060606061}, {"X": 0.43533986928104573, "Y": 0.5377121212121212}, {"X": 0.40870424836601305, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "943d9a63-7ce6-4076-85a1-cfd317eced77", "Text": "full", "Geometry": {"BoundingBox": {"Width": 0.025276143790849675, "Top": 0.5225606060606061, "Left": 0.4397598039215686, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4397598039215686, "Y": 0.5225606060606061}, {"X": 0.4650359477124183, "Y": 0.5225606060606061}, {"X": 0.4650359477124183, "Y": 0.5377121212121212}, {"X": 0.4397598039215686, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f91f3f42-f50f-44e0-90d4-61565193a0ce", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681535947712418, "Top": 0.5225606060606061, "Left": 0.4694787581699346, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4694787581699346, "Y": 0.5225606060606061}, {"X": 0.5162941176470588, "Y": 0.5225606060606061}, {"X": 0.5162941176470588, "Y": 0.5377121212121212}, {"X": 0.4694787581699346, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d2c743c8-33e2-4732-b987-6d912019bb97", "Text": "amount", "Geometry": {"BoundingBox": {"Width": 0.06256699346405228, "Top": 0.5225606060606061, "Left": 0.5207205882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5207205882352941, "Y": 0.5225606060606061}, {"X": 0.5832875816993464, "Y": 0.5225606060606061}, {"X": 0.5832875816993464, "Y": 0.5377121212121212}, {"X": 0.5207205882352941, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4cad39a2-dedb-4b6c-a048-576959ada40a", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.5225606060606061, "Left": 0.5877205882352942, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5877205882352942, "Y": 0.5225606060606061}, {"X": 0.6040392156862745, "Y": 0.5225606060606061}, {"X": 0.6040392156862745, "Y": 0.5377121212121212}, {"X": 0.5877205882352942, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "be609466-9e10-43ca-8b93-8afc6fcd4936", "Text": "$60,000.", "Geometry": {"BoundingBox": {"Width": 0.06945915032679739, "Top": 0.5225606060606061, "Left": 0.6084771241830066, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6084771241830066, "Y": 0.5225606060606061}, {"X": 0.677936274509804, "Y": 0.5225606060606061}, {"X": 0.677936274509804, "Y": 0.5377121212121212}, {"X": 0.6084771241830066, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b7cc4136-5474-42b6-8446-9a118bec66c1", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.5225606060606061, "Left": 0.6823774509803922, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6823774509803922, "Y": 0.5225606060606061}, {"X": 0.7335898692810457, "Y": 0.5225606060606061}, {"X": 0.7335898692810457, "Y": 0.5377121212121212}, {"X": 0.6823774509803922, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "32452d78-5a0a-4394-905a-af1739e6e1a8", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5225606060606061, "Left": 0.738014705882353, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.738014705882353, "Y": 0.5225606060606061}, {"X": 0.8017107843137256, "Y": 0.5225606060606061}, {"X": 0.8017107843137256, "Y": 0.5377121212121212}, {"X": 0.738014705882353, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "86337907-b83d-4655-a40c-07e512693dc4", "Text": "an", "Geometry": {"BoundingBox": {"Width": 0.01968627450980392, "Top": 0.5225606060606061, "Left": 0.8061519607843137, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8061519607843137, "Y": 0.5225606060606061}, {"X": 0.8258382352941176, "Y": 0.5225606060606061}, {"X": 0.8258382352941176, "Y": 0.5377121212121212}, {"X": 0.8061519607843137, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "90b20bc7-f3bd-4e52-b025-aa71ba9331b0", "Text": "acknowledgement of our demand and please forward the umbrella policy information if one is", "Geometry": {"BoundingBox": {"Width": 0.7517745098039216, "Top": 0.5410454545454545, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5561969696969696}, {"X": 0.11764705882352941, "Y": 0.5561969696969696}]}, "Relationships": [{"Ids": ["ca0ba7a1-07c0-45c1-b259-6470947a45ae", "f5cc7c9b-8c6f-43ff-baa6-4cae79528259", "1dde6293-94ba-4810-b4bc-65625b444288", "01cef6c2-f71d-405d-8eaf-bd0ba1926958", "5344f756-73d5-474a-b5be-c4d032318112", "684e5716-2139-40a0-a6be-6727e39c99f1", "beb4153d-af37-454f-af80-6b7508e40768", "5b35fa71-c0fa-4718-9c57-1530d1a38d4f", "5afcf2e3-83c0-4a3a-8e1c-da7160463052", "03fc9543-043f-4300-b91f-5e28c86ecf0a", "04c17c9d-1627-42bc-a6ac-c7d46a4a1001", "db7c45ab-b117-4082-a002-25fe43295058", "03c27d94-026e-456d-a488-3d80750b68d3", "fd5185f1-8982-46ac-b47b-01b5c073a27c"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "ca0ba7a1-07c0-45c1-b259-6470947a45ae", "Text": "acknowledgement", "Geometry": {"BoundingBox": {"Width": 0.14708823529411766, "Top": 0.5410454545454545, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5561969696969696}, {"X": 0.11764705882352941, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f5cc7c9b-8c6f-43ff-baa6-4cae79528259", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.5410454545454545, "Left": 0.26916993464052286, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.26916993464052286, "Y": 0.5410454545454545}, {"X": 0.28548856209150325, "Y": 0.5410454545454545}, {"X": 0.28548856209150325, "Y": 0.5561969696969696}, {"X": 0.26916993464052286, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1dde6293-94ba-4810-b4bc-65625b444288", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.027483660130718953, "Top": 0.5410454545454545, "Left": 0.2899264705882353, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2899264705882353, "Y": 0.5410454545454545}, {"X": 0.31741013071895424, "Y": 0.5410454545454545}, {"X": 0.31741013071895424, "Y": 0.5561969696969696}, {"X": 0.2899264705882353, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "01cef6c2-f71d-405d-8eaf-bd0ba1926958", "Text": "demand", "Geometry": {"BoundingBox": {"Width": 0.06570915032679739, "Top": 0.5410454545454545, "Left": 0.32183660130718955, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.32183660130718955, "Y": 0.5410454545454545}, {"X": 0.38754575163398697, "Y": 0.5410454545454545}, {"X": 0.38754575163398697, "Y": 0.5561969696969696}, {"X": 0.32183660130718955, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5344f756-73d5-474a-b5be-c4d032318112", "Text": "and", "Geometry": {"BoundingBox": {"Width": 0.029988562091503267, "Top": 0.5410454545454545, "Left": 0.39198692810457514, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.39198692810457514, "Y": 0.5410454545454545}, {"X": 0.4219754901960784, "Y": 0.5410454545454545}, {"X": 0.4219754901960784, "Y": 0.5561969696969696}, {"X": 0.39198692810457514, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "684e5716-2139-40a0-a6be-6727e39c99f1", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.5410454545454545, "Left": 0.42641666666666667, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.42641666666666667, "Y": 0.5410454545454545}, {"X": 0.47780065359477125, "Y": 0.5410454545454545}, {"X": 0.47780065359477125, "Y": 0.5561969696969696}, {"X": 0.42641666666666667, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "beb4153d-af37-454f-af80-6b7508e40768", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5410454545454545, "Left": 0.4822254901960784, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4822254901960784, "Y": 0.5410454545454545}, {"X": 0.545921568627451, "Y": 0.5410454545454545}, {"X": 0.545921568627451, "Y": 0.5561969696969696}, {"X": 0.4822254901960784, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5b35fa71-c0fa-4718-9c57-1530d1a38d4f", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.5410454545454545, "Left": 0.550359477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.550359477124183, "Y": 0.5410454545454545}, {"X": 0.5769950980392157, "Y": 0.5410454545454545}, {"X": 0.5769950980392157, "Y": 0.5561969696969696}, {"X": 0.550359477124183, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5afcf2e3-83c0-4a3a-8e1c-da7160463052", "Text": "umbrella", "Geometry": {"BoundingBox": {"Width": 0.07125, "Top": 0.5410454545454545, "Left": 0.581421568627451, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.581421568627451, "Y": 0.5410454545454545}, {"X": 0.652671568627451, "Y": 0.5410454545454545}, {"X": 0.652671568627451, "Y": 0.5561969696969696}, {"X": 0.581421568627451, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "03fc9543-043f-4300-b91f-5e28c86ecf0a", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681699346405229, "Top": 0.5410454545454545, "Left": 0.6571045751633987, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6571045751633987, "Y": 0.5410454545454545}, {"X": 0.703921568627451, "Y": 0.5410454545454545}, {"X": 0.703921568627451, "Y": 0.5561969696969696}, {"X": 0.6571045751633987, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "04c17c9d-1627-42bc-a6ac-c7d46a4a1001", "Text": "information", "Geometry": {"BoundingBox": {"Width": 0.0947173202614379, "Top": 0.5410454545454545, "Left": 0.7083464052287581, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7083464052287581, "Y": 0.5410454545454545}, {"X": 0.803063725490196, "Y": 0.5410454545454545}, {"X": 0.803063725490196, "Y": 0.5561969696969696}, {"X": 0.7083464052287581, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "db7c45ab-b117-4082-a002-25fe43295058", "Text": "if", "Geometry": {"BoundingBox": {"Width": 0.010480392156862745, "Top": 0.5410454545454545, "Left": 0.8075049019607843, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8075049019607843, "Y": 0.5410454545454545}, {"X": 0.817985294117647, "Y": 0.5410454545454545}, {"X": 0.817985294117647, "Y": 0.5561969696969696}, {"X": 0.8075049019607843, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "03c27d94-026e-456d-a488-3d80750b68d3", "Text": "one", "Geometry": {"BoundingBox": {"Width": 0.030405228758169936, "Top": 0.5410454545454545, "Left": 0.8224232026143791, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8224232026143791, "Y": 0.5410454545454545}, {"X": 0.852828431372549, "Y": 0.5410454545454545}, {"X": 0.852828431372549, "Y": 0.5561969696969696}, {"X": 0.8224232026143791, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fd5185f1-8982-46ac-b47b-01b5c073a27c", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.5410454545454545, "Left": 0.8572549019607844, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8572549019607844, "Y": 0.5410454545454545}, {"X": 0.869421568627451, "Y": 0.5410454545454545}, {"X": 0.869421568627451, "Y": 0.5561969696969696}, {"X": 0.8572549019607844, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "96bd1616-7d5d-4e3e-9b66-9e50e3631735", "Text": "applicable. Please send my secretary any information regarding liens on his policy.", "Geometry": {"BoundingBox": {"Width": 0.6540081699346405, "Top": 0.559530303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.5746818181818182}, {"X": 0.11764705882352941, "Y": 0.5746818181818182}]}, "Relationships": [{"Ids": ["a06bd033-85c1-4f5e-b64a-dda9515979d3", "4edaf99d-f2e4-43d9-a9be-525adaa2382a", "b3215c51-a036-4d41-9462-8138ef851dce", "9cc6a7aa-ed8c-43ee-84ff-08c3128aadda", "af7cc372-5d10-45e4-bbe1-778bf73dc14f", "502065ae-e418-4b8b-b8ab-9e561b1ad9f4", "7bcfdf24-1978-4659-bfaa-a8709205d715", "a7823bab-5ea5-40fa-bcde-b7183b59c9f6", "7c35c826-cf99-4f1e-8e2a-8fdb7b9c9ca1", "589e252b-4a40-4e44-8f16-8e18c0897a72", "210b4d10-4978-4667-b65d-c153ab332646", "0dee525d-ea04-487b-b13a-45fe0616d43d"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "a06bd033-85c1-4f5e-b64a-dda9515979d3", "Text": "applicable.", "Geometry": {"BoundingBox": {"Width": 0.0861797385620915, "Top": 0.559530303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.5746818181818182}, {"X": 0.11764705882352941, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4edaf99d-f2e4-43d9-a9be-525adaa2382a", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.559530303030303, "Left": 0.20826797385620915, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20826797385620915, "Y": 0.559530303030303}, {"X": 0.25948039215686275, "Y": 0.559530303030303}, {"X": 0.25948039215686275, "Y": 0.5746818181818182}, {"X": 0.20826797385620915, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b3215c51-a036-4d41-9462-8138ef851dce", "Text": "send", "Geometry": {"BoundingBox": {"Width": 0.038022875816993464, "Top": 0.559530303030303, "Left": 0.2639052287581699, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2639052287581699, "Y": 0.559530303030303}, {"X": 0.3019281045751634, "Y": 0.559530303030303}, {"X": 0.3019281045751634, "Y": 0.5746818181818182}, {"X": 0.2639052287581699, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9cc6a7aa-ed8c-43ee-84ff-08c3128aadda", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024544117647058824, "Top": 0.559530303030303, "Left": 0.3063692810457516, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3063692810457516, "Y": 0.559530303030303}, {"X": 0.33091339869281045, "Y": 0.559530303030303}, {"X": 0.33091339869281045, "Y": 0.5746818181818182}, {"X": 0.3063692810457516, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "af7cc372-5d10-45e4-bbe1-778bf73dc14f", "Text": "secretary", "Geometry": {"BoundingBox": {"Width": 0.07398692810457516, "Top": 0.559530303030303, "Left": 0.33533986928104575, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.33533986928104575, "Y": 0.559530303030303}, {"X": 0.40932679738562094, "Y": 0.559530303030303}, {"X": 0.40932679738562094, "Y": 0.5746818181818182}, {"X": 0.33533986928104575, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "502065ae-e418-4b8b-b8ab-9e561b1ad9f4", "Text": "any", "Geometry": {"BoundingBox": {"Width": 0.028576797385620915, "Top": 0.559530303030303, "Left": 0.4137532679738562, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4137532679738562, "Y": 0.559530303030303}, {"X": 0.4423300653594771, "Y": 0.559530303030303}, {"X": 0.4423300653594771, "Y": 0.5746818181818182}, {"X": 0.4137532679738562, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7bcfdf24-1978-4659-bfaa-a8709205d715", "Text": "information", "Geometry": {"BoundingBox": {"Width": 0.0947173202614379, "Top": 0.559530303030303, "Left": 0.4467549019607843, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4467549019607843, "Y": 0.559530303030303}, {"X": 0.5414722222222222, "Y": 0.559530303030303}, {"X": 0.5414722222222222, "Y": 0.5746818181818182}, {"X": 0.4467549019607843, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a7823bab-5ea5-40fa-bcde-b7183b59c9f6", "Text": "regarding", "Geometry": {"BoundingBox": {"Width": 0.0763888888888889, "Top": 0.559530303030303, "Left": 0.5459133986928104, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5459133986928104, "Y": 0.559530303030303}, {"X": 0.6223022875816993, "Y": 0.559530303030303}, {"X": 0.6223022875816993, "Y": 0.5746818181818182}, {"X": 0.5459133986928104, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7c35c826-cf99-4f1e-8e2a-8fdb7b9c9ca1", "Text": "liens", "Geometry": {"BoundingBox": {"Width": 0.03672549019607843, "Top": 0.559530303030303, "Left": 0.6267238562091503, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6267238562091503, "Y": 0.559530303030303}, {"X": 0.6634493464052287, "Y": 0.559530303030303}, {"X": 0.6634493464052287, "Y": 0.5746818181818182}, {"X": 0.6267238562091503, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "589e252b-4a40-4e44-8f16-8e18c0897a72", "Text": "on", "Geometry": {"BoundingBox": {"Width": 0.020637254901960785, "Top": 0.559530303030303, "Left": 0.6679003267973856, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6679003267973856, "Y": 0.559530303030303}, {"X": 0.6885375816993464, "Y": 0.559530303030303}, {"X": 0.6885375816993464, "Y": 0.5746818181818182}, {"X": 0.6679003267973856, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "210b4d10-4978-4667-b65d-c153ab332646", "Text": "his", "Geometry": {"BoundingBox": {"Width": 0.022470588235294117, "Top": 0.559530303030303, "Left": 0.6929885620915033, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6929885620915033, "Y": 0.559530303030303}, {"X": 0.7154591503267974, "Y": 0.559530303030303}, {"X": 0.7154591503267974, "Y": 0.5746818181818182}, {"X": 0.6929885620915033, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0dee525d-ea04-487b-b13a-45fe0616d43d", "Text": "policy.", "Geometry": {"BoundingBox": {"Width": 0.05174509803921569, "Top": 0.559530303030303, "Left": 0.7199101307189543, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7199101307189543, "Y": 0.559530303030303}, {"X": 0.7716552287581699, "Y": 0.559530303030303}, {"X": 0.7716552287581699, "Y": 0.5746818181818182}, {"X": 0.7199101307189543, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "728758d4-a15c-4e14-b3b8-967c45374804", "Text": "Please contact my office if you have any questions.", "Geometry": {"BoundingBox": {"Width": 0.40503758169934634, "Top": 0.5965, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.6116515151515152}, {"X": 0.11764705882352941, "Y": 0.6116515151515152}]}, "Relationships": [{"Ids": ["0d0175ed-a1f4-4b1c-a7b5-4a69b9a8fe79", "e1d34ba9-ee1b-43e8-b97f-d3e01a6b9d3a", "a9afd6d7-308d-464e-97d4-95aa871de857", "7d176db7-c4cb-445f-8ddc-cd77bf79219f", "660c741b-92a4-4e44-bdf4-5f07e2d3991f", "5c032f7e-03cc-4e3b-a43d-e593d4e41832", "e7b969dc-31b3-4a4d-8838-e0ad4939591a", "ba1ede6e-f6fd-493e-8f56-98db0b818a4c", "d3763f64-bd2c-4968-bcba-b2c12b2a78e1"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "0d0175ed-a1f4-4b1c-a7b5-4a69b9a8fe79", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.5965, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.6116515151515152}, {"X": 0.11764705882352941, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e1d34ba9-ee1b-43e8-b97f-d3e01a6b9d3a", "Text": "contact", "Geometry": {"BoundingBox": {"Width": 0.05975490196078431, "Top": 0.5965, "Left": 0.1732843137254902, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1732843137254902, "Y": 0.5965}, {"X": 0.2330392156862745, "Y": 0.5965}, {"X": 0.2330392156862745, "Y": 0.6116515151515152}, {"X": 0.1732843137254902, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a9afd6d7-308d-464e-97d4-95aa871de857", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024545751633986927, "Top": 0.5965, "Left": 0.23747222222222222, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23747222222222222, "Y": 0.5965}, {"X": 0.2620179738562092, "Y": 0.5965}, {"X": 0.2620179738562092, "Y": 0.6116515151515152}, {"X": 0.23747222222222222, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7d176db7-c4cb-445f-8ddc-cd77bf79219f", "Text": "office", "Geometry": {"BoundingBox": {"Width": 0.04486437908496732, "Top": 0.5965, "Left": 0.26644281045751633, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.26644281045751633, "Y": 0.5965}, {"X": 0.31130718954248365, "Y": 0.5965}, {"X": 0.31130718954248365, "Y": 0.6116515151515152}, {"X": 0.26644281045751633, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "660c741b-92a4-4e44-bdf4-5f07e2d3991f", "Text": "if", "Geometry": {"BoundingBox": {"Width": 0.010480392156862745, "Top": 0.5965, "Left": 0.3157271241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3157271241830065, "Y": 0.5965}, {"X": 0.3262075163398693, "Y": 0.5965}, {"X": 0.3262075163398693, "Y": 0.6116515151515152}, {"X": 0.3157271241830065, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5c032f7e-03cc-4e3b-a43d-e593d4e41832", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.5965, "Left": 0.3306437908496732, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3306437908496732, "Y": 0.5965}, {"X": 0.3601519607843137, "Y": 0.5965}, {"X": 0.3601519607843137, "Y": 0.6116515151515152}, {"X": 0.3306437908496732, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e7b969dc-31b3-4a4d-8838-e0ad4939591a", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.5965, "Left": 0.36459313725490194, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.36459313725490194, "Y": 0.5965}, {"X": 0.4029084967320261, "Y": 0.5965}, {"X": 0.4029084967320261, "Y": 0.6116515151515152}, {"X": 0.36459313725490194, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ba1ede6e-f6fd-493e-8f56-98db0b818a4c", "Text": "any", "Geometry": {"BoundingBox": {"Width": 0.028575163398692812, "Top": 0.5965, "Left": 0.4073349673202614, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4073349673202614, "Y": 0.5965}, {"X": 0.43591013071895424, "Y": 0.5965}, {"X": 0.43591013071895424, "Y": 0.6116515151515152}, {"X": 0.4073349673202614, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d3763f64-bd2c-4968-bcba-b2c12b2a78e1", "Text": "questions.", "Geometry": {"BoundingBox": {"Width": 0.08234803921568627, "Top": 0.5965, "Left": 0.44033660130718955, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.44033660130718955, "Y": 0.5965}, {"X": 0.5226846405228758, "Y": 0.5965}, {"X": 0.5226846405228758, "Y": 0.6116515151515152}, {"X": 0.44033660130718955, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "f1b1e9c1-c984-495c-955f-c4a3e03a908c", "Text": "Sincerely,", "Geometry": {"BoundingBox": {"Width": 0.07671568627450981, "Top": 0.6519545454545455, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6671060606060606}, {"X": 0.11764705882352941, "Y": 0.6671060606060606}]}, "Relationships": [{"Ids": ["7b2e1adf-4637-4698-8171-edf0f3a66f63"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "7b2e1adf-4637-4698-8171-edf0f3a66f63", "Text": "Sincerely,", "Geometry": {"BoundingBox": {"Width": 0.07671568627450981, "Top": 0.6519545454545455, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6671060606060606}, {"X": 0.11764705882352941, "Y": 0.6671060606060606}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "d94d6c1c-3b60-4da4-a6a8-c51a971907cb", "Text": "Angela Berry, Attorney", "Geometry": {"BoundingBox": {"Width": 0.1818496732026144, "Top": 0.6889242424242424, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.7040757575757576}, {"X": 0.11764705882352941, "Y": 0.7040757575757576}]}, "Relationships": [{"Ids": ["6075f22e-4b5a-4845-8486-3e76d7bcc1e1", "3111beb7-616f-45c5-a17d-f021c8bb8ba3", "9ddaab48-8c7d-423d-915a-ed42f0b69d79"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "6075f22e-4b5a-4845-8486-3e76d7bcc1e1", "Text": "Angela", "Geometry": {"BoundingBox": {"Width": 0.05452614379084968, "Top": 0.6889242424242424, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.7040757575757576}, {"X": 0.11764705882352941, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3111beb7-616f-45c5-a17d-f021c8bb8ba3", "Text": "Berry,", "Geometry": {"BoundingBox": {"Width": 0.04786928104575163, "Top": 0.6889242424242424, "Left": 0.1766062091503268, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1766062091503268, "Y": 0.6889242424242424}, {"X": 0.22447549019607843, "Y": 0.6889242424242424}, {"X": 0.22447549019607843, "Y": 0.7040757575757576}, {"X": 0.1766062091503268, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9ddaab48-8c7d-423d-915a-ed42f0b69d79", "Text": "Attorney", "Geometry": {"BoundingBox": {"Width": 0.07059803921568628, "Top": 0.6889242424242424, "Left": 0.22889869281045752, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22889869281045752, "Y": 0.6889242424242424}, {"X": 0.2994967320261438, "Y": 0.6889242424242424}, {"X": 0.2994967320261438, "Y": 0.7040757575757576}, {"X": 0.22889869281045752, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}], "Entities": [{"BlockReferences": [{"BlockId": "a1e08f18-93ce-4ccb-bd02-30717fdddf34", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "35b5462a-fd8f-4b97-b6e0-44dbcaec2d75"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "db1f8864-661b-438f-842a-2a6efa11618c"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "41cc4613-616d-40ec-970e-c7a82ce85e68"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "d1718bea-06e1-4b54-9d9e-0318d8f06f11"}], "BeginOffset": 0, "EndOffset": 31}], "Text": "Budget Mutual Insurance Company", "Type": "Insurance Company", "Score": 1}, {"BlockReferences": [{"BlockId": "3896d353-2c55-4f20-8764-35746470e758", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "2f46ebfb-6e19-4896-802a-554d7a8793d4"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "0bf5310d-4944-460c-9d7d-1a48061c63bf"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "af162baa-b5b8-480e-a5ef-a290087fc20a"}], "BeginOffset": 0, "EndOffset": 17}, {"BlockId": "58696883-4f10-4cc5-af9a-ea048fd9b0f7", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 12, "ChildBlockId": "55892690-303c-4384-8067-5dba1a372f4c"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "8d0c12d1-ea9f-4ab8-848a-22a5f480f611"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "617e426c-dee2-4880-acfe-089e40e9b32e"}], "BeginOffset": 0, "EndOffset": 21}], "Text": "9876 Infinity Ave Springfield, MI 65541", "Type": "Insurance Company Address", "Score": 1}, {"BlockReferences": [{"BlockId": "51274ee2-4429-482f-8447-9d382c3a8772", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "0e135099-97f1-450f-ae3d-1eee5ca13c75"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "03136f80-5433-4404-ba8e-f38240d3dfd6"}], "BeginOffset": 0, "EndOffset": 14}], "Text": "McKinley Irvin", "Type": "Law Firm", "Score": 1}, {"BlockReferences": [{"BlockId": "9781f7bc-e2aa-4406-a617-8b4a4621de3a", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "0ceeb03e-063d-44a9-be3f-358f620b3b09"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "7a1f22e6-654f-420f-a8cd-ab6287635379"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "fed74a57-0c32-407e-bb1b-8bf3fe487a21"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "08e0fa0d-2090-4588-931b-c430258fcfe8"}], "BeginOffset": 0, "EndOffset": 17}, {"BlockId": "b2af7317-47d1-491f-a437-26dd4edece14", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "15e45fbe-b1c6-407d-9a72-06ea903983b3"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "3279bb75-adcc-4954-a673-346d93e1fcb1"}, {"BeginOffset": 0, "EndOffset": 15, "ChildBlockId": "c7148fd1-39fc-48b9-b07a-8dbfd10d2391"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "e646cd0b-4490-41b0-b792-e899a4d61d7f"}], "BeginOffset": 0, "EndOffset": 33}], "Text": "42019 SE 166th St North Bend, Washington(WA), 98045", "Type": "Law Office Address", "Score": 1}, {"BlockReferences": [{"BlockId": "c8638939-6f39-469c-9c95-5f7ddc64405b", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "55de03f8-6a8f-46a7-a0dd-c800c06e2190"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "0b0531f8-46ad-4dfd-9d02-5b0e2345385b"}], "BeginOffset": 12, "EndOffset": 26}], "Text": "Emily Martinez", "Type": "Beneficiary Name", "Score": 1}, {"BlockReferences": [{"BlockId": "fc06c71e-47d7-4768-8f58-382971a78b6d", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "071a0b15-5c49-4e0f-9a5c-ce9310579118"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "6b423173-7d13-455e-93d3-3731a74ff601"}], "BeginOffset": 24, "EndOffset": 38}], "Text": "Emily Martinez", "Type": "Beneficiary Name", "Score": 1}, {"BlockReferences": [{"BlockId": "fc06c71e-47d7-4768-8f58-382971a78b6d", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "1d12fd77-5290-4010-a125-c48134fad90e"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "372c54bf-9ef7-45b2-a98e-f20e23ddbc13"}], "BeginOffset": 63, "EndOffset": 76}], "Text": "Stefan Weeks.", "Type": "Policy Holder Name", "Score": 1}, {"BlockReferences": [{"BlockId": "fa60cbfe-9408-424d-82af-888a533458a5", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 12, "ChildBlockId": "b246194c-7f0b-4830-bc83-2d63ba8a7679"}], "BeginOffset": 55, "EndOffset": 67}], "Text": "(#740540626)", "Type": "Policy Number", "Score": 1}, {"BlockReferences": [{"BlockId": "e0d59bcd-b696-43d3-a4e2-2484285418a7", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "be609466-9e10-43ca-8b93-8afc6fcd4936"}], "BeginOffset": 61, "EndOffset": 69}], "Text": "$60,000.", "Type": "Payout", "Score": 1}, {"BlockReferences": [{"BlockId": "e0d59bcd-b696-43d3-a4e2-2484285418a7", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "4ed9ea26-e492-49cd-a381-937f0291d4f2"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "45c36ac4-06a5-4fb2-b29f-06cfe87a344c"}, {"BeginOffset": 0, "EndOffset": 10, "ChildBlockId": "e3eded7f-f388-49df-ac04-9704c2b43b65"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "e7e8dcf2-48f4-48b3-bb85-978ccab22d76"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "4efc8800-6d8e-42b8-a935-1dd761137d2f"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "d7248d79-8be0-4b2e-a17a-1d2382acbe77"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "2b08f3f2-be26-4de4-9ea1-a0942a653c26"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "943d9a63-7ce6-4076-85a1-cfd317eced77"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "f91f3f42-f50f-44e0-90d4-61565193a0ce"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "d2c743c8-33e2-4732-b987-6d912019bb97"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "4cad39a2-dedb-4b6c-a048-576959ada40a"}], "BeginOffset": 0, "EndOffset": 60}, {"BlockId": "e0d59bcd-b696-43d3-a4e2-2484285418a7", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "b7cc4136-5474-42b6-8446-9a118bec66c1"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "32452d78-5a0a-4394-905a-af1739e6e1a8"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "86337907-b83d-4655-a40c-07e512693dc4"}], "BeginOffset": 70, "EndOffset": 87}, {"BlockId": "90b20bc7-f3bd-4e52-b025-aa71ba9331b0", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 15, "ChildBlockId": "ca0ba7a1-07c0-45c1-b259-6470947a45ae"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "f5cc7c9b-8c6f-43ff-baa6-4cae79528259"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "1dde6293-94ba-4810-b4bc-65625b444288"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "01cef6c2-f71d-405d-8eaf-bd0ba1926958"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "5344f756-73d5-474a-b5be-c4d032318112"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "684e5716-2139-40a0-a6be-6727e39c99f1"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "beb4153d-af37-454f-af80-6b7508e40768"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "5b35fa71-c0fa-4718-9c57-1530d1a38d4f"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "5afcf2e3-83c0-4a3a-8e1c-da7160463052"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "03fc9543-043f-4300-b91f-5e28c86ecf0a"}, {"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "04c17c9d-1627-42bc-a6ac-c7d46a4a1001"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "db7c45ab-b117-4082-a002-25fe43295058"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "03c27d94-026e-456d-a488-3d80750b68d3"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "fd5185f1-8982-46ac-b47b-01b5c073a27c"}], "BeginOffset": 0, "EndOffset": 90}, {"BlockId": "96bd1616-7d5d-4e3e-9b66-9e50e3631735", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "a06bd033-85c1-4f5e-b64a-dda9515979d3"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "4edaf99d-f2e4-43d9-a9be-525adaa2382a"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "b3215c51-a036-4d41-9462-8138ef851dce"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "9cc6a7aa-ed8c-43ee-84ff-08c3128aadda"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "af7cc372-5d10-45e4-bbe1-778bf73dc14f"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "502065ae-e418-4b8b-b8ab-9e561b1ad9f4"}, {"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "7bcfdf24-1978-4659-bfaa-a8709205d715"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "a7823bab-5ea5-40fa-bcde-b7183b59c9f6"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "7c35c826-cf99-4f1e-8e2a-8fdb7b9c9ca1"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "589e252b-4a40-4e44-8f16-8e18c0897a72"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "210b4d10-4978-4667-b65d-c153ab332646"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "0dee525d-ea04-487b-b13a-45fe0616d43d"}], "BeginOffset": 0, "EndOffset": 83}], "Text": "We are requesting that you forward the full policy amount of Please forward an acknowledgement of our demand and please forward the umbrella policy information if one is applicable. Please send my secretary any information regarding liens on his policy.", "Type": "Required Action", "Score": 1}, {"BlockReferences": [{"BlockId": "d94d6c1c-3b60-4da4-a6a8-c51a971907cb", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "6075f22e-4b5a-4845-8486-3e76d7bcc1e1"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "3111beb7-616f-45c5-a17d-f021c8bb8ba3"}], "BeginOffset": 0, "EndOffset": 13}], "Text": "Angela Berry,", "Type": "Sender", "Score": 1}], "File": "Letter 129-1-d70c5447-ann.json"}
data/raw_data/annotations/Letter 13-1-08b3be40-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 130-1-09424d5f-ann.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"Version": "2021-04-30", "DocumentType": "NativePDF", "DocumentMetadata": {"Pages": "1"}, "Blocks": [{"BlockType": "LINE", "Id": "e9bb1962-cd60-451a-82eb-56e363780b69", "Text": "Notice of Representation", "Geometry": {"BoundingBox": {"Width": 0.26350163398692805, "Top": 0.12879545454545455, "Left": 0.11764705882352941, "Height": 0.020303030303030295}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.14909848484848484}, {"X": 0.11764705882352941, "Y": 0.14909848484848484}]}, "Relationships": [{"Ids": ["a0e4e85d-8d1b-4d41-9425-e84aab92cd6d", "6dcc9790-86f0-4d05-a2d1-775f1e08e6d2", "4b91c48f-f6b7-4b3e-a658-22804487e0f0"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "a0e4e85d-8d1b-4d41-9425-e84aab92cd6d", "Text": "Notice", "Geometry": {"BoundingBox": {"Width": 0.06877614379084968, "Top": 0.12879545454545455, "Left": 0.11764705882352941, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.14909848484848484}, {"X": 0.11764705882352941, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6dcc9790-86f0-4d05-a2d1-775f1e08e6d2", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.021490196078431372, "Top": 0.12879545454545455, "Left": 0.19227777777777777, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.19227777777777777, "Y": 0.12879545454545455}, {"X": 0.21376797385620913, "Y": 0.12879545454545455}, {"X": 0.21376797385620913, "Y": 0.14909848484848484}, {"X": 0.19227777777777777, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4b91c48f-f6b7-4b3e-a658-22804487e0f0", "Text": "Representation", "Geometry": {"BoundingBox": {"Width": 0.16152777777777777, "Top": 0.12879545454545455, "Left": 0.21962091503267975, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.21962091503267975, "Y": 0.12879545454545455}, {"X": 0.3811486928104575, "Y": 0.12879545454545455}, {"X": 0.3811486928104575, "Y": 0.14909848484848484}, {"X": 0.21962091503267975, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "2a3ae333-e4f0-4a42-ac95-ad20e7333caa", "Text": "Budget Mutual Insurance Company", "Geometry": {"BoundingBox": {"Width": 0.28107516339869276, "Top": 0.15256060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.1677121212121212}, {"X": 0.11764705882352941, "Y": 0.1677121212121212}]}, "Relationships": [{"Ids": ["6f02981e-7433-44df-9ba5-c9b957edb7eb", "1065e2fc-b5e8-44ac-a7c1-c12400f5c283", "03776e61-67b1-4c72-8170-3a26d4c509d8", "fddd79e1-4c63-499f-a451-97c4973b6a0b"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "6f02981e-7433-44df-9ba5-c9b957edb7eb", "Text": "Budget", "Geometry": {"BoundingBox": {"Width": 0.0568235294117647, "Top": 0.15256060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.1677121212121212}, {"X": 0.11764705882352941, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1065e2fc-b5e8-44ac-a7c1-c12400f5c283", "Text": "Mutual", "Geometry": {"BoundingBox": {"Width": 0.0578202614379085, "Top": 0.15256060606060606, "Left": 0.17890196078431372, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17890196078431372, "Y": 0.15256060606060606}, {"X": 0.23672222222222222, "Y": 0.15256060606060606}, {"X": 0.23672222222222222, "Y": 0.1677121212121212}, {"X": 0.17890196078431372, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "03776e61-67b1-4c72-8170-3a26d4c509d8", "Text": "Insurance", "Geometry": {"BoundingBox": {"Width": 0.07780065359477124, "Top": 0.15256060606060606, "Left": 0.24116503267973857, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24116503267973857, "Y": 0.15256060606060606}, {"X": 0.31896568627450983, "Y": 0.15256060606060606}, {"X": 0.31896568627450983, "Y": 0.1677121212121212}, {"X": 0.24116503267973857, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fddd79e1-4c63-499f-a451-97c4973b6a0b", "Text": "Company", "Geometry": {"BoundingBox": {"Width": 0.07533169934640523, "Top": 0.15256060606060606, "Left": 0.323390522875817, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.323390522875817, "Y": 0.15256060606060606}, {"X": 0.3987222222222222, "Y": 0.15256060606060606}, {"X": 0.3987222222222222, "Y": 0.1677121212121212}, {"X": 0.323390522875817, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "58587037-0af6-425c-a84f-755b6b2476f2", "Text": "9876 Infinity Ave", "Geometry": {"BoundingBox": {"Width": 0.13456209150326795, "Top": 0.17104545454545456, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.1861969696969697}, {"X": 0.11764705882352941, "Y": 0.1861969696969697}]}, "Relationships": [{"Ids": ["dd662ca1-2d42-4f25-a6ef-e1f6da465571", "8176ac31-4880-4ec4-82cf-62ac7df22370", "7bd8e119-379a-4503-bd8e-0e9c5798b839"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "dd662ca1-2d42-4f25-a6ef-e1f6da465571", "Text": "9876", "Geometry": {"BoundingBox": {"Width": 0.039753267973856206, "Top": 0.17104545454545456, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.1861969696969697}, {"X": 0.11764705882352941, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8176ac31-4880-4ec4-82cf-62ac7df22370", "Text": "Infinity", "Geometry": {"BoundingBox": {"Width": 0.05597875816993464, "Top": 0.17104545454545456, "Left": 0.16183006535947714, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16183006535947714, "Y": 0.17104545454545456}, {"X": 0.21780882352941178, "Y": 0.17104545454545456}, {"X": 0.21780882352941178, "Y": 0.1861969696969697}, {"X": 0.16183006535947714, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7bd8e119-379a-4503-bd8e-0e9c5798b839", "Text": "Ave", "Geometry": {"BoundingBox": {"Width": 0.0299640522875817, "Top": 0.17104545454545456, "Left": 0.2222450980392157, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2222450980392157, "Y": 0.17104545454545456}, {"X": 0.25220915032679736, "Y": 0.17104545454545456}, {"X": 0.25220915032679736, "Y": 0.1861969696969697}, {"X": 0.2222450980392157, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "07b4e4a1-e8e5-4d81-bc7d-2f8f10e7f528", "Text": "Springfield, MI 65541", "Geometry": {"BoundingBox": {"Width": 0.17037581699346407, "Top": 0.18953030303030302, "Left": 0.11764705882352941, "Height": 0.015151515151515166}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.2046818181818182}, {"X": 0.11764705882352941, "Y": 0.2046818181818182}]}, "Relationships": [{"Ids": ["034b8fe2-ab3d-4d62-bca1-75e0f4eaa593", "edcf54a8-e20d-48b0-a6ad-095a1851710a", "0166b5d8-06e1-427c-8d33-d7dfebfcb19f"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "034b8fe2-ab3d-4d62-bca1-75e0f4eaa593", "Text": "Springfield,", "Geometry": {"BoundingBox": {"Width": 0.09012418300653595, "Top": 0.18953030303030302, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.2046818181818182}, {"X": 0.11764705882352941, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "edcf54a8-e20d-48b0-a6ad-095a1851710a", "Text": "MI", "Geometry": {"BoundingBox": {"Width": 0.021705882352941176, "Top": 0.18953030303030302, "Left": 0.21219444444444444, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21219444444444444, "Y": 0.18953030303030302}, {"X": 0.23390032679738562, "Y": 0.18953030303030302}, {"X": 0.23390032679738562, "Y": 0.2046818181818182}, {"X": 0.21219444444444444, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0166b5d8-06e1-427c-8d33-d7dfebfcb19f", "Text": "65541", "Geometry": {"BoundingBox": {"Width": 0.04968954248366013, "Top": 0.18953030303030302, "Left": 0.23833333333333334, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23833333333333334, "Y": 0.18953030303030302}, {"X": 0.2880228758169935, "Y": 0.18953030303030302}, {"X": 0.2880228758169935, "Y": 0.2046818181818182}, {"X": 0.23833333333333334, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "d0f12775-80c0-4feb-bdb7-ffa38ec13ccc", "Text": "Rickson Freund", "Geometry": {"BoundingBox": {"Width": 0.12159640522875817, "Top": 0.2268030303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515166}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.2268030303030303}, {"X": 0.17830228758169936, "Y": 0.2268030303030303}, {"X": 0.17830228758169936, "Y": 0.24195454545454548}, {"X": 0.11764705882352941, "Y": 0.24195454545454548}]}, "Relationships": [{"Ids": ["c8cceef7-f6ef-445e-9a67-814e89be2a3a", "53dd492c-8ae1-4218-bc7d-28ae92a8b201"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "c8cceef7-f6ef-445e-9a67-814e89be2a3a", "Text": "Rickson", "Geometry": {"BoundingBox": {"Width": 0.060655228758169935, "Top": 0.2268030303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.2268030303030303}, {"X": 0.17830228758169936, "Y": 0.2268030303030303}, {"X": 0.17830228758169936, "Y": 0.24195454545454548}, {"X": 0.11764705882352941, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "53dd492c-8ae1-4218-bc7d-28ae92a8b201", "Text": "Freund", "Geometry": {"BoundingBox": {"Width": 0.0565, "Top": 0.2268030303030303, "Left": 0.18274346405228759, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.18274346405228759, "Y": 0.2268030303030303}, {"X": 0.23924346405228758, "Y": 0.2268030303030303}, {"X": 0.23924346405228758, "Y": 0.24195454545454548}, {"X": 0.18274346405228759, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "e9e9f549-955d-40c8-be24-7ce1bc4efe8e", "Text": "2424 S 260th St #TRLR 2", "Geometry": {"BoundingBox": {"Width": 0.19198366013071896, "Top": 0.24528787878787878, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.24528787878787878}, {"X": 0.1574003267973856, "Y": 0.24528787878787878}, {"X": 0.1574003267973856, "Y": 0.2604393939393939}, {"X": 0.11764705882352941, "Y": 0.2604393939393939}]}, "Relationships": [{"Ids": ["e505d1c8-adc6-4dd2-9bd1-44903e5a3238", "9851759a-ad71-41aa-a2e4-19d9b53504ba", "9e4f4116-896e-4ce4-9366-f8ad6d0507ff", "afd202ae-cc5b-43ba-8007-377d3c381b9b", "67828fb5-1e84-45ef-9fbb-88426ad6c885", "adfc5a51-9066-4e72-ba8c-251b7c3ba3d0"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "e505d1c8-adc6-4dd2-9bd1-44903e5a3238", "Text": "2424", "Geometry": {"BoundingBox": {"Width": 0.039753267973856206, "Top": 0.24528787878787878, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.24528787878787878}, {"X": 0.1574003267973856, "Y": 0.24528787878787878}, {"X": 0.1574003267973856, "Y": 0.2604393939393939}, {"X": 0.11764705882352941, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9851759a-ad71-41aa-a2e4-19d9b53504ba", "Text": "S", "Geometry": {"BoundingBox": {"Width": 0.009, "Top": 0.24528787878787878, "Left": 0.16183006535947714, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16183006535947714, "Y": 0.24528787878787878}, {"X": 0.17083006535947715, "Y": 0.24528787878787878}, {"X": 0.17083006535947715, "Y": 0.2604393939393939}, {"X": 0.16183006535947714, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9e4f4116-896e-4ce4-9366-f8ad6d0507ff", "Text": "260th", "Geometry": {"BoundingBox": {"Width": 0.04667483660130719, "Top": 0.24528787878787878, "Left": 0.17527287581699347, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17527287581699347, "Y": 0.24528787878787878}, {"X": 0.22194771241830066, "Y": 0.24528787878787878}, {"X": 0.22194771241830066, "Y": 0.2604393939393939}, {"X": 0.17527287581699347, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "afd202ae-cc5b-43ba-8007-377d3c381b9b", "Text": "St", "Geometry": {"BoundingBox": {"Width": 0.01557843137254902, "Top": 0.24528787878787878, "Left": 0.2263888888888889, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2263888888888889, "Y": 0.24528787878787878}, {"X": 0.2419673202614379, "Y": 0.24528787878787878}, {"X": 0.2419673202614379, "Y": 0.2604393939393939}, {"X": 0.2263888888888889, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "67828fb5-1e84-45ef-9fbb-88426ad6c885", "Text": "#TRLR", "Geometry": {"BoundingBox": {"Width": 0.0488562091503268, "Top": 0.24528787878787878, "Left": 0.24640032679738563, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24640032679738563, "Y": 0.24528787878787878}, {"X": 0.29525653594771245, "Y": 0.24528787878787878}, {"X": 0.29525653594771245, "Y": 0.2604393939393939}, {"X": 0.24640032679738563, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "adfc5a51-9066-4e72-ba8c-251b7c3ba3d0", "Text": "2", "Geometry": {"BoundingBox": {"Width": 0.009941176470588235, "Top": 0.24528787878787878, "Left": 0.29968954248366014, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.29968954248366014, "Y": 0.24528787878787878}, {"X": 0.3096307189542484, "Y": 0.24528787878787878}, {"X": 0.3096307189542484, "Y": 0.2604393939393939}, {"X": 0.29968954248366014, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "afe5e245-eb67-4d6c-ba34-9520e813af07", "Text": "Tacoma, Washington(WA), 98405", "Geometry": {"BoundingBox": {"Width": 0.26769934640522874, "Top": 0.26377272727272727, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.26377272727272727}, {"X": 0.18518300653594771, "Y": 0.26377272727272727}, {"X": 0.18518300653594771, "Y": 0.2789242424242424}, {"X": 0.11764705882352941, "Y": 0.2789242424242424}]}, "Relationships": [{"Ids": ["905d53f9-ec02-4cc0-b54f-89fffd2e810b", "f2ebf999-0946-47df-9aa5-cb8853b02277", "c6b9f677-bf45-4281-aead-40fec1b782d6"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "905d53f9-ec02-4cc0-b54f-89fffd2e810b", "Text": "Tacoma,", "Geometry": {"BoundingBox": {"Width": 0.0675359477124183, "Top": 0.26377272727272727, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.26377272727272727}, {"X": 0.18518300653594771, "Y": 0.26377272727272727}, {"X": 0.18518300653594771, "Y": 0.2789242424242424}, {"X": 0.11764705882352941, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f2ebf999-0946-47df-9aa5-cb8853b02277", "Text": "Washington(WA),", "Geometry": {"BoundingBox": {"Width": 0.14162745098039214, "Top": 0.26377272727272727, "Left": 0.1896062091503268, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1896062091503268, "Y": 0.26377272727272727}, {"X": 0.331233660130719, "Y": 0.26377272727272727}, {"X": 0.331233660130719, "Y": 0.2789242424242424}, {"X": 0.1896062091503268, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c6b9f677-bf45-4281-aead-40fec1b782d6", "Text": "98405", "Geometry": {"BoundingBox": {"Width": 0.04968954248366013, "Top": 0.26377272727272727, "Left": 0.33565686274509804, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.33565686274509804, "Y": 0.26377272727272727}, {"X": 0.3853464052287582, "Y": 0.26377272727272727}, {"X": 0.3853464052287582, "Y": 0.2789242424242424}, {"X": 0.33565686274509804, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "33d9a9fe-c7b1-434e-a89f-8c540f1e6a16", "Text": "Our Client: Annabel Farrell", "Geometry": {"BoundingBox": {"Width": 0.21146568627450982, "Top": 0.31922727272727275, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.3343787878787879}, {"X": 0.11764705882352941, "Y": 0.3343787878787879}]}, "Relationships": [{"Ids": ["8c5148e9-19bd-4962-8201-a7ecfd2a8b31", "a207977c-3f37-4a47-bb9e-d4fa0f48c7f2", "72d9388e-c0d8-46a2-b601-813910711f62", "9838f27d-e640-4b1e-8c2e-31f25b8bc860"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "8c5148e9-19bd-4962-8201-a7ecfd2a8b31", "Text": "Our", "Geometry": {"BoundingBox": {"Width": 0.03012091503267974, "Top": 0.31922727272727275, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.3343787878787879}, {"X": 0.11764705882352941, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a207977c-3f37-4a47-bb9e-d4fa0f48c7f2", "Text": "Client:", "Geometry": {"BoundingBox": {"Width": 0.05135294117647059, "Top": 0.31922727272727275, "Left": 0.1521846405228758, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1521846405228758, "Y": 0.31922727272727275}, {"X": 0.20353758169934638, "Y": 0.31922727272727275}, {"X": 0.20353758169934638, "Y": 0.3343787878787879}, {"X": 0.1521846405228758, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "72d9388e-c0d8-46a2-b601-813910711f62", "Text": "Annabel", "Geometry": {"BoundingBox": {"Width": 0.065890522875817, "Top": 0.31922727272727275, "Left": 0.20795915032679738, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20795915032679738, "Y": 0.31922727272727275}, {"X": 0.2738496732026144, "Y": 0.31922727272727275}, {"X": 0.2738496732026144, "Y": 0.3343787878787879}, {"X": 0.20795915032679738, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9838f27d-e640-4b1e-8c2e-31f25b8bc860", "Text": "Farrell", "Geometry": {"BoundingBox": {"Width": 0.0508202614379085, "Top": 0.31922727272727275, "Left": 0.2782924836601307, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2782924836601307, "Y": 0.31922727272727275}, {"X": 0.3291127450980392, "Y": 0.31922727272727275}, {"X": 0.3291127450980392, "Y": 0.3343787878787879}, {"X": 0.2782924836601307, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "463529fd-23cf-4efe-ae1c-adc5fed4f7dc", "Text": "Date of death: 6/18/2021", "Geometry": {"BoundingBox": {"Width": 0.20366176470588235, "Top": 0.3377121212121212, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3528636363636363}, {"X": 0.11764705882352941, "Y": 0.3528636363636363}]}, "Relationships": [{"Ids": ["77c9f74b-7249-4ca2-b5d1-f62d238998e2", "15eb9404-ff86-43f7-b686-3c4a7c3703be", "af08f5ec-6880-475f-a753-bf1836444fbb", "dedfea16-8c4d-40e8-b825-7594e4f8654f"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "77c9f74b-7249-4ca2-b5d1-f62d238998e2", "Text": "Date", "Geometry": {"BoundingBox": {"Width": 0.03778921568627451, "Top": 0.3377121212121212, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3528636363636363}, {"X": 0.11764705882352941, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "15eb9404-ff86-43f7-b686-3c4a7c3703be", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.3377121212121212, "Left": 0.15986111111111112, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.15986111111111112, "Y": 0.3377121212121212}, {"X": 0.1761813725490196, "Y": 0.3377121212121212}, {"X": 0.1761813725490196, "Y": 0.3528636363636363}, {"X": 0.15986111111111112, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "af08f5ec-6880-475f-a753-bf1836444fbb", "Text": "death:", "Geometry": {"BoundingBox": {"Width": 0.05157679738562092, "Top": 0.3377121212121212, "Left": 0.18061601307189543, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.18061601307189543, "Y": 0.3377121212121212}, {"X": 0.23219281045751633, "Y": 0.3377121212121212}, {"X": 0.23219281045751633, "Y": 0.3528636363636363}, {"X": 0.18061601307189543, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "dedfea16-8c4d-40e8-b825-7594e4f8654f", "Text": "6/18/2021", "Geometry": {"BoundingBox": {"Width": 0.08469281045751634, "Top": 0.3377121212121212, "Left": 0.23661601307189542, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23661601307189542, "Y": 0.3377121212121212}, {"X": 0.32130882352941176, "Y": 0.3377121212121212}, {"X": 0.32130882352941176, "Y": 0.3528636363636363}, {"X": 0.23661601307189542, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "87f8e88f-61cf-44dc-93f9-60496c4e7844", "Text": "To Whom It May Concern,", "Geometry": {"BoundingBox": {"Width": 0.20909967320261438, "Top": 0.39316666666666666, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.4083181818181818}, {"X": 0.11764705882352941, "Y": 0.4083181818181818}]}, "Relationships": [{"Ids": ["f9188c05-e79b-45ad-b7ee-d7a061ed8112", "3f9a2063-678d-4d04-aefb-4d3062d081a9", "751b83b9-dd37-413b-997b-ea3884685f17", "5f333561-7f1e-4b58-a452-c11c472e2bfd", "7a3a03f5-8da4-460d-ab18-bf97476ef673"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "f9188c05-e79b-45ad-b7ee-d7a061ed8112", "Text": "To", "Geometry": {"BoundingBox": {"Width": 0.01988888888888889, "Top": 0.39316666666666666, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.4083181818181818}, {"X": 0.11764705882352941, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3f9a2063-678d-4d04-aefb-4d3062d081a9", "Text": "Whom", "Geometry": {"BoundingBox": {"Width": 0.05374346405228758, "Top": 0.39316666666666666, "Left": 0.14197875816993463, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14197875816993463, "Y": 0.39316666666666666}, {"X": 0.19572222222222221, "Y": 0.39316666666666666}, {"X": 0.19572222222222221, "Y": 0.4083181818181818}, {"X": 0.14197875816993463, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "751b83b9-dd37-413b-997b-ea3884685f17", "Text": "It", "Geometry": {"BoundingBox": {"Width": 0.011509803921568628, "Top": 0.39316666666666666, "Left": 0.20015686274509803, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20015686274509803, "Y": 0.39316666666666666}, {"X": 0.21166666666666667, "Y": 0.39316666666666666}, {"X": 0.21166666666666667, "Y": 0.4083181818181818}, {"X": 0.20015686274509803, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5f333561-7f1e-4b58-a452-c11c472e2bfd", "Text": "May", "Geometry": {"BoundingBox": {"Width": 0.03503921568627451, "Top": 0.39316666666666666, "Left": 0.2160996732026144, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2160996732026144, "Y": 0.39316666666666666}, {"X": 0.2511388888888889, "Y": 0.39316666666666666}, {"X": 0.2511388888888889, "Y": 0.4083181818181818}, {"X": 0.2160996732026144, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7a3a03f5-8da4-460d-ab18-bf97476ef673", "Text": "Concern,", "Geometry": {"BoundingBox": {"Width": 0.07118137254901961, "Top": 0.39316666666666666, "Left": 0.25556535947712417, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.25556535947712417, "Y": 0.39316666666666666}, {"X": 0.3267467320261438, "Y": 0.39316666666666666}, {"X": 0.3267467320261438, "Y": 0.4083181818181818}, {"X": 0.25556535947712417, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "8671200b-e103-4f18-96e5-dcfbc817c73d", "Text": "I have been retained by Annabel Farrell to handle the estate of Henry Nguyen. My", "Geometry": {"BoundingBox": {"Width": 0.6525620915032679, "Top": 0.43013636363636365, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.4452878787878788}, {"X": 0.11764705882352941, "Y": 0.4452878787878788}]}, "Relationships": [{"Ids": ["07a96f8f-cc87-4a44-b4e5-3c4ba0480cff", "c64c5f8e-9852-4e0c-9cbc-1fd54500370d", "778577bf-b2b4-41ba-b3a5-f006117df312", "c5c00c6e-3858-444f-9faa-c6b53e10f9dd", "62950a72-41be-4e27-8cea-0f42800a7575", "0cae017e-98d9-4f16-9606-34b90b99da98", "b3bbfaad-8f44-4b2a-a7c1-9fce645c0d93", "0da5b018-6a49-4b6d-801b-712617e4f49e", "4e4943de-45fe-4ad5-8809-b39f8dedea90", "415da0cb-398a-452d-9617-3d990ac1f225", "1f3b925c-81e5-410a-942e-6b8b475f0313", "91c5b556-b420-48cc-b9f5-b1655a28c46f", "47b2f5b7-536f-4638-aa5d-d966acfa545e", "c5811d6e-74e4-40fe-99f6-773ee0584446", "d906e683-64fd-4296-893c-6b9a46873a90"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "07a96f8f-cc87-4a44-b4e5-3c4ba0480cff", "Text": "I", "Geometry": {"BoundingBox": {"Width": 0.004941176470588235, "Top": 0.43013636363636365, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.4452878787878788}, {"X": 0.11764705882352941, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c64c5f8e-9852-4e0c-9cbc-1fd54500370d", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.43013636363636365, "Left": 0.12702124183006536, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.12702124183006536, "Y": 0.43013636363636365}, {"X": 0.16533660130718952, "Y": 0.43013636363636365}, {"X": 0.16533660130718952, "Y": 0.4452878787878788}, {"X": 0.12702124183006536, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "778577bf-b2b4-41ba-b3a5-f006117df312", "Text": "been", "Geometry": {"BoundingBox": {"Width": 0.04010947712418301, "Top": 0.43013636363636365, "Left": 0.16976307189542483, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16976307189542483, "Y": 0.43013636363636365}, {"X": 0.20987254901960783, "Y": 0.43013636363636365}, {"X": 0.20987254901960783, "Y": 0.4452878787878788}, {"X": 0.16976307189542483, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c5c00c6e-3858-444f-9faa-c6b53e10f9dd", "Text": "retained", "Geometry": {"BoundingBox": {"Width": 0.06740522875816994, "Top": 0.43013636363636365, "Left": 0.2143137254901961, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2143137254901961, "Y": 0.43013636363636365}, {"X": 0.281718954248366, "Y": 0.43013636363636365}, {"X": 0.281718954248366, "Y": 0.4452878787878788}, {"X": 0.2143137254901961, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "62950a72-41be-4e27-8cea-0f42800a7575", "Text": "by", "Geometry": {"BoundingBox": {"Width": 0.01918464052287582, "Top": 0.43013636363636365, "Left": 0.28616013071895424, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.28616013071895424, "Y": 0.43013636363636365}, {"X": 0.30534477124183007, "Y": 0.43013636363636365}, {"X": 0.30534477124183007, "Y": 0.4452878787878788}, {"X": 0.28616013071895424, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0cae017e-98d9-4f16-9606-34b90b99da98", "Text": "Annabel", "Geometry": {"BoundingBox": {"Width": 0.065890522875817, "Top": 0.43013636363636365, "Left": 0.30976143790849675, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.30976143790849675, "Y": 0.43013636363636365}, {"X": 0.37565196078431373, "Y": 0.43013636363636365}, {"X": 0.37565196078431373, "Y": 0.4452878787878788}, {"X": 0.30976143790849675, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b3bbfaad-8f44-4b2a-a7c1-9fce645c0d93", "Text": "Farrell", "Geometry": {"BoundingBox": {"Width": 0.0508202614379085, "Top": 0.43013636363636365, "Left": 0.38009477124183005, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.38009477124183005, "Y": 0.43013636363636365}, {"X": 0.4309150326797386, "Y": 0.43013636363636365}, {"X": 0.4309150326797386, "Y": 0.4452878787878788}, {"X": 0.38009477124183005, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0da5b018-6a49-4b6d-801b-712617e4f49e", "Text": "to", "Geometry": {"BoundingBox": {"Width": 0.016901960784313726, "Top": 0.43013636363636365, "Left": 0.4353545751633987, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4353545751633987, "Y": 0.43013636363636365}, {"X": 0.4522565359477124, "Y": 0.43013636363636365}, {"X": 0.4522565359477124, "Y": 0.4452878787878788}, {"X": 0.4353545751633987, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4e4943de-45fe-4ad5-8809-b39f8dedea90", "Text": "handle", "Geometry": {"BoundingBox": {"Width": 0.05456372549019608, "Top": 0.43013636363636365, "Left": 0.45669607843137255, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.45669607843137255, "Y": 0.43013636363636365}, {"X": 0.5112598039215687, "Y": 0.43013636363636365}, {"X": 0.5112598039215687, "Y": 0.4452878787878788}, {"X": 0.45669607843137255, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "415da0cb-398a-452d-9617-3d990ac1f225", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.43013636363636365, "Left": 0.5156846405228758, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5156846405228758, "Y": 0.43013636363636365}, {"X": 0.5423202614379085, "Y": 0.43013636363636365}, {"X": 0.5423202614379085, "Y": 0.4452878787878788}, {"X": 0.5156846405228758, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1f3b925c-81e5-410a-942e-6b8b475f0313", "Text": "estate", "Geometry": {"BoundingBox": {"Width": 0.04972058823529412, "Top": 0.43013636363636365, "Left": 0.5467450980392157, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5467450980392157, "Y": 0.43013636363636365}, {"X": 0.5964656862745098, "Y": 0.43013636363636365}, {"X": 0.5964656862745098, "Y": 0.4452878787878788}, {"X": 0.5467450980392157, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "91c5b556-b420-48cc-b9f5-b1655a28c46f", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.43013636363636365, "Left": 0.600890522875817, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.600890522875817, "Y": 0.43013636363636365}, {"X": 0.6172107843137256, "Y": 0.43013636363636365}, {"X": 0.6172107843137256, "Y": 0.4452878787878788}, {"X": 0.600890522875817, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "47b2f5b7-536f-4638-aa5d-d966acfa545e", "Text": "Henry", "Geometry": {"BoundingBox": {"Width": 0.047993464052287584, "Top": 0.43013636363636365, "Left": 0.6216388888888889, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6216388888888889, "Y": 0.43013636363636365}, {"X": 0.6696323529411764, "Y": 0.43013636363636365}, {"X": 0.6696323529411764, "Y": 0.4452878787878788}, {"X": 0.6216388888888889, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c5811d6e-74e4-40fe-99f6-773ee0584446", "Text": "Nguyen.", "Geometry": {"BoundingBox": {"Width": 0.06606372549019608, "Top": 0.43013636363636365, "Left": 0.6740571895424836, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6740571895424836, "Y": 0.43013636363636365}, {"X": 0.7401209150326797, "Y": 0.43013636363636365}, {"X": 0.7401209150326797, "Y": 0.4452878787878788}, {"X": 0.6740571895424836, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d906e683-64fd-4296-893c-6b9a46873a90", "Text": "My", "Geometry": {"BoundingBox": {"Width": 0.02564705882352941, "Top": 0.43013636363636365, "Left": 0.744562091503268, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.744562091503268, "Y": 0.43013636363636365}, {"X": 0.7702091503267974, "Y": 0.43013636363636365}, {"X": 0.7702091503267974, "Y": 0.4452878787878788}, {"X": 0.744562091503268, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "a4ef7f50-4273-4101-865a-f818834b9fde", "Text": "understanding is that they had a life insurance policy (#420990072) with your company. If this is", "Geometry": {"BoundingBox": {"Width": 0.7641209150326798, "Top": 0.44862121212121214, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.44862121212121214}, {"X": 0.23341503267973857, "Y": 0.44862121212121214}, {"X": 0.23341503267973857, "Y": 0.4637727272727273}, {"X": 0.11764705882352941, "Y": 0.4637727272727273}]}, "Relationships": [{"Ids": ["8fa11426-2a82-498a-b1e0-2dc322d398f9", "9c775202-5cd3-4d7f-9f8a-aa586358d250", "67aed721-ba64-4563-aa55-424737e1c63d", "628d2166-1bc4-4ff5-95a2-4784c6a9409f", "ed62102c-b00a-4551-8f12-3a06b9714709", "d0830aa8-0e02-4bac-ae63-d3081a1916e9", "fbe96694-222c-44ec-9334-e0bd55474412", "88a53716-ff6e-44e8-bc77-c4503cd03c12", "bd203fda-63ff-4ed3-aa60-8b2328296821", "67b8f719-5ee7-427e-bbd6-c514204d43e9", "3ca468df-0669-48b1-b497-d9887ee356c9", "a610d4e0-cf7a-4e12-bf18-12074295db32", "dafdd826-9318-4999-b1a7-1d13ac5c22d2", "3a861ace-bf83-4a11-b840-a08ecda190aa", "fe8dd659-6e2d-4a4f-89d0-a2436729cad4", "ebc45f99-e6f2-4d9c-8ee7-dcc587f110a4"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "8fa11426-2a82-498a-b1e0-2dc322d398f9", "Text": "understanding", "Geometry": {"BoundingBox": {"Width": 0.11576797385620916, "Top": 0.44862121212121214, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.44862121212121214}, {"X": 0.23341503267973857, "Y": 0.44862121212121214}, {"X": 0.23341503267973857, "Y": 0.4637727272727273}, {"X": 0.11764705882352941, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9c775202-5cd3-4d7f-9f8a-aa586358d250", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.44862121212121214, "Left": 0.23784313725490197, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23784313725490197, "Y": 0.44862121212121214}, {"X": 0.25000980392156863, "Y": 0.44862121212121214}, {"X": 0.25000980392156863, "Y": 0.4637727272727273}, {"X": 0.23784313725490197, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "67aed721-ba64-4563-aa55-424737e1c63d", "Text": "that", "Geometry": {"BoundingBox": {"Width": 0.03283169934640523, "Top": 0.44862121212121214, "Left": 0.2544444444444444, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2544444444444444, "Y": 0.44862121212121214}, {"X": 0.28727614379084965, "Y": 0.44862121212121214}, {"X": 0.28727614379084965, "Y": 0.4637727272727273}, {"X": 0.2544444444444444, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "628d2166-1bc4-4ff5-95a2-4784c6a9409f", "Text": "they", "Geometry": {"BoundingBox": {"Width": 0.035509803921568626, "Top": 0.44862121212121214, "Left": 0.2917091503267974, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2917091503267974, "Y": 0.44862121212121214}, {"X": 0.327218954248366, "Y": 0.44862121212121214}, {"X": 0.327218954248366, "Y": 0.4637727272727273}, {"X": 0.2917091503267974, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ed62102c-b00a-4551-8f12-3a06b9714709", "Text": "had", "Geometry": {"BoundingBox": {"Width": 0.029988562091503267, "Top": 0.44862121212121214, "Left": 0.3316454248366013, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3316454248366013, "Y": 0.44862121212121214}, {"X": 0.36163398692810456, "Y": 0.44862121212121214}, {"X": 0.36163398692810456, "Y": 0.4637727272727273}, {"X": 0.3316454248366013, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d0830aa8-0e02-4bac-ae63-d3081a1916e9", "Text": "a", "Geometry": {"BoundingBox": {"Width": 0.009392156862745098, "Top": 0.44862121212121214, "Left": 0.36607516339869284, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.36607516339869284, "Y": 0.44862121212121214}, {"X": 0.3754673202614379, "Y": 0.44862121212121214}, {"X": 0.3754673202614379, "Y": 0.4637727272727273}, {"X": 0.36607516339869284, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fbe96694-222c-44ec-9334-e0bd55474412", "Text": "life", "Geometry": {"BoundingBox": {"Width": 0.024748366013071895, "Top": 0.44862121212121214, "Left": 0.3799003267973856, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3799003267973856, "Y": 0.44862121212121214}, {"X": 0.4046486928104575, "Y": 0.44862121212121214}, {"X": 0.4046486928104575, "Y": 0.4637727272727273}, {"X": 0.3799003267973856, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "88a53716-ff6e-44e8-bc77-c4503cd03c12", "Text": "insurance", "Geometry": {"BoundingBox": {"Width": 0.0773578431372549, "Top": 0.44862121212121214, "Left": 0.4090751633986928, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4090751633986928, "Y": 0.44862121212121214}, {"X": 0.48643300653594773, "Y": 0.44862121212121214}, {"X": 0.48643300653594773, "Y": 0.4637727272727273}, {"X": 0.4090751633986928, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "bd203fda-63ff-4ed3-aa60-8b2328296821", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681535947712418, "Top": 0.44862121212121214, "Left": 0.490859477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.490859477124183, "Y": 0.44862121212121214}, {"X": 0.5376748366013072, "Y": 0.44862121212121214}, {"X": 0.5376748366013072, "Y": 0.4637727272727273}, {"X": 0.490859477124183, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "67b8f719-5ee7-427e-bbd6-c514204d43e9", "Text": "(#420990072)", "Geometry": {"BoundingBox": {"Width": 0.11109313725490196, "Top": 0.44862121212121214, "Left": 0.5420882352941176, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5420882352941176, "Y": 0.44862121212121214}, {"X": 0.6531813725490196, "Y": 0.44862121212121214}, {"X": 0.6531813725490196, "Y": 0.4637727272727273}, {"X": 0.5420882352941176, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3ca468df-0669-48b1-b497-d9887ee356c9", "Text": "with", "Geometry": {"BoundingBox": {"Width": 0.035379084967320264, "Top": 0.44862121212121214, "Left": 0.6576192810457516, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6576192810457516, "Y": 0.44862121212121214}, {"X": 0.6929983660130719, "Y": 0.44862121212121214}, {"X": 0.6929983660130719, "Y": 0.4637727272727273}, {"X": 0.6576192810457516, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a610d4e0-cf7a-4e12-bf18-12074295db32", "Text": "your", "Geometry": {"BoundingBox": {"Width": 0.0363578431372549, "Top": 0.44862121212121214, "Left": 0.6974395424836601, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6974395424836601, "Y": 0.44862121212121214}, {"X": 0.733797385620915, "Y": 0.44862121212121214}, {"X": 0.733797385620915, "Y": 0.4637727272727273}, {"X": 0.6974395424836601, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "dafdd826-9318-4999-b1a7-1d13ac5c22d2", "Text": "company.", "Geometry": {"BoundingBox": {"Width": 0.07810457516339869, "Top": 0.44862121212121214, "Left": 0.7382238562091503, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7382238562091503, "Y": 0.44862121212121214}, {"X": 0.816328431372549, "Y": 0.44862121212121214}, {"X": 0.816328431372549, "Y": 0.4637727272727273}, {"X": 0.7382238562091503, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3a861ace-bf83-4a11-b840-a08ecda190aa", "Text": "If", "Geometry": {"BoundingBox": {"Width": 0.01092156862745098, "Top": 0.44862121212121214, "Left": 0.8207696078431372, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8207696078431372, "Y": 0.44862121212121214}, {"X": 0.8316911764705882, "Y": 0.44862121212121214}, {"X": 0.8316911764705882, "Y": 0.4637727272727273}, {"X": 0.8207696078431372, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fe8dd659-6e2d-4a4f-89d0-a2436729cad4", "Text": "this", "Geometry": {"BoundingBox": {"Width": 0.029037581699346404, "Top": 0.44862121212121214, "Left": 0.8361290849673203, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8361290849673203, "Y": 0.44862121212121214}, {"X": 0.8651666666666668, "Y": 0.44862121212121214}, {"X": 0.8651666666666668, "Y": 0.4637727272727273}, {"X": 0.8361290849673203, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ebc45f99-e6f2-4d9c-8ee7-dcc587f110a4", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.44862121212121214, "Left": 0.8696013071895425, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8696013071895425, "Y": 0.44862121212121214}, {"X": 0.8817679738562092, "Y": 0.44862121212121214}, {"X": 0.8817679738562092, "Y": 0.4637727272727273}, {"X": 0.8696013071895425, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "eba96e94-523d-4652-87a9-fb8eaceb4565", "Text": "correct, please send a letter to my office indicating you have received our letter of", "Geometry": {"BoundingBox": {"Width": 0.6544967320261438, "Top": 0.4671060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4671060606060606}, {"X": 0.179468954248366, "Y": 0.4671060606060606}, {"X": 0.179468954248366, "Y": 0.4822575757575757}, {"X": 0.11764705882352941, "Y": 0.4822575757575757}]}, "Relationships": [{"Ids": ["63eda05d-0b58-47f8-9fe7-cc5a60fb99d1", "c39a1775-4368-4f83-86f4-20eef60879c3", "532c1ce9-e8c0-4263-9b08-8dcab16c84d6", "30f3502f-edc6-4eb9-880f-3fb98018629e", "fe6fc51f-911b-4e3d-b684-5c40452a79dc", "ef0c5f3b-fd03-4621-bb1c-fbcd73da4bac", "8390a349-2677-43e4-8542-493f4706af48", "12685600-8b98-4751-8718-a8ac15705f68", "757c06c8-84fd-490a-bc1b-e2907f860f0b", "405b4635-339b-4c3e-9369-f2370febeaf8", "561faf86-edbf-4ff5-8412-c7249f99c2a8", "a618d7d2-d906-49f0-ae65-344db5662a90", "e2365ac5-8bf2-468b-890b-a39f94b014e0", "119d70ea-d19a-4ae5-81dd-508b1ad34dfa", "0aecb08b-133f-49e4-87ca-4f49ff3bed66"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "63eda05d-0b58-47f8-9fe7-cc5a60fb99d1", "Text": "correct,", "Geometry": {"BoundingBox": {"Width": 0.0618218954248366, "Top": 0.4671060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4671060606060606}, {"X": 0.179468954248366, "Y": 0.4671060606060606}, {"X": 0.179468954248366, "Y": 0.4822575757575757}, {"X": 0.11764705882352941, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c39a1775-4368-4f83-86f4-20eef60879c3", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.4671060606060606, "Left": 0.1838921568627451, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1838921568627451, "Y": 0.4671060606060606}, {"X": 0.23527614379084966, "Y": 0.4671060606060606}, {"X": 0.23527614379084966, "Y": 0.4822575757575757}, {"X": 0.1838921568627451, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "532c1ce9-e8c0-4263-9b08-8dcab16c84d6", "Text": "send", "Geometry": {"BoundingBox": {"Width": 0.03802124183006536, "Top": 0.4671060606060606, "Left": 0.23970261437908497, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23970261437908497, "Y": 0.4671060606060606}, {"X": 0.2777238562091503, "Y": 0.4671060606060606}, {"X": 0.2777238562091503, "Y": 0.4822575757575757}, {"X": 0.23970261437908497, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "30f3502f-edc6-4eb9-880f-3fb98018629e", "Text": "a", "Geometry": {"BoundingBox": {"Width": 0.009392156862745098, "Top": 0.4671060606060606, "Left": 0.2821650326797386, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2821650326797386, "Y": 0.4671060606060606}, {"X": 0.29155718954248366, "Y": 0.4671060606060606}, {"X": 0.29155718954248366, "Y": 0.4822575757575757}, {"X": 0.2821650326797386, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fe6fc51f-911b-4e3d-b684-5c40452a79dc", "Text": "letter", "Geometry": {"BoundingBox": {"Width": 0.04399346405228758, "Top": 0.4671060606060606, "Left": 0.29599019607843136, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.29599019607843136, "Y": 0.4671060606060606}, {"X": 0.33998366013071896, "Y": 0.4671060606060606}, {"X": 0.33998366013071896, "Y": 0.4822575757575757}, {"X": 0.29599019607843136, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ef0c5f3b-fd03-4621-bb1c-fbcd73da4bac", "Text": "to", "Geometry": {"BoundingBox": {"Width": 0.016901960784313726, "Top": 0.4671060606060606, "Left": 0.34441013071895427, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.34441013071895427, "Y": 0.4671060606060606}, {"X": 0.361312091503268, "Y": 0.4671060606060606}, {"X": 0.361312091503268, "Y": 0.4822575757575757}, {"X": 0.34441013071895427, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8390a349-2677-43e4-8542-493f4706af48", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024544117647058824, "Top": 0.4671060606060606, "Left": 0.3657516339869281, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3657516339869281, "Y": 0.4671060606060606}, {"X": 0.39029575163398694, "Y": 0.4671060606060606}, {"X": 0.39029575163398694, "Y": 0.4822575757575757}, {"X": 0.3657516339869281, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "12685600-8b98-4751-8718-a8ac15705f68", "Text": "office", "Geometry": {"BoundingBox": {"Width": 0.04486437908496732, "Top": 0.4671060606060606, "Left": 0.3947222222222222, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3947222222222222, "Y": 0.4671060606060606}, {"X": 0.4395866013071895, "Y": 0.4671060606060606}, {"X": 0.4395866013071895, "Y": 0.4822575757575757}, {"X": 0.3947222222222222, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "757c06c8-84fd-490a-bc1b-e2907f860f0b", "Text": "indicating", "Geometry": {"BoundingBox": {"Width": 0.0778937908496732, "Top": 0.4671060606060606, "Left": 0.44401143790849673, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.44401143790849673, "Y": 0.4671060606060606}, {"X": 0.5219052287581699, "Y": 0.4671060606060606}, {"X": 0.5219052287581699, "Y": 0.4822575757575757}, {"X": 0.44401143790849673, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "405b4635-339b-4c3e-9369-f2370febeaf8", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.4671060606060606, "Left": 0.5263333333333333, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5263333333333333, "Y": 0.4671060606060606}, {"X": 0.5558415032679739, "Y": 0.4671060606060606}, {"X": 0.5558415032679739, "Y": 0.4822575757575757}, {"X": 0.5263333333333333, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "561faf86-edbf-4ff5-8412-c7249f99c2a8", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.4671060606060606, "Left": 0.560282679738562, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.560282679738562, "Y": 0.4671060606060606}, {"X": 0.5985980392156862, "Y": 0.4671060606060606}, {"X": 0.5985980392156862, "Y": 0.4822575757575757}, {"X": 0.560282679738562, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a618d7d2-d906-49f0-ae65-344db5662a90", "Text": "received", "Geometry": {"BoundingBox": {"Width": 0.06804901960784314, "Top": 0.4671060606060606, "Left": 0.6030228758169934, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6030228758169934, "Y": 0.4671060606060606}, {"X": 0.6710718954248366, "Y": 0.4671060606060606}, {"X": 0.6710718954248366, "Y": 0.4822575757575757}, {"X": 0.6030228758169934, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e2365ac5-8bf2-468b-890b-a39f94b014e0", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.02748529411764706, "Top": 0.4671060606060606, "Left": 0.6754934640522876, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6754934640522876, "Y": 0.4671060606060606}, {"X": 0.7029787581699347, "Y": 0.4671060606060606}, {"X": 0.7029787581699347, "Y": 0.4822575757575757}, {"X": 0.6754934640522876, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "119d70ea-d19a-4ae5-81dd-508b1ad34dfa", "Text": "letter", "Geometry": {"BoundingBox": {"Width": 0.04399509803921569, "Top": 0.4671060606060606, "Left": 0.7074035947712418, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7074035947712418, "Y": 0.4671060606060606}, {"X": 0.7513986928104575, "Y": 0.4671060606060606}, {"X": 0.7513986928104575, "Y": 0.4822575757575757}, {"X": 0.7074035947712418, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0aecb08b-133f-49e4-87ca-4f49ff3bed66", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.4671060606060606, "Left": 0.7558235294117647, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7558235294117647, "Y": 0.4671060606060606}, {"X": 0.7721437908496732, "Y": 0.4671060606060606}, {"X": 0.7721437908496732, "Y": 0.4822575757575757}, {"X": 0.7558235294117647, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "b4de34cd-4d86-4490-b282-68e832a876a5", "Text": "representation. Additionally, please do not contact our client going forward.", "Geometry": {"BoundingBox": {"Width": 0.6066633986928104, "Top": 0.4855909090909091, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4855909090909091}, {"X": 0.24147222222222223, "Y": 0.4855909090909091}, {"X": 0.24147222222222223, "Y": 0.5007424242424242}, {"X": 0.11764705882352941, "Y": 0.5007424242424242}]}, "Relationships": [{"Ids": ["c95d71e4-e755-4093-a831-125f15a5f63f", "70c7d794-e50d-42fc-828b-ae446f3c832e", "4b37a4cb-888f-4c15-8a0d-6f8eeed45668", "b2705c82-c75c-4ffa-a4d7-33615c6695a1", "f49128c6-d34d-4936-ae88-7f4998908f35", "1b3c57ae-df9e-4cbe-bfb4-22f6989f646b", "d1325037-654e-4e6f-82e7-ced3e3dec926", "b8bcdaf7-f2e6-4b0e-92aa-69749d4ca83d", "a5a00d09-3241-45e6-9344-1e74d5c83387", "d7f476a8-3509-4dd7-a6c5-45dd9a888034"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "c95d71e4-e755-4093-a831-125f15a5f63f", "Text": "representation.", "Geometry": {"BoundingBox": {"Width": 0.12382516339869282, "Top": 0.4855909090909091, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4855909090909091}, {"X": 0.24147222222222223, "Y": 0.4855909090909091}, {"X": 0.24147222222222223, "Y": 0.5007424242424242}, {"X": 0.11764705882352941, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "70c7d794-e50d-42fc-828b-ae446f3c832e", "Text": "Additionally,", "Geometry": {"BoundingBox": {"Width": 0.10032843137254902, "Top": 0.4855909090909091, "Left": 0.24591339869281045, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24591339869281045, "Y": 0.4855909090909091}, {"X": 0.34624183006535947, "Y": 0.4855909090909091}, {"X": 0.34624183006535947, "Y": 0.5007424242424242}, {"X": 0.24591339869281045, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4b37a4cb-888f-4c15-8a0d-6f8eeed45668", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.4855909090909091, "Left": 0.3506650326797386, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3506650326797386, "Y": 0.4855909090909091}, {"X": 0.40204901960784317, "Y": 0.4855909090909091}, {"X": 0.40204901960784317, "Y": 0.5007424242424242}, {"X": 0.3506650326797386, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b2705c82-c75c-4ffa-a4d7-33615c6695a1", "Text": "do", "Geometry": {"BoundingBox": {"Width": 0.02063562091503268, "Top": 0.4855909090909091, "Left": 0.40647058823529414, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.40647058823529414, "Y": 0.4855909090909091}, {"X": 0.4271062091503268, "Y": 0.4855909090909091}, {"X": 0.4271062091503268, "Y": 0.5007424242424242}, {"X": 0.40647058823529414, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f49128c6-d34d-4936-ae88-7f4998908f35", "Text": "not", "Geometry": {"BoundingBox": {"Width": 0.027210784313725492, "Top": 0.4855909090909091, "Left": 0.4315441176470588, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4315441176470588, "Y": 0.4855909090909091}, {"X": 0.4587549019607843, "Y": 0.4855909090909091}, {"X": 0.4587549019607843, "Y": 0.5007424242424242}, {"X": 0.4315441176470588, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1b3c57ae-df9e-4cbe-bfb4-22f6989f646b", "Text": "contact", "Geometry": {"BoundingBox": {"Width": 0.05975326797385621, "Top": 0.4855909090909091, "Left": 0.463187908496732, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.463187908496732, "Y": 0.4855909090909091}, {"X": 0.5229411764705882, "Y": 0.4855909090909091}, {"X": 0.5229411764705882, "Y": 0.5007424242424242}, {"X": 0.463187908496732, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d1325037-654e-4e6f-82e7-ced3e3dec926", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.02748529411764706, "Top": 0.4855909090909091, "Left": 0.5273741830065359, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5273741830065359, "Y": 0.4855909090909091}, {"X": 0.554859477124183, "Y": 0.4855909090909091}, {"X": 0.554859477124183, "Y": 0.5007424242424242}, {"X": 0.5273741830065359, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b8bcdaf7-f2e6-4b0e-92aa-69749d4ca83d", "Text": "client", "Geometry": {"BoundingBox": {"Width": 0.04395098039215686, "Top": 0.4855909090909091, "Left": 0.559282679738562, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.559282679738562, "Y": 0.4855909090909091}, {"X": 0.6032336601307189, "Y": 0.4855909090909091}, {"X": 0.6032336601307189, "Y": 0.5007424242424242}, {"X": 0.559282679738562, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a5a00d09-3241-45e6-9344-1e74d5c83387", "Text": "going", "Geometry": {"BoundingBox": {"Width": 0.0436062091503268, "Top": 0.4855909090909091, "Left": 0.6076323529411765, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6076323529411765, "Y": 0.4855909090909091}, {"X": 0.6512385620915032, "Y": 0.4855909090909091}, {"X": 0.6512385620915032, "Y": 0.5007424242424242}, {"X": 0.6076323529411765, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d7f476a8-3509-4dd7-a6c5-45dd9a888034", "Text": "forward.", "Geometry": {"BoundingBox": {"Width": 0.0686437908496732, "Top": 0.4855909090909091, "Left": 0.6556666666666666, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6556666666666666, "Y": 0.4855909090909091}, {"X": 0.7243104575163398, "Y": 0.4855909090909091}, {"X": 0.7243104575163398, "Y": 0.5007424242424242}, {"X": 0.6556666666666666, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "039e7d4f-ad58-411d-b35b-39873df2af2f", "Text": "We are requesting that you forward the full policy amount of $1,000,000. Please forward an", "Geometry": {"BoundingBox": {"Width": 0.7329607843137255, "Top": 0.5225606060606061, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5377121212121212}, {"X": 0.11764705882352941, "Y": 0.5377121212121212}]}, "Relationships": [{"Ids": ["3a8fb333-fe47-41cc-801d-4ba013655f65", "9e6c79e9-bf51-442c-bcf5-01bc8c66bc23", "dd2f58d2-a207-4aa5-82cf-507a14e6109d", "2d5c930e-2a01-4fad-b434-3091f4f0d5aa", "da7d6d16-2781-4a7d-863e-7155e7d6653e", "f124e824-abe7-46a2-be1d-d44d58dfea03", "e6c98e60-e1c5-4991-bcba-6f2d18dbd49f", "4ca4ad09-868e-4966-923d-cdcbce89c527", "b4574b07-9237-4192-9be9-facd982e2107", "8c4719d3-7954-45b6-999b-ab86ce5e1b24", "a97956f7-354c-47c4-b9c0-9de666f568c0", "226d4e09-afd5-4072-a374-17bcbb89ffb0", "68dec5fd-4e88-43e6-a9b0-3da3eb6f9950", "2e71ec02-b1d1-4735-ad97-b0273855db01", "b1e728b7-6629-4802-bd02-03cfbb425511"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "3a8fb333-fe47-41cc-801d-4ba013655f65", "Text": "We", "Geometry": {"BoundingBox": {"Width": 0.02720751633986928, "Top": 0.5225606060606061, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5377121212121212}, {"X": 0.11764705882352941, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9e6c79e9-bf51-442c-bcf5-01bc8c66bc23", "Text": "are", "Geometry": {"BoundingBox": {"Width": 0.02599183006535948, "Top": 0.5225606060606061, "Left": 0.14928104575163398, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14928104575163398, "Y": 0.5225606060606061}, {"X": 0.17527287581699347, "Y": 0.5225606060606061}, {"X": 0.17527287581699347, "Y": 0.5377121212121212}, {"X": 0.14928104575163398, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "dd2f58d2-a207-4aa5-82cf-507a14e6109d", "Text": "requesting", "Geometry": {"BoundingBox": {"Width": 0.08522712418300654, "Top": 0.5225606060606061, "Left": 0.17969771241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17969771241830065, "Y": 0.5225606060606061}, {"X": 0.26492483660130717, "Y": 0.5225606060606061}, {"X": 0.26492483660130717, "Y": 0.5377121212121212}, {"X": 0.17969771241830065, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2d5c930e-2a01-4fad-b434-3091f4f0d5aa", "Text": "that", "Geometry": {"BoundingBox": {"Width": 0.03283169934640523, "Top": 0.5225606060606061, "Left": 0.2693529411764706, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2693529411764706, "Y": 0.5225606060606061}, {"X": 0.3021846405228758, "Y": 0.5225606060606061}, {"X": 0.3021846405228758, "Y": 0.5377121212121212}, {"X": 0.2693529411764706, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "da7d6d16-2781-4a7d-863e-7155e7d6653e", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.5225606060606061, "Left": 0.30661764705882355, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.30661764705882355, "Y": 0.5225606060606061}, {"X": 0.33612581699346405, "Y": 0.5225606060606061}, {"X": 0.33612581699346405, "Y": 0.5377121212121212}, {"X": 0.30661764705882355, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f124e824-abe7-46a2-be1d-d44d58dfea03", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5225606060606061, "Left": 0.3405669934640523, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3405669934640523, "Y": 0.5225606060606061}, {"X": 0.4042630718954248, "Y": 0.5225606060606061}, {"X": 0.4042630718954248, "Y": 0.5377121212121212}, {"X": 0.3405669934640523, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e6c98e60-e1c5-4991-bcba-6f2d18dbd49f", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.5225606060606061, "Left": 0.40870424836601305, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.40870424836601305, "Y": 0.5225606060606061}, {"X": 0.43533986928104573, "Y": 0.5225606060606061}, {"X": 0.43533986928104573, "Y": 0.5377121212121212}, {"X": 0.40870424836601305, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4ca4ad09-868e-4966-923d-cdcbce89c527", "Text": "full", "Geometry": {"BoundingBox": {"Width": 0.025276143790849675, "Top": 0.5225606060606061, "Left": 0.4397598039215686, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4397598039215686, "Y": 0.5225606060606061}, {"X": 0.4650359477124183, "Y": 0.5225606060606061}, {"X": 0.4650359477124183, "Y": 0.5377121212121212}, {"X": 0.4397598039215686, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b4574b07-9237-4192-9be9-facd982e2107", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681535947712418, "Top": 0.5225606060606061, "Left": 0.4694787581699346, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4694787581699346, "Y": 0.5225606060606061}, {"X": 0.5162941176470588, "Y": 0.5225606060606061}, {"X": 0.5162941176470588, "Y": 0.5377121212121212}, {"X": 0.4694787581699346, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8c4719d3-7954-45b6-999b-ab86ce5e1b24", "Text": "amount", "Geometry": {"BoundingBox": {"Width": 0.06256699346405228, "Top": 0.5225606060606061, "Left": 0.5207205882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5207205882352941, "Y": 0.5225606060606061}, {"X": 0.5832875816993464, "Y": 0.5225606060606061}, {"X": 0.5832875816993464, "Y": 0.5377121212121212}, {"X": 0.5207205882352941, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a97956f7-354c-47c4-b9c0-9de666f568c0", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.5225606060606061, "Left": 0.5877205882352942, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5877205882352942, "Y": 0.5225606060606061}, {"X": 0.6040392156862745, "Y": 0.5225606060606061}, {"X": 0.6040392156862745, "Y": 0.5377121212121212}, {"X": 0.5877205882352942, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "226d4e09-afd5-4072-a374-17bcbb89ffb0", "Text": "$1,000,000.", "Geometry": {"BoundingBox": {"Width": 0.09422712418300654, "Top": 0.5225606060606061, "Left": 0.6084771241830066, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6084771241830066, "Y": 0.5225606060606061}, {"X": 0.7027042483660131, "Y": 0.5225606060606061}, {"X": 0.7027042483660131, "Y": 0.5377121212121212}, {"X": 0.6084771241830066, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "68dec5fd-4e88-43e6-a9b0-3da3eb6f9950", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.5225606060606061, "Left": 0.7071454248366013, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7071454248366013, "Y": 0.5225606060606061}, {"X": 0.7583578431372549, "Y": 0.5225606060606061}, {"X": 0.7583578431372549, "Y": 0.5377121212121212}, {"X": 0.7071454248366013, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2e71ec02-b1d1-4735-ad97-b0273855db01", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5225606060606061, "Left": 0.7627826797385621, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7627826797385621, "Y": 0.5225606060606061}, {"X": 0.8264787581699347, "Y": 0.5225606060606061}, {"X": 0.8264787581699347, "Y": 0.5377121212121212}, {"X": 0.7627826797385621, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b1e728b7-6629-4802-bd02-03cfbb425511", "Text": "an", "Geometry": {"BoundingBox": {"Width": 0.01968627450980392, "Top": 0.5225606060606061, "Left": 0.830921568627451, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.830921568627451, "Y": 0.5225606060606061}, {"X": 0.8506078431372549, "Y": 0.5225606060606061}, {"X": 0.8506078431372549, "Y": 0.5377121212121212}, {"X": 0.830921568627451, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "6afb02d4-110e-4480-a05f-850bf46d2aa3", "Text": "acknowledgement of our demand and please forward the umbrella policy information if one is", "Geometry": {"BoundingBox": {"Width": 0.7517745098039216, "Top": 0.5410454545454545, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5561969696969696}, {"X": 0.11764705882352941, "Y": 0.5561969696969696}]}, "Relationships": [{"Ids": ["348873c7-376f-4f06-accc-5be69c15b588", "01600b9d-75ee-422b-b0e4-35c24837a717", "76a8cc2b-3498-4f38-a421-b5f60816a29e", "5d720c50-cbc8-4b83-bffd-a3e9da6c9685", "f5e6b8e3-2698-4d58-81c9-07cd8bffb9c8", "02b8d586-b43b-49ba-a321-4c8b41caea06", "e02bc4a4-92d0-4fb7-9582-fe0ae5f63cb2", "90357df1-1bea-4ae6-aa57-e708408c4892", "663d5e1d-3985-4982-ae03-0ad3a6535436", "d1dc52a2-5339-4ff4-a315-cf4e29da24c8", "6871dd55-48ec-4990-9f7e-f8a63bd5c98e", "2d6eea12-59fd-4363-8382-68a90753b3ab", "059ccfc3-b54b-4b12-8dbe-d76d553d4c59", "7ef67b08-0d7a-47d8-a20c-5d6149ffde3c"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "348873c7-376f-4f06-accc-5be69c15b588", "Text": "acknowledgement", "Geometry": {"BoundingBox": {"Width": 0.14708823529411766, "Top": 0.5410454545454545, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5561969696969696}, {"X": 0.11764705882352941, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "01600b9d-75ee-422b-b0e4-35c24837a717", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.5410454545454545, "Left": 0.26916993464052286, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.26916993464052286, "Y": 0.5410454545454545}, {"X": 0.28548856209150325, "Y": 0.5410454545454545}, {"X": 0.28548856209150325, "Y": 0.5561969696969696}, {"X": 0.26916993464052286, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "76a8cc2b-3498-4f38-a421-b5f60816a29e", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.027483660130718953, "Top": 0.5410454545454545, "Left": 0.2899264705882353, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2899264705882353, "Y": 0.5410454545454545}, {"X": 0.31741013071895424, "Y": 0.5410454545454545}, {"X": 0.31741013071895424, "Y": 0.5561969696969696}, {"X": 0.2899264705882353, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5d720c50-cbc8-4b83-bffd-a3e9da6c9685", "Text": "demand", "Geometry": {"BoundingBox": {"Width": 0.06570915032679739, "Top": 0.5410454545454545, "Left": 0.32183660130718955, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.32183660130718955, "Y": 0.5410454545454545}, {"X": 0.38754575163398697, "Y": 0.5410454545454545}, {"X": 0.38754575163398697, "Y": 0.5561969696969696}, {"X": 0.32183660130718955, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f5e6b8e3-2698-4d58-81c9-07cd8bffb9c8", "Text": "and", "Geometry": {"BoundingBox": {"Width": 0.029988562091503267, "Top": 0.5410454545454545, "Left": 0.39198692810457514, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.39198692810457514, "Y": 0.5410454545454545}, {"X": 0.4219754901960784, "Y": 0.5410454545454545}, {"X": 0.4219754901960784, "Y": 0.5561969696969696}, {"X": 0.39198692810457514, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "02b8d586-b43b-49ba-a321-4c8b41caea06", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.5410454545454545, "Left": 0.42641666666666667, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.42641666666666667, "Y": 0.5410454545454545}, {"X": 0.47780065359477125, "Y": 0.5410454545454545}, {"X": 0.47780065359477125, "Y": 0.5561969696969696}, {"X": 0.42641666666666667, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e02bc4a4-92d0-4fb7-9582-fe0ae5f63cb2", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5410454545454545, "Left": 0.4822254901960784, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4822254901960784, "Y": 0.5410454545454545}, {"X": 0.545921568627451, "Y": 0.5410454545454545}, {"X": 0.545921568627451, "Y": 0.5561969696969696}, {"X": 0.4822254901960784, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "90357df1-1bea-4ae6-aa57-e708408c4892", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.5410454545454545, "Left": 0.550359477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.550359477124183, "Y": 0.5410454545454545}, {"X": 0.5769950980392157, "Y": 0.5410454545454545}, {"X": 0.5769950980392157, "Y": 0.5561969696969696}, {"X": 0.550359477124183, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "663d5e1d-3985-4982-ae03-0ad3a6535436", "Text": "umbrella", "Geometry": {"BoundingBox": {"Width": 0.07125, "Top": 0.5410454545454545, "Left": 0.581421568627451, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.581421568627451, "Y": 0.5410454545454545}, {"X": 0.652671568627451, "Y": 0.5410454545454545}, {"X": 0.652671568627451, "Y": 0.5561969696969696}, {"X": 0.581421568627451, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d1dc52a2-5339-4ff4-a315-cf4e29da24c8", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681699346405229, "Top": 0.5410454545454545, "Left": 0.6571045751633987, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6571045751633987, "Y": 0.5410454545454545}, {"X": 0.703921568627451, "Y": 0.5410454545454545}, {"X": 0.703921568627451, "Y": 0.5561969696969696}, {"X": 0.6571045751633987, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6871dd55-48ec-4990-9f7e-f8a63bd5c98e", "Text": "information", "Geometry": {"BoundingBox": {"Width": 0.0947173202614379, "Top": 0.5410454545454545, "Left": 0.7083464052287581, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7083464052287581, "Y": 0.5410454545454545}, {"X": 0.803063725490196, "Y": 0.5410454545454545}, {"X": 0.803063725490196, "Y": 0.5561969696969696}, {"X": 0.7083464052287581, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2d6eea12-59fd-4363-8382-68a90753b3ab", "Text": "if", "Geometry": {"BoundingBox": {"Width": 0.010480392156862745, "Top": 0.5410454545454545, "Left": 0.8075049019607843, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8075049019607843, "Y": 0.5410454545454545}, {"X": 0.817985294117647, "Y": 0.5410454545454545}, {"X": 0.817985294117647, "Y": 0.5561969696969696}, {"X": 0.8075049019607843, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "059ccfc3-b54b-4b12-8dbe-d76d553d4c59", "Text": "one", "Geometry": {"BoundingBox": {"Width": 0.030405228758169936, "Top": 0.5410454545454545, "Left": 0.8224232026143791, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8224232026143791, "Y": 0.5410454545454545}, {"X": 0.852828431372549, "Y": 0.5410454545454545}, {"X": 0.852828431372549, "Y": 0.5561969696969696}, {"X": 0.8224232026143791, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7ef67b08-0d7a-47d8-a20c-5d6149ffde3c", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.5410454545454545, "Left": 0.8572549019607844, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8572549019607844, "Y": 0.5410454545454545}, {"X": 0.869421568627451, "Y": 0.5410454545454545}, {"X": 0.869421568627451, "Y": 0.5561969696969696}, {"X": 0.8572549019607844, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "96183e66-a6b1-4807-8fd7-7f68f1acc790", "Text": "applicable. Please send my secretary any information regarding liens on his policy.", "Geometry": {"BoundingBox": {"Width": 0.6540081699346405, "Top": 0.559530303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.5746818181818182}, {"X": 0.11764705882352941, "Y": 0.5746818181818182}]}, "Relationships": [{"Ids": ["35129daf-cdfb-4f50-a1f8-dff220dfc165", "6101549d-6a67-49e0-9e2b-5c611af22ee4", "689819e5-8566-4fd6-aff5-1a6eafaaba48", "65652f9e-08e1-4866-bb79-b42c685715b8", "841add59-1ad1-46c7-8203-d232fa652e64", "99da97da-207f-49f3-8bab-82ed98784b4e", "da9d5217-ab21-4ceb-b89b-db4560226519", "8f58c86d-74e9-49b4-a4b3-022d2af8e1c0", "d89ac06b-1db1-48b5-9a33-ee10fec534d9", "7cd02776-e73b-4be3-a781-8a922829fcdf", "32e8b443-1fb4-49fe-a164-dba1b66955fb", "36088981-0770-42a5-8d06-36394075bc24"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "35129daf-cdfb-4f50-a1f8-dff220dfc165", "Text": "applicable.", "Geometry": {"BoundingBox": {"Width": 0.0861797385620915, "Top": 0.559530303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.5746818181818182}, {"X": 0.11764705882352941, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6101549d-6a67-49e0-9e2b-5c611af22ee4", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.559530303030303, "Left": 0.20826797385620915, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20826797385620915, "Y": 0.559530303030303}, {"X": 0.25948039215686275, "Y": 0.559530303030303}, {"X": 0.25948039215686275, "Y": 0.5746818181818182}, {"X": 0.20826797385620915, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "689819e5-8566-4fd6-aff5-1a6eafaaba48", "Text": "send", "Geometry": {"BoundingBox": {"Width": 0.038022875816993464, "Top": 0.559530303030303, "Left": 0.2639052287581699, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2639052287581699, "Y": 0.559530303030303}, {"X": 0.3019281045751634, "Y": 0.559530303030303}, {"X": 0.3019281045751634, "Y": 0.5746818181818182}, {"X": 0.2639052287581699, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "65652f9e-08e1-4866-bb79-b42c685715b8", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024544117647058824, "Top": 0.559530303030303, "Left": 0.3063692810457516, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3063692810457516, "Y": 0.559530303030303}, {"X": 0.33091339869281045, "Y": 0.559530303030303}, {"X": 0.33091339869281045, "Y": 0.5746818181818182}, {"X": 0.3063692810457516, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "841add59-1ad1-46c7-8203-d232fa652e64", "Text": "secretary", "Geometry": {"BoundingBox": {"Width": 0.07398692810457516, "Top": 0.559530303030303, "Left": 0.33533986928104575, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.33533986928104575, "Y": 0.559530303030303}, {"X": 0.40932679738562094, "Y": 0.559530303030303}, {"X": 0.40932679738562094, "Y": 0.5746818181818182}, {"X": 0.33533986928104575, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "99da97da-207f-49f3-8bab-82ed98784b4e", "Text": "any", "Geometry": {"BoundingBox": {"Width": 0.028576797385620915, "Top": 0.559530303030303, "Left": 0.4137532679738562, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4137532679738562, "Y": 0.559530303030303}, {"X": 0.4423300653594771, "Y": 0.559530303030303}, {"X": 0.4423300653594771, "Y": 0.5746818181818182}, {"X": 0.4137532679738562, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "da9d5217-ab21-4ceb-b89b-db4560226519", "Text": "information", "Geometry": {"BoundingBox": {"Width": 0.0947173202614379, "Top": 0.559530303030303, "Left": 0.4467549019607843, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4467549019607843, "Y": 0.559530303030303}, {"X": 0.5414722222222222, "Y": 0.559530303030303}, {"X": 0.5414722222222222, "Y": 0.5746818181818182}, {"X": 0.4467549019607843, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8f58c86d-74e9-49b4-a4b3-022d2af8e1c0", "Text": "regarding", "Geometry": {"BoundingBox": {"Width": 0.0763888888888889, "Top": 0.559530303030303, "Left": 0.5459133986928104, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5459133986928104, "Y": 0.559530303030303}, {"X": 0.6223022875816993, "Y": 0.559530303030303}, {"X": 0.6223022875816993, "Y": 0.5746818181818182}, {"X": 0.5459133986928104, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d89ac06b-1db1-48b5-9a33-ee10fec534d9", "Text": "liens", "Geometry": {"BoundingBox": {"Width": 0.03672549019607843, "Top": 0.559530303030303, "Left": 0.6267238562091503, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6267238562091503, "Y": 0.559530303030303}, {"X": 0.6634493464052287, "Y": 0.559530303030303}, {"X": 0.6634493464052287, "Y": 0.5746818181818182}, {"X": 0.6267238562091503, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7cd02776-e73b-4be3-a781-8a922829fcdf", "Text": "on", "Geometry": {"BoundingBox": {"Width": 0.020637254901960785, "Top": 0.559530303030303, "Left": 0.6679003267973856, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6679003267973856, "Y": 0.559530303030303}, {"X": 0.6885375816993464, "Y": 0.559530303030303}, {"X": 0.6885375816993464, "Y": 0.5746818181818182}, {"X": 0.6679003267973856, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "32e8b443-1fb4-49fe-a164-dba1b66955fb", "Text": "his", "Geometry": {"BoundingBox": {"Width": 0.022470588235294117, "Top": 0.559530303030303, "Left": 0.6929885620915033, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6929885620915033, "Y": 0.559530303030303}, {"X": 0.7154591503267974, "Y": 0.559530303030303}, {"X": 0.7154591503267974, "Y": 0.5746818181818182}, {"X": 0.6929885620915033, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "36088981-0770-42a5-8d06-36394075bc24", "Text": "policy.", "Geometry": {"BoundingBox": {"Width": 0.05174509803921569, "Top": 0.559530303030303, "Left": 0.7199101307189543, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7199101307189543, "Y": 0.559530303030303}, {"X": 0.7716552287581699, "Y": 0.559530303030303}, {"X": 0.7716552287581699, "Y": 0.5746818181818182}, {"X": 0.7199101307189543, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "ba01c592-5482-49bd-b75e-8cdd529656fe", "Text": "Please contact my office if you have any questions.", "Geometry": {"BoundingBox": {"Width": 0.40503758169934634, "Top": 0.5965, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.6116515151515152}, {"X": 0.11764705882352941, "Y": 0.6116515151515152}]}, "Relationships": [{"Ids": ["62d7185c-6d07-4ac6-accf-efe367139936", "8441e2ba-bf48-4857-b8a8-30f2dbce7331", "332bac63-274d-46d6-9cbf-e40d9a80dc1c", "a9ac6cbb-7bc5-4871-a419-c715144b0bbb", "03541f9c-954b-44c5-8b67-e2ed797575e7", "99fc196f-c173-4998-be2b-33d26c5a71de", "32d2c0a8-9717-4c14-b236-7b23e92a5d1f", "969fb178-9a82-419c-88ce-47eceb7bad3f", "ed9445d0-f00d-4037-bb14-e8a944bc2c53"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "62d7185c-6d07-4ac6-accf-efe367139936", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.5965, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.6116515151515152}, {"X": 0.11764705882352941, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8441e2ba-bf48-4857-b8a8-30f2dbce7331", "Text": "contact", "Geometry": {"BoundingBox": {"Width": 0.05975490196078431, "Top": 0.5965, "Left": 0.1732843137254902, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1732843137254902, "Y": 0.5965}, {"X": 0.2330392156862745, "Y": 0.5965}, {"X": 0.2330392156862745, "Y": 0.6116515151515152}, {"X": 0.1732843137254902, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "332bac63-274d-46d6-9cbf-e40d9a80dc1c", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024545751633986927, "Top": 0.5965, "Left": 0.23747222222222222, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23747222222222222, "Y": 0.5965}, {"X": 0.2620179738562092, "Y": 0.5965}, {"X": 0.2620179738562092, "Y": 0.6116515151515152}, {"X": 0.23747222222222222, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a9ac6cbb-7bc5-4871-a419-c715144b0bbb", "Text": "office", "Geometry": {"BoundingBox": {"Width": 0.04486437908496732, "Top": 0.5965, "Left": 0.26644281045751633, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.26644281045751633, "Y": 0.5965}, {"X": 0.31130718954248365, "Y": 0.5965}, {"X": 0.31130718954248365, "Y": 0.6116515151515152}, {"X": 0.26644281045751633, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "03541f9c-954b-44c5-8b67-e2ed797575e7", "Text": "if", "Geometry": {"BoundingBox": {"Width": 0.010480392156862745, "Top": 0.5965, "Left": 0.3157271241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3157271241830065, "Y": 0.5965}, {"X": 0.3262075163398693, "Y": 0.5965}, {"X": 0.3262075163398693, "Y": 0.6116515151515152}, {"X": 0.3157271241830065, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "99fc196f-c173-4998-be2b-33d26c5a71de", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.5965, "Left": 0.3306437908496732, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3306437908496732, "Y": 0.5965}, {"X": 0.3601519607843137, "Y": 0.5965}, {"X": 0.3601519607843137, "Y": 0.6116515151515152}, {"X": 0.3306437908496732, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "32d2c0a8-9717-4c14-b236-7b23e92a5d1f", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.5965, "Left": 0.36459313725490194, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.36459313725490194, "Y": 0.5965}, {"X": 0.4029084967320261, "Y": 0.5965}, {"X": 0.4029084967320261, "Y": 0.6116515151515152}, {"X": 0.36459313725490194, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "969fb178-9a82-419c-88ce-47eceb7bad3f", "Text": "any", "Geometry": {"BoundingBox": {"Width": 0.028575163398692812, "Top": 0.5965, "Left": 0.4073349673202614, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4073349673202614, "Y": 0.5965}, {"X": 0.43591013071895424, "Y": 0.5965}, {"X": 0.43591013071895424, "Y": 0.6116515151515152}, {"X": 0.4073349673202614, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ed9445d0-f00d-4037-bb14-e8a944bc2c53", "Text": "questions.", "Geometry": {"BoundingBox": {"Width": 0.08234803921568627, "Top": 0.5965, "Left": 0.44033660130718955, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.44033660130718955, "Y": 0.5965}, {"X": 0.5226846405228758, "Y": 0.5965}, {"X": 0.5226846405228758, "Y": 0.6116515151515152}, {"X": 0.44033660130718955, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "bb4bc472-c143-4211-8adc-1e3bd2393983", "Text": "Sincerely,", "Geometry": {"BoundingBox": {"Width": 0.07671568627450981, "Top": 0.6519545454545455, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6671060606060606}, {"X": 0.11764705882352941, "Y": 0.6671060606060606}]}, "Relationships": [{"Ids": ["9f1f6526-b36c-4495-803e-7013ddab31fc"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "9f1f6526-b36c-4495-803e-7013ddab31fc", "Text": "Sincerely,", "Geometry": {"BoundingBox": {"Width": 0.07671568627450981, "Top": 0.6519545454545455, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6671060606060606}, {"X": 0.11764705882352941, "Y": 0.6671060606060606}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "8e2d8058-3b20-4e3d-bc94-8201e57e4f5d", "Text": "Angela Berry, Attorney", "Geometry": {"BoundingBox": {"Width": 0.1818496732026144, "Top": 0.6889242424242424, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.7040757575757576}, {"X": 0.11764705882352941, "Y": 0.7040757575757576}]}, "Relationships": [{"Ids": ["c6299108-0c60-4536-b237-38efdf3ba73f", "e8d5d2f8-d31e-466c-b031-75cde78daeee", "5ec32839-7c15-4056-9acd-71e1de7a215a"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "c6299108-0c60-4536-b237-38efdf3ba73f", "Text": "Angela", "Geometry": {"BoundingBox": {"Width": 0.05452614379084968, "Top": 0.6889242424242424, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.7040757575757576}, {"X": 0.11764705882352941, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e8d5d2f8-d31e-466c-b031-75cde78daeee", "Text": "Berry,", "Geometry": {"BoundingBox": {"Width": 0.04786928104575163, "Top": 0.6889242424242424, "Left": 0.1766062091503268, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1766062091503268, "Y": 0.6889242424242424}, {"X": 0.22447549019607843, "Y": 0.6889242424242424}, {"X": 0.22447549019607843, "Y": 0.7040757575757576}, {"X": 0.1766062091503268, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5ec32839-7c15-4056-9acd-71e1de7a215a", "Text": "Attorney", "Geometry": {"BoundingBox": {"Width": 0.07059803921568628, "Top": 0.6889242424242424, "Left": 0.22889869281045752, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22889869281045752, "Y": 0.6889242424242424}, {"X": 0.2994967320261438, "Y": 0.6889242424242424}, {"X": 0.2994967320261438, "Y": 0.7040757575757576}, {"X": 0.22889869281045752, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}], "Entities": [{"BlockReferences": [{"BlockId": "2a3ae333-e4f0-4a42-ac95-ad20e7333caa", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "6f02981e-7433-44df-9ba5-c9b957edb7eb"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "1065e2fc-b5e8-44ac-a7c1-c12400f5c283"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "03776e61-67b1-4c72-8170-3a26d4c509d8"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "fddd79e1-4c63-499f-a451-97c4973b6a0b"}], "BeginOffset": 0, "EndOffset": 31}], "Text": "Budget Mutual Insurance Company", "Type": "Insurance Company", "Score": 1}, {"BlockReferences": [{"BlockId": "58587037-0af6-425c-a84f-755b6b2476f2", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "dd662ca1-2d42-4f25-a6ef-e1f6da465571"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "8176ac31-4880-4ec4-82cf-62ac7df22370"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "7bd8e119-379a-4503-bd8e-0e9c5798b839"}], "BeginOffset": 0, "EndOffset": 17}, {"BlockId": "07b4e4a1-e8e5-4d81-bc7d-2f8f10e7f528", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 12, "ChildBlockId": "034b8fe2-ab3d-4d62-bca1-75e0f4eaa593"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "edcf54a8-e20d-48b0-a6ad-095a1851710a"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "0166b5d8-06e1-427c-8d33-d7dfebfcb19f"}], "BeginOffset": 0, "EndOffset": 21}], "Text": "9876 Infinity Ave Springfield, MI 65541", "Type": "Insurance Company Address", "Score": 1}, {"BlockReferences": [{"BlockId": "d0f12775-80c0-4feb-bdb7-ffa38ec13ccc", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "c8cceef7-f6ef-445e-9a67-814e89be2a3a"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "53dd492c-8ae1-4218-bc7d-28ae92a8b201"}], "BeginOffset": 0, "EndOffset": 14}], "Text": "Rickson Freund", "Type": "Law Firm", "Score": 1}, {"BlockReferences": [{"BlockId": "e9e9f549-955d-40c8-be24-7ce1bc4efe8e", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "e505d1c8-adc6-4dd2-9bd1-44903e5a3238"}, {"BeginOffset": 0, "EndOffset": 1, "ChildBlockId": "9851759a-ad71-41aa-a2e4-19d9b53504ba"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "9e4f4116-896e-4ce4-9366-f8ad6d0507ff"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "afd202ae-cc5b-43ba-8007-377d3c381b9b"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "67828fb5-1e84-45ef-9fbb-88426ad6c885"}, {"BeginOffset": 0, "EndOffset": 1, "ChildBlockId": "adfc5a51-9066-4e72-ba8c-251b7c3ba3d0"}], "BeginOffset": 0, "EndOffset": 23}, {"BlockId": "afe5e245-eb67-4d6c-ba34-9520e813af07", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "905d53f9-ec02-4cc0-b54f-89fffd2e810b"}, {"BeginOffset": 0, "EndOffset": 15, "ChildBlockId": "f2ebf999-0946-47df-9aa5-cb8853b02277"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "c6b9f677-bf45-4281-aead-40fec1b782d6"}], "BeginOffset": 0, "EndOffset": 29}], "Text": "2424 S 260th St #TRLR 2 Tacoma, Washington(WA), 98405", "Type": "Law Office Address", "Score": 1}, {"BlockReferences": [{"BlockId": "33d9a9fe-c7b1-434e-a89f-8c540f1e6a16", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "72d9388e-c0d8-46a2-b601-813910711f62"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "9838f27d-e640-4b1e-8c2e-31f25b8bc860"}], "BeginOffset": 12, "EndOffset": 27}], "Text": "Annabel Farrell", "Type": "Beneficiary Name", "Score": 1}, {"BlockReferences": [{"BlockId": "8671200b-e103-4f18-96e5-dcfbc817c73d", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "0cae017e-98d9-4f16-9606-34b90b99da98"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "b3bbfaad-8f44-4b2a-a7c1-9fce645c0d93"}], "BeginOffset": 24, "EndOffset": 39}], "Text": "Annabel Farrell", "Type": "Beneficiary Name", "Score": 1}, {"BlockReferences": [{"BlockId": "8671200b-e103-4f18-96e5-dcfbc817c73d", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "47b2f5b7-536f-4638-aa5d-d966acfa545e"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "c5811d6e-74e4-40fe-99f6-773ee0584446"}], "BeginOffset": 64, "EndOffset": 77}], "Text": "Henry Nguyen.", "Type": "Policy Holder Name", "Score": 1}, {"BlockReferences": [{"BlockId": "a4ef7f50-4273-4101-865a-f818834b9fde", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 12, "ChildBlockId": "67b8f719-5ee7-427e-bbd6-c514204d43e9"}], "BeginOffset": 55, "EndOffset": 67}], "Text": "(#420990072)", "Type": "Policy Number", "Score": 1}, {"BlockReferences": [{"BlockId": "039e7d4f-ad58-411d-b35b-39873df2af2f", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "226d4e09-afd5-4072-a374-17bcbb89ffb0"}], "BeginOffset": 61, "EndOffset": 72}], "Text": "$1,000,000.", "Type": "Payout", "Score": 1}, {"BlockReferences": [{"BlockId": "039e7d4f-ad58-411d-b35b-39873df2af2f", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "3a8fb333-fe47-41cc-801d-4ba013655f65"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "9e6c79e9-bf51-442c-bcf5-01bc8c66bc23"}, {"BeginOffset": 0, "EndOffset": 10, "ChildBlockId": "dd2f58d2-a207-4aa5-82cf-507a14e6109d"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "2d5c930e-2a01-4fad-b434-3091f4f0d5aa"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "da7d6d16-2781-4a7d-863e-7155e7d6653e"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "f124e824-abe7-46a2-be1d-d44d58dfea03"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "e6c98e60-e1c5-4991-bcba-6f2d18dbd49f"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "4ca4ad09-868e-4966-923d-cdcbce89c527"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "b4574b07-9237-4192-9be9-facd982e2107"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "8c4719d3-7954-45b6-999b-ab86ce5e1b24"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "a97956f7-354c-47c4-b9c0-9de666f568c0"}], "BeginOffset": 0, "EndOffset": 60}, {"BlockId": "039e7d4f-ad58-411d-b35b-39873df2af2f", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "68dec5fd-4e88-43e6-a9b0-3da3eb6f9950"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "2e71ec02-b1d1-4735-ad97-b0273855db01"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "b1e728b7-6629-4802-bd02-03cfbb425511"}], "BeginOffset": 73, "EndOffset": 90}, {"BlockId": "6afb02d4-110e-4480-a05f-850bf46d2aa3", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 15, "ChildBlockId": "348873c7-376f-4f06-accc-5be69c15b588"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "01600b9d-75ee-422b-b0e4-35c24837a717"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "76a8cc2b-3498-4f38-a421-b5f60816a29e"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "5d720c50-cbc8-4b83-bffd-a3e9da6c9685"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "f5e6b8e3-2698-4d58-81c9-07cd8bffb9c8"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "02b8d586-b43b-49ba-a321-4c8b41caea06"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "e02bc4a4-92d0-4fb7-9582-fe0ae5f63cb2"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "90357df1-1bea-4ae6-aa57-e708408c4892"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "663d5e1d-3985-4982-ae03-0ad3a6535436"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "d1dc52a2-5339-4ff4-a315-cf4e29da24c8"}, {"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "6871dd55-48ec-4990-9f7e-f8a63bd5c98e"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "2d6eea12-59fd-4363-8382-68a90753b3ab"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "059ccfc3-b54b-4b12-8dbe-d76d553d4c59"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "7ef67b08-0d7a-47d8-a20c-5d6149ffde3c"}], "BeginOffset": 0, "EndOffset": 90}, {"BlockId": "96183e66-a6b1-4807-8fd7-7f68f1acc790", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "35129daf-cdfb-4f50-a1f8-dff220dfc165"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "6101549d-6a67-49e0-9e2b-5c611af22ee4"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "689819e5-8566-4fd6-aff5-1a6eafaaba48"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "65652f9e-08e1-4866-bb79-b42c685715b8"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "841add59-1ad1-46c7-8203-d232fa652e64"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "99da97da-207f-49f3-8bab-82ed98784b4e"}, {"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "da9d5217-ab21-4ceb-b89b-db4560226519"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "8f58c86d-74e9-49b4-a4b3-022d2af8e1c0"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "d89ac06b-1db1-48b5-9a33-ee10fec534d9"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "7cd02776-e73b-4be3-a781-8a922829fcdf"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "32e8b443-1fb4-49fe-a164-dba1b66955fb"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "36088981-0770-42a5-8d06-36394075bc24"}], "BeginOffset": 0, "EndOffset": 83}], "Text": "We are requesting that you forward the full policy amount of Please forward an acknowledgement of our demand and please forward the umbrella policy information if one is applicable. Please send my secretary any information regarding liens on his policy.", "Type": "Required Action", "Score": 1}, {"BlockReferences": [{"BlockId": "8e2d8058-3b20-4e3d-bc94-8201e57e4f5d", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "c6299108-0c60-4536-b237-38efdf3ba73f"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "e8d5d2f8-d31e-466c-b031-75cde78daeee"}], "BeginOffset": 0, "EndOffset": 13}], "Text": "Angela Berry,", "Type": "Sender", "Score": 1}], "File": "Letter 130-1-09424d5f-ann.json"}
data/raw_data/annotations/Letter 131-1-21ba257d-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 132-1-2379aa66-ann.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"Version": "2021-04-30", "DocumentType": "NativePDF", "DocumentMetadata": {"Pages": "1"}, "Blocks": [{"BlockType": "LINE", "Id": "ae74be3e-d090-4061-8460-8d76c22f854c", "Text": "Notice of Representation", "Geometry": {"BoundingBox": {"Width": 0.26350163398692805, "Top": 0.12879545454545455, "Left": 0.11764705882352941, "Height": 0.020303030303030295}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.14909848484848484}, {"X": 0.11764705882352941, "Y": 0.14909848484848484}]}, "Relationships": [{"Ids": ["5b511203-14ca-4cca-83a0-c03c9b8d90d6", "365ebc5a-f457-4bf5-ac22-bf3c66f74360", "b0665521-a94f-4c4e-a87d-cf5800566247"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "5b511203-14ca-4cca-83a0-c03c9b8d90d6", "Text": "Notice", "Geometry": {"BoundingBox": {"Width": 0.06877614379084968, "Top": 0.12879545454545455, "Left": 0.11764705882352941, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.12879545454545455}, {"X": 0.18642320261437909, "Y": 0.14909848484848484}, {"X": 0.11764705882352941, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "365ebc5a-f457-4bf5-ac22-bf3c66f74360", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.021490196078431372, "Top": 0.12879545454545455, "Left": 0.19227777777777777, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.19227777777777777, "Y": 0.12879545454545455}, {"X": 0.21376797385620913, "Y": 0.12879545454545455}, {"X": 0.21376797385620913, "Y": 0.14909848484848484}, {"X": 0.19227777777777777, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b0665521-a94f-4c4e-a87d-cf5800566247", "Text": "Representation", "Geometry": {"BoundingBox": {"Width": 0.16152777777777777, "Top": 0.12879545454545455, "Left": 0.21962091503267975, "Height": 0.020303030303030302}, "Polygon": [{"X": 0.21962091503267975, "Y": 0.12879545454545455}, {"X": 0.3811486928104575, "Y": 0.12879545454545455}, {"X": 0.3811486928104575, "Y": 0.14909848484848484}, {"X": 0.21962091503267975, "Y": 0.14909848484848484}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "a112978c-d7a7-4471-be93-2cf831fe0391", "Text": "Budget Mutual Insurance Company", "Geometry": {"BoundingBox": {"Width": 0.28107516339869276, "Top": 0.15256060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.1677121212121212}, {"X": 0.11764705882352941, "Y": 0.1677121212121212}]}, "Relationships": [{"Ids": ["8d117e9a-0d03-4e08-a18b-1c74754b8d47", "81c78523-7214-4fe7-9d9c-2b860390b1bc", "c84b8db6-c3e2-4c4c-ab8e-7c4aa3306ee0", "90a72a74-2c60-47e6-950a-b9c256b7aee3"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "8d117e9a-0d03-4e08-a18b-1c74754b8d47", "Text": "Budget", "Geometry": {"BoundingBox": {"Width": 0.0568235294117647, "Top": 0.15256060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.15256060606060606}, {"X": 0.1744705882352941, "Y": 0.1677121212121212}, {"X": 0.11764705882352941, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "81c78523-7214-4fe7-9d9c-2b860390b1bc", "Text": "Mutual", "Geometry": {"BoundingBox": {"Width": 0.0578202614379085, "Top": 0.15256060606060606, "Left": 0.17890196078431372, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17890196078431372, "Y": 0.15256060606060606}, {"X": 0.23672222222222222, "Y": 0.15256060606060606}, {"X": 0.23672222222222222, "Y": 0.1677121212121212}, {"X": 0.17890196078431372, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c84b8db6-c3e2-4c4c-ab8e-7c4aa3306ee0", "Text": "Insurance", "Geometry": {"BoundingBox": {"Width": 0.07780065359477124, "Top": 0.15256060606060606, "Left": 0.24116503267973857, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24116503267973857, "Y": 0.15256060606060606}, {"X": 0.31896568627450983, "Y": 0.15256060606060606}, {"X": 0.31896568627450983, "Y": 0.1677121212121212}, {"X": 0.24116503267973857, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "90a72a74-2c60-47e6-950a-b9c256b7aee3", "Text": "Company", "Geometry": {"BoundingBox": {"Width": 0.07533169934640523, "Top": 0.15256060606060606, "Left": 0.323390522875817, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.323390522875817, "Y": 0.15256060606060606}, {"X": 0.3987222222222222, "Y": 0.15256060606060606}, {"X": 0.3987222222222222, "Y": 0.1677121212121212}, {"X": 0.323390522875817, "Y": 0.1677121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "6cceb44d-55a8-4178-b28b-bbb00b8a50f2", "Text": "9876 Infinity Ave", "Geometry": {"BoundingBox": {"Width": 0.13456209150326795, "Top": 0.17104545454545456, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.1861969696969697}, {"X": 0.11764705882352941, "Y": 0.1861969696969697}]}, "Relationships": [{"Ids": ["253db508-1361-4ccd-8971-928a406da2c3", "edd61efd-af9e-4099-aaed-269416a058ff", "aa06c781-862b-420f-a95d-fbe6ad5001a1"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "253db508-1361-4ccd-8971-928a406da2c3", "Text": "9876", "Geometry": {"BoundingBox": {"Width": 0.039753267973856206, "Top": 0.17104545454545456, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.17104545454545456}, {"X": 0.1574003267973856, "Y": 0.1861969696969697}, {"X": 0.11764705882352941, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "edd61efd-af9e-4099-aaed-269416a058ff", "Text": "Infinity", "Geometry": {"BoundingBox": {"Width": 0.05597875816993464, "Top": 0.17104545454545456, "Left": 0.16183006535947714, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16183006535947714, "Y": 0.17104545454545456}, {"X": 0.21780882352941178, "Y": 0.17104545454545456}, {"X": 0.21780882352941178, "Y": 0.1861969696969697}, {"X": 0.16183006535947714, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "aa06c781-862b-420f-a95d-fbe6ad5001a1", "Text": "Ave", "Geometry": {"BoundingBox": {"Width": 0.0299640522875817, "Top": 0.17104545454545456, "Left": 0.2222450980392157, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2222450980392157, "Y": 0.17104545454545456}, {"X": 0.25220915032679736, "Y": 0.17104545454545456}, {"X": 0.25220915032679736, "Y": 0.1861969696969697}, {"X": 0.2222450980392157, "Y": 0.1861969696969697}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "9cba9b19-540f-4651-80a4-8671dfe762db", "Text": "Springfield, MI 65541", "Geometry": {"BoundingBox": {"Width": 0.17037581699346407, "Top": 0.18953030303030302, "Left": 0.11764705882352941, "Height": 0.015151515151515166}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.2046818181818182}, {"X": 0.11764705882352941, "Y": 0.2046818181818182}]}, "Relationships": [{"Ids": ["4b5c0e71-ec96-432a-aa68-c4736a86dc40", "d381987d-ca45-4e56-a18d-556aaf2320ed", "4e49b4ee-e1e7-4fe5-a02c-720b22c7e03f"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "4b5c0e71-ec96-432a-aa68-c4736a86dc40", "Text": "Springfield,", "Geometry": {"BoundingBox": {"Width": 0.09012418300653595, "Top": 0.18953030303030302, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.18953030303030302}, {"X": 0.20777124183006535, "Y": 0.2046818181818182}, {"X": 0.11764705882352941, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d381987d-ca45-4e56-a18d-556aaf2320ed", "Text": "MI", "Geometry": {"BoundingBox": {"Width": 0.021705882352941176, "Top": 0.18953030303030302, "Left": 0.21219444444444444, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21219444444444444, "Y": 0.18953030303030302}, {"X": 0.23390032679738562, "Y": 0.18953030303030302}, {"X": 0.23390032679738562, "Y": 0.2046818181818182}, {"X": 0.21219444444444444, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4e49b4ee-e1e7-4fe5-a02c-720b22c7e03f", "Text": "65541", "Geometry": {"BoundingBox": {"Width": 0.04968954248366013, "Top": 0.18953030303030302, "Left": 0.23833333333333334, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23833333333333334, "Y": 0.18953030303030302}, {"X": 0.2880228758169935, "Y": 0.18953030303030302}, {"X": 0.2880228758169935, "Y": 0.2046818181818182}, {"X": 0.23833333333333334, "Y": 0.2046818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "075c2342-6803-465d-92d2-8dbfc11e906a", "Text": "The Wyman Law Firm", "Geometry": {"BoundingBox": {"Width": 0.17225163398692814, "Top": 0.2268030303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515166}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.2268030303030303}, {"X": 0.14726797385620916, "Y": 0.2268030303030303}, {"X": 0.14726797385620916, "Y": 0.24195454545454548}, {"X": 0.11764705882352941, "Y": 0.24195454545454548}]}, "Relationships": [{"Ids": ["6e2f888a-e4a8-4207-9681-86e7bf95c41b", "b2c1a0f2-70df-4d8e-8943-c1be39d8e62d", "0742a89f-57b5-4e92-943a-f1305ce0c080", "194d0fcc-a773-43ba-b601-9149caba1b00"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "6e2f888a-e4a8-4207-9681-86e7bf95c41b", "Text": "The", "Geometry": {"BoundingBox": {"Width": 0.02962091503267974, "Top": 0.2268030303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.2268030303030303}, {"X": 0.14726797385620916, "Y": 0.2268030303030303}, {"X": 0.14726797385620916, "Y": 0.24195454545454548}, {"X": 0.11764705882352941, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b2c1a0f2-70df-4d8e-8943-c1be39d8e62d", "Text": "Wyman", "Geometry": {"BoundingBox": {"Width": 0.06166666666666667, "Top": 0.2268030303030303, "Left": 0.15169444444444444, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.15169444444444444, "Y": 0.2268030303030303}, {"X": 0.2133611111111111, "Y": 0.2268030303030303}, {"X": 0.2133611111111111, "Y": 0.24195454545454548}, {"X": 0.15169444444444444, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0742a89f-57b5-4e92-943a-f1305ce0c080", "Text": "Law", "Geometry": {"BoundingBox": {"Width": 0.03165522875816994, "Top": 0.2268030303030303, "Left": 0.21780228758169934, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.21780228758169934, "Y": 0.2268030303030303}, {"X": 0.2494575163398693, "Y": 0.2268030303030303}, {"X": 0.2494575163398693, "Y": 0.24195454545454548}, {"X": 0.21780228758169934, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "194d0fcc-a773-43ba-b601-9149caba1b00", "Text": "Firm", "Geometry": {"BoundingBox": {"Width": 0.03601307189542484, "Top": 0.2268030303030303, "Left": 0.2538856209150327, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2538856209150327, "Y": 0.2268030303030303}, {"X": 0.28989869281045755, "Y": 0.2268030303030303}, {"X": 0.28989869281045755, "Y": 0.24195454545454548}, {"X": 0.2538856209150327, "Y": 0.24195454545454548}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "d427bd14-7204-4dbd-a281-a31c65d8eca1", "Text": "9241 13th Ave SW", "Geometry": {"BoundingBox": {"Width": 0.1462140522875817, "Top": 0.24528787878787878, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.24528787878787878}, {"X": 0.1574003267973856, "Y": 0.24528787878787878}, {"X": 0.1574003267973856, "Y": 0.2604393939393939}, {"X": 0.11764705882352941, "Y": 0.2604393939393939}]}, "Relationships": [{"Ids": ["c461e3e4-8b7e-4b36-8508-461700ab26a0", "e7365977-82e5-496d-a135-5a98a384ce64", "403a63a5-6160-4171-891e-016189833c9c", "a38ec9ca-964d-4df6-bf9f-1153ffca6a48"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "c461e3e4-8b7e-4b36-8508-461700ab26a0", "Text": "9241", "Geometry": {"BoundingBox": {"Width": 0.039753267973856206, "Top": 0.24528787878787878, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.24528787878787878}, {"X": 0.1574003267973856, "Y": 0.24528787878787878}, {"X": 0.1574003267973856, "Y": 0.2604393939393939}, {"X": 0.11764705882352941, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e7365977-82e5-496d-a135-5a98a384ce64", "Text": "13th", "Geometry": {"BoundingBox": {"Width": 0.03673692810457516, "Top": 0.24528787878787878, "Left": 0.16183006535947714, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16183006535947714, "Y": 0.24528787878787878}, {"X": 0.1985669934640523, "Y": 0.24528787878787878}, {"X": 0.1985669934640523, "Y": 0.2604393939393939}, {"X": 0.16183006535947714, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "403a63a5-6160-4171-891e-016189833c9c", "Text": "Ave", "Geometry": {"BoundingBox": {"Width": 0.029965686274509806, "Top": 0.24528787878787878, "Left": 0.20300816993464052, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20300816993464052, "Y": 0.24528787878787878}, {"X": 0.23297385620915032, "Y": 0.24528787878787878}, {"X": 0.23297385620915032, "Y": 0.2604393939393939}, {"X": 0.20300816993464052, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a38ec9ca-964d-4df6-bf9f-1153ffca6a48", "Text": "SW", "Geometry": {"BoundingBox": {"Width": 0.02646078431372549, "Top": 0.24528787878787878, "Left": 0.23740032679738562, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23740032679738562, "Y": 0.24528787878787878}, {"X": 0.2638611111111111, "Y": 0.24528787878787878}, {"X": 0.2638611111111111, "Y": 0.2604393939393939}, {"X": 0.23740032679738562, "Y": 0.2604393939393939}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "8265f5b3-8aad-4d8f-87d0-464bf1c8142e", "Text": "Kent, Washington(WA), 98042", "Geometry": {"BoundingBox": {"Width": 0.24188071895424837, "Top": 0.26377272727272727, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.26377272727272727}, {"X": 0.15936274509803922, "Y": 0.26377272727272727}, {"X": 0.15936274509803922, "Y": 0.2789242424242424}, {"X": 0.11764705882352941, "Y": 0.2789242424242424}]}, "Relationships": [{"Ids": ["c27706e9-b4dd-4c3a-be38-8037fa6c0da0", "feac7a47-5ffd-455c-bb23-947eeaa5cdf1", "696c77cd-284a-4a59-90b0-6b8a3546cefc"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "c27706e9-b4dd-4c3a-be38-8037fa6c0da0", "Text": "Kent,", "Geometry": {"BoundingBox": {"Width": 0.041715686274509806, "Top": 0.26377272727272727, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.26377272727272727}, {"X": 0.15936274509803922, "Y": 0.26377272727272727}, {"X": 0.15936274509803922, "Y": 0.2789242424242424}, {"X": 0.11764705882352941, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "feac7a47-5ffd-455c-bb23-947eeaa5cdf1", "Text": "Washington(WA),", "Geometry": {"BoundingBox": {"Width": 0.14162745098039214, "Top": 0.26377272727272727, "Left": 0.1637859477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1637859477124183, "Y": 0.26377272727272727}, {"X": 0.3054133986928105, "Y": 0.26377272727272727}, {"X": 0.3054133986928105, "Y": 0.2789242424242424}, {"X": 0.1637859477124183, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "696c77cd-284a-4a59-90b0-6b8a3546cefc", "Text": "98042", "Geometry": {"BoundingBox": {"Width": 0.04969117647058824, "Top": 0.26377272727272727, "Left": 0.30983660130718954, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.30983660130718954, "Y": 0.26377272727272727}, {"X": 0.3595277777777778, "Y": 0.26377272727272727}, {"X": 0.3595277777777778, "Y": 0.2789242424242424}, {"X": 0.30983660130718954, "Y": 0.2789242424242424}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "2fb3d2eb-ba5b-4d3a-abdd-188d2a99cf14", "Text": "Our Client: Harry Rodriguez", "Geometry": {"BoundingBox": {"Width": 0.21855555555555553, "Top": 0.31922727272727275, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.3343787878787879}, {"X": 0.11764705882352941, "Y": 0.3343787878787879}]}, "Relationships": [{"Ids": ["461557df-873d-4b0c-9296-eaf8d223c2aa", "9a5b6611-4285-4957-aab5-989fd5b8c40e", "6f220824-5288-4efd-b628-7698ce2edf65", "3175d88b-6fc7-4659-86c8-9959feedaea0"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "461557df-873d-4b0c-9296-eaf8d223c2aa", "Text": "Our", "Geometry": {"BoundingBox": {"Width": 0.03012091503267974, "Top": 0.31922727272727275, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.31922727272727275}, {"X": 0.14776797385620916, "Y": 0.3343787878787879}, {"X": 0.11764705882352941, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9a5b6611-4285-4957-aab5-989fd5b8c40e", "Text": "Client:", "Geometry": {"BoundingBox": {"Width": 0.05135294117647059, "Top": 0.31922727272727275, "Left": 0.1521846405228758, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1521846405228758, "Y": 0.31922727272727275}, {"X": 0.20353758169934638, "Y": 0.31922727272727275}, {"X": 0.20353758169934638, "Y": 0.3343787878787879}, {"X": 0.1521846405228758, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6f220824-5288-4efd-b628-7698ce2edf65", "Text": "Harry", "Geometry": {"BoundingBox": {"Width": 0.04416176470588235, "Top": 0.31922727272727275, "Left": 0.20795915032679738, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20795915032679738, "Y": 0.31922727272727275}, {"X": 0.25212091503267975, "Y": 0.31922727272727275}, {"X": 0.25212091503267975, "Y": 0.3343787878787879}, {"X": 0.20795915032679738, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3175d88b-6fc7-4659-86c8-9959feedaea0", "Text": "Rodriguez", "Geometry": {"BoundingBox": {"Width": 0.07965686274509803, "Top": 0.31922727272727275, "Left": 0.2565457516339869, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2565457516339869, "Y": 0.31922727272727275}, {"X": 0.33620261437908494, "Y": 0.31922727272727275}, {"X": 0.33620261437908494, "Y": 0.3343787878787879}, {"X": 0.2565457516339869, "Y": 0.3343787878787879}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "a64045f6-0904-4ad2-bee6-5fc571468c0e", "Text": "Date of death: 6/3/2020", "Geometry": {"BoundingBox": {"Width": 0.19372549019607846, "Top": 0.3377121212121212, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3528636363636363}, {"X": 0.11764705882352941, "Y": 0.3528636363636363}]}, "Relationships": [{"Ids": ["898e73f8-f1bd-4169-9752-795a03e698e8", "c80b4868-b4b0-434c-96bd-2b697b46281d", "5dba44d7-4955-45a2-94a5-dbb629a0b4d3", "6f261edb-79fc-4d82-ac8c-ecc9e550523f"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "898e73f8-f1bd-4169-9752-795a03e698e8", "Text": "Date", "Geometry": {"BoundingBox": {"Width": 0.03778921568627451, "Top": 0.3377121212121212, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3377121212121212}, {"X": 0.1554362745098039, "Y": 0.3528636363636363}, {"X": 0.11764705882352941, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c80b4868-b4b0-434c-96bd-2b697b46281d", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.3377121212121212, "Left": 0.15986111111111112, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.15986111111111112, "Y": 0.3377121212121212}, {"X": 0.1761813725490196, "Y": 0.3377121212121212}, {"X": 0.1761813725490196, "Y": 0.3528636363636363}, {"X": 0.15986111111111112, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5dba44d7-4955-45a2-94a5-dbb629a0b4d3", "Text": "death:", "Geometry": {"BoundingBox": {"Width": 0.05157679738562092, "Top": 0.3377121212121212, "Left": 0.18061601307189543, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.18061601307189543, "Y": 0.3377121212121212}, {"X": 0.23219281045751633, "Y": 0.3377121212121212}, {"X": 0.23219281045751633, "Y": 0.3528636363636363}, {"X": 0.18061601307189543, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6f261edb-79fc-4d82-ac8c-ecc9e550523f", "Text": "6/3/2020", "Geometry": {"BoundingBox": {"Width": 0.07475653594771242, "Top": 0.3377121212121212, "Left": 0.23661601307189542, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23661601307189542, "Y": 0.3377121212121212}, {"X": 0.31137254901960787, "Y": 0.3377121212121212}, {"X": 0.31137254901960787, "Y": 0.3528636363636363}, {"X": 0.23661601307189542, "Y": 0.3528636363636363}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "b976447f-6b36-49e8-b3a2-7aff9cd801d2", "Text": "To Whom It May Concern,", "Geometry": {"BoundingBox": {"Width": 0.20909967320261438, "Top": 0.39316666666666666, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.4083181818181818}, {"X": 0.11764705882352941, "Y": 0.4083181818181818}]}, "Relationships": [{"Ids": ["9338ce9b-47dd-4a30-97f1-c4403cab939b", "3e797975-7d54-4238-960c-7afe8a8c629a", "69a9162a-6486-47a7-bda1-10cf778bac95", "f76d3bcd-79ec-45e8-92c9-993484a95deb", "babbb5ac-5246-43f3-8a29-7ee2e81628bb"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "9338ce9b-47dd-4a30-97f1-c4403cab939b", "Text": "To", "Geometry": {"BoundingBox": {"Width": 0.01988888888888889, "Top": 0.39316666666666666, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.39316666666666666}, {"X": 0.1375359477124183, "Y": 0.4083181818181818}, {"X": 0.11764705882352941, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3e797975-7d54-4238-960c-7afe8a8c629a", "Text": "Whom", "Geometry": {"BoundingBox": {"Width": 0.05374346405228758, "Top": 0.39316666666666666, "Left": 0.14197875816993463, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14197875816993463, "Y": 0.39316666666666666}, {"X": 0.19572222222222221, "Y": 0.39316666666666666}, {"X": 0.19572222222222221, "Y": 0.4083181818181818}, {"X": 0.14197875816993463, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "69a9162a-6486-47a7-bda1-10cf778bac95", "Text": "It", "Geometry": {"BoundingBox": {"Width": 0.011509803921568628, "Top": 0.39316666666666666, "Left": 0.20015686274509803, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20015686274509803, "Y": 0.39316666666666666}, {"X": 0.21166666666666667, "Y": 0.39316666666666666}, {"X": 0.21166666666666667, "Y": 0.4083181818181818}, {"X": 0.20015686274509803, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f76d3bcd-79ec-45e8-92c9-993484a95deb", "Text": "May", "Geometry": {"BoundingBox": {"Width": 0.03503921568627451, "Top": 0.39316666666666666, "Left": 0.2160996732026144, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2160996732026144, "Y": 0.39316666666666666}, {"X": 0.2511388888888889, "Y": 0.39316666666666666}, {"X": 0.2511388888888889, "Y": 0.4083181818181818}, {"X": 0.2160996732026144, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "babbb5ac-5246-43f3-8a29-7ee2e81628bb", "Text": "Concern,", "Geometry": {"BoundingBox": {"Width": 0.07118137254901961, "Top": 0.39316666666666666, "Left": 0.25556535947712417, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.25556535947712417, "Y": 0.39316666666666666}, {"X": 0.3267467320261438, "Y": 0.39316666666666666}, {"X": 0.3267467320261438, "Y": 0.4083181818181818}, {"X": 0.25556535947712417, "Y": 0.4083181818181818}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "9c00055a-7704-4aff-bd18-9b8ff9a595e1", "Text": "I have been retained by Harry Rodriguez to handle the estate of Marie Riddle. My", "Geometry": {"BoundingBox": {"Width": 0.6477941176470587, "Top": 0.43013636363636365, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.4452878787878788}, {"X": 0.11764705882352941, "Y": 0.4452878787878788}]}, "Relationships": [{"Ids": ["8cd3c6de-a07d-4757-a1d9-b66d3f744fc8", "88928270-d418-4328-8cb6-81baecddedc0", "e6f90b3f-531c-4e4d-a74a-44e24bb4c718", "c7bd1c68-22c8-4952-be61-112968d15612", "282edb73-28a6-420c-8ac6-731034b7ff72", "d8ead8fb-e87c-42de-aedd-0673cac2d1a7", "0dccffae-020f-4a8e-ad15-6ac1119a8171", "0ab82dda-3752-474b-ab34-570c5b48c927", "8dcd6b80-bec8-478f-a652-744f4c5b8b37", "d9670061-8a87-4cf7-9b2f-1445d8eb0d5b", "fe71d12c-f963-49da-baeb-6040e97e76e5", "fdaf12fd-df1e-44ee-accb-a9ca7516234a", "bea5011c-b28f-4f07-9870-1f6b5a72d8e0", "cd41b3a5-aad7-4544-9ff4-b1f5bf583c2c", "261585be-323a-48a3-89f2-c035ca61fa7a"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "8cd3c6de-a07d-4757-a1d9-b66d3f744fc8", "Text": "I", "Geometry": {"BoundingBox": {"Width": 0.004941176470588235, "Top": 0.43013636363636365, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.43013636363636365}, {"X": 0.12258823529411765, "Y": 0.4452878787878788}, {"X": 0.11764705882352941, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "88928270-d418-4328-8cb6-81baecddedc0", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.43013636363636365, "Left": 0.12702124183006536, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.12702124183006536, "Y": 0.43013636363636365}, {"X": 0.16533660130718952, "Y": 0.43013636363636365}, {"X": 0.16533660130718952, "Y": 0.4452878787878788}, {"X": 0.12702124183006536, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e6f90b3f-531c-4e4d-a74a-44e24bb4c718", "Text": "been", "Geometry": {"BoundingBox": {"Width": 0.04010947712418301, "Top": 0.43013636363636365, "Left": 0.16976307189542483, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.16976307189542483, "Y": 0.43013636363636365}, {"X": 0.20987254901960783, "Y": 0.43013636363636365}, {"X": 0.20987254901960783, "Y": 0.4452878787878788}, {"X": 0.16976307189542483, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c7bd1c68-22c8-4952-be61-112968d15612", "Text": "retained", "Geometry": {"BoundingBox": {"Width": 0.06740522875816994, "Top": 0.43013636363636365, "Left": 0.2143137254901961, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2143137254901961, "Y": 0.43013636363636365}, {"X": 0.281718954248366, "Y": 0.43013636363636365}, {"X": 0.281718954248366, "Y": 0.4452878787878788}, {"X": 0.2143137254901961, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "282edb73-28a6-420c-8ac6-731034b7ff72", "Text": "by", "Geometry": {"BoundingBox": {"Width": 0.01918464052287582, "Top": 0.43013636363636365, "Left": 0.28616013071895424, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.28616013071895424, "Y": 0.43013636363636365}, {"X": 0.30534477124183007, "Y": 0.43013636363636365}, {"X": 0.30534477124183007, "Y": 0.4452878787878788}, {"X": 0.28616013071895424, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d8ead8fb-e87c-42de-aedd-0673cac2d1a7", "Text": "Harry", "Geometry": {"BoundingBox": {"Width": 0.04416176470588235, "Top": 0.43013636363636365, "Left": 0.30976143790849675, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.30976143790849675, "Y": 0.43013636363636365}, {"X": 0.3539232026143791, "Y": 0.43013636363636365}, {"X": 0.3539232026143791, "Y": 0.4452878787878788}, {"X": 0.30976143790849675, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0dccffae-020f-4a8e-ad15-6ac1119a8171", "Text": "Rodriguez", "Geometry": {"BoundingBox": {"Width": 0.07965686274509803, "Top": 0.43013636363636365, "Left": 0.35834803921568625, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.35834803921568625, "Y": 0.43013636363636365}, {"X": 0.4380049019607843, "Y": 0.43013636363636365}, {"X": 0.4380049019607843, "Y": 0.4452878787878788}, {"X": 0.35834803921568625, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0ab82dda-3752-474b-ab34-570c5b48c927", "Text": "to", "Geometry": {"BoundingBox": {"Width": 0.016901960784313726, "Top": 0.43013636363636365, "Left": 0.4424411764705882, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4424411764705882, "Y": 0.43013636363636365}, {"X": 0.45934313725490195, "Y": 0.43013636363636365}, {"X": 0.45934313725490195, "Y": 0.4452878787878788}, {"X": 0.4424411764705882, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "8dcd6b80-bec8-478f-a652-744f4c5b8b37", "Text": "handle", "Geometry": {"BoundingBox": {"Width": 0.05456372549019608, "Top": 0.43013636363636365, "Left": 0.463781045751634, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.463781045751634, "Y": 0.43013636363636365}, {"X": 0.5183447712418301, "Y": 0.43013636363636365}, {"X": 0.5183447712418301, "Y": 0.4452878787878788}, {"X": 0.463781045751634, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d9670061-8a87-4cf7-9b2f-1445d8eb0d5b", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.43013636363636365, "Left": 0.5227696078431373, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5227696078431373, "Y": 0.43013636363636365}, {"X": 0.54940522875817, "Y": 0.43013636363636365}, {"X": 0.54940522875817, "Y": 0.4452878787878788}, {"X": 0.5227696078431373, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fe71d12c-f963-49da-baeb-6040e97e76e5", "Text": "estate", "Geometry": {"BoundingBox": {"Width": 0.04972058823529412, "Top": 0.43013636363636365, "Left": 0.5538300653594771, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5538300653594771, "Y": 0.43013636363636365}, {"X": 0.6035506535947712, "Y": 0.43013636363636365}, {"X": 0.6035506535947712, "Y": 0.4452878787878788}, {"X": 0.5538300653594771, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fdaf12fd-df1e-44ee-accb-a9ca7516234a", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.43013636363636365, "Left": 0.6079754901960784, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6079754901960784, "Y": 0.43013636363636365}, {"X": 0.624295751633987, "Y": 0.43013636363636365}, {"X": 0.624295751633987, "Y": 0.4452878787878788}, {"X": 0.6079754901960784, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "bea5011c-b28f-4f07-9870-1f6b5a72d8e0", "Text": "Marie", "Geometry": {"BoundingBox": {"Width": 0.04725653594771242, "Top": 0.43013636363636365, "Left": 0.6287238562091503, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6287238562091503, "Y": 0.43013636363636365}, {"X": 0.6759803921568627, "Y": 0.43013636363636365}, {"X": 0.6759803921568627, "Y": 0.4452878787878788}, {"X": 0.6287238562091503, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "cd41b3a5-aad7-4544-9ff4-b1f5bf583c2c", "Text": "Riddle.", "Geometry": {"BoundingBox": {"Width": 0.05494607843137255, "Top": 0.43013636363636365, "Left": 0.680406862745098, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.680406862745098, "Y": 0.43013636363636365}, {"X": 0.7353529411764705, "Y": 0.43013636363636365}, {"X": 0.7353529411764705, "Y": 0.4452878787878788}, {"X": 0.680406862745098, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "261585be-323a-48a3-89f2-c035ca61fa7a", "Text": "My", "Geometry": {"BoundingBox": {"Width": 0.02564705882352941, "Top": 0.43013636363636365, "Left": 0.7397941176470588, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7397941176470588, "Y": 0.43013636363636365}, {"X": 0.7654411764705882, "Y": 0.43013636363636365}, {"X": 0.7654411764705882, "Y": 0.4452878787878788}, {"X": 0.7397941176470588, "Y": 0.4452878787878788}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "d2d63a40-d9f2-4a27-a8a6-3cc864ee4017", "Text": "understanding is that they had a life insurance policy (#923554702) with your company. If this is", "Geometry": {"BoundingBox": {"Width": 0.7641209150326798, "Top": 0.44862121212121214, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.44862121212121214}, {"X": 0.23341503267973857, "Y": 0.44862121212121214}, {"X": 0.23341503267973857, "Y": 0.4637727272727273}, {"X": 0.11764705882352941, "Y": 0.4637727272727273}]}, "Relationships": [{"Ids": ["f14c39af-0099-4192-905b-cdd82bfa728a", "9447f8e3-bd3f-48b9-81be-df0b40adbeb2", "f7f736bf-a2ab-46c9-89db-0b4a980b5061", "cd1e1e65-2586-4fc2-81ee-b9f97ab84556", "53deb7a6-5bb3-4d63-b38f-44eb9bd4253f", "eb981330-870e-4c23-976f-e329a559e564", "e0155da9-b956-4e43-bcb6-de29baa94902", "98cc6c40-b01f-4dfa-b568-3b9357405039", "bc2a1a47-4f6a-49e4-a00c-e2d17f510bfd", "40c8d0d9-d646-4e72-b6f5-e7803893e059", "4f13e026-ca94-4ae4-9427-df067b8cc07c", "af4c1daa-9080-4a4b-ab28-2967add0215d", "ec19a546-c60e-4b17-9a6c-adb05526108a", "9aed7ed5-28bb-47e3-ba17-a1441fa66a16", "bf0aaca8-94e1-482a-a41a-9b693393f98c", "a2631852-d272-459c-9bfa-914e6130dd24"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "f14c39af-0099-4192-905b-cdd82bfa728a", "Text": "understanding", "Geometry": {"BoundingBox": {"Width": 0.11576797385620916, "Top": 0.44862121212121214, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.44862121212121214}, {"X": 0.23341503267973857, "Y": 0.44862121212121214}, {"X": 0.23341503267973857, "Y": 0.4637727272727273}, {"X": 0.11764705882352941, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9447f8e3-bd3f-48b9-81be-df0b40adbeb2", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.44862121212121214, "Left": 0.23784313725490197, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23784313725490197, "Y": 0.44862121212121214}, {"X": 0.25000980392156863, "Y": 0.44862121212121214}, {"X": 0.25000980392156863, "Y": 0.4637727272727273}, {"X": 0.23784313725490197, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f7f736bf-a2ab-46c9-89db-0b4a980b5061", "Text": "that", "Geometry": {"BoundingBox": {"Width": 0.03283169934640523, "Top": 0.44862121212121214, "Left": 0.2544444444444444, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2544444444444444, "Y": 0.44862121212121214}, {"X": 0.28727614379084965, "Y": 0.44862121212121214}, {"X": 0.28727614379084965, "Y": 0.4637727272727273}, {"X": 0.2544444444444444, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "cd1e1e65-2586-4fc2-81ee-b9f97ab84556", "Text": "they", "Geometry": {"BoundingBox": {"Width": 0.035509803921568626, "Top": 0.44862121212121214, "Left": 0.2917091503267974, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2917091503267974, "Y": 0.44862121212121214}, {"X": 0.327218954248366, "Y": 0.44862121212121214}, {"X": 0.327218954248366, "Y": 0.4637727272727273}, {"X": 0.2917091503267974, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "53deb7a6-5bb3-4d63-b38f-44eb9bd4253f", "Text": "had", "Geometry": {"BoundingBox": {"Width": 0.029988562091503267, "Top": 0.44862121212121214, "Left": 0.3316454248366013, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3316454248366013, "Y": 0.44862121212121214}, {"X": 0.36163398692810456, "Y": 0.44862121212121214}, {"X": 0.36163398692810456, "Y": 0.4637727272727273}, {"X": 0.3316454248366013, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "eb981330-870e-4c23-976f-e329a559e564", "Text": "a", "Geometry": {"BoundingBox": {"Width": 0.009392156862745098, "Top": 0.44862121212121214, "Left": 0.36607516339869284, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.36607516339869284, "Y": 0.44862121212121214}, {"X": 0.3754673202614379, "Y": 0.44862121212121214}, {"X": 0.3754673202614379, "Y": 0.4637727272727273}, {"X": 0.36607516339869284, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e0155da9-b956-4e43-bcb6-de29baa94902", "Text": "life", "Geometry": {"BoundingBox": {"Width": 0.024748366013071895, "Top": 0.44862121212121214, "Left": 0.3799003267973856, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3799003267973856, "Y": 0.44862121212121214}, {"X": 0.4046486928104575, "Y": 0.44862121212121214}, {"X": 0.4046486928104575, "Y": 0.4637727272727273}, {"X": 0.3799003267973856, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "98cc6c40-b01f-4dfa-b568-3b9357405039", "Text": "insurance", "Geometry": {"BoundingBox": {"Width": 0.0773578431372549, "Top": 0.44862121212121214, "Left": 0.4090751633986928, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4090751633986928, "Y": 0.44862121212121214}, {"X": 0.48643300653594773, "Y": 0.44862121212121214}, {"X": 0.48643300653594773, "Y": 0.4637727272727273}, {"X": 0.4090751633986928, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "bc2a1a47-4f6a-49e4-a00c-e2d17f510bfd", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681535947712418, "Top": 0.44862121212121214, "Left": 0.490859477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.490859477124183, "Y": 0.44862121212121214}, {"X": 0.5376748366013072, "Y": 0.44862121212121214}, {"X": 0.5376748366013072, "Y": 0.4637727272727273}, {"X": 0.490859477124183, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "40c8d0d9-d646-4e72-b6f5-e7803893e059", "Text": "(#923554702)", "Geometry": {"BoundingBox": {"Width": 0.11109313725490196, "Top": 0.44862121212121214, "Left": 0.5420882352941176, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5420882352941176, "Y": 0.44862121212121214}, {"X": 0.6531813725490196, "Y": 0.44862121212121214}, {"X": 0.6531813725490196, "Y": 0.4637727272727273}, {"X": 0.5420882352941176, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4f13e026-ca94-4ae4-9427-df067b8cc07c", "Text": "with", "Geometry": {"BoundingBox": {"Width": 0.035379084967320264, "Top": 0.44862121212121214, "Left": 0.6576192810457516, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6576192810457516, "Y": 0.44862121212121214}, {"X": 0.6929983660130719, "Y": 0.44862121212121214}, {"X": 0.6929983660130719, "Y": 0.4637727272727273}, {"X": 0.6576192810457516, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "af4c1daa-9080-4a4b-ab28-2967add0215d", "Text": "your", "Geometry": {"BoundingBox": {"Width": 0.0363578431372549, "Top": 0.44862121212121214, "Left": 0.6974395424836601, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6974395424836601, "Y": 0.44862121212121214}, {"X": 0.733797385620915, "Y": 0.44862121212121214}, {"X": 0.733797385620915, "Y": 0.4637727272727273}, {"X": 0.6974395424836601, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ec19a546-c60e-4b17-9a6c-adb05526108a", "Text": "company.", "Geometry": {"BoundingBox": {"Width": 0.07810457516339869, "Top": 0.44862121212121214, "Left": 0.7382238562091503, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7382238562091503, "Y": 0.44862121212121214}, {"X": 0.816328431372549, "Y": 0.44862121212121214}, {"X": 0.816328431372549, "Y": 0.4637727272727273}, {"X": 0.7382238562091503, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9aed7ed5-28bb-47e3-ba17-a1441fa66a16", "Text": "If", "Geometry": {"BoundingBox": {"Width": 0.01092156862745098, "Top": 0.44862121212121214, "Left": 0.8207696078431372, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8207696078431372, "Y": 0.44862121212121214}, {"X": 0.8316911764705882, "Y": 0.44862121212121214}, {"X": 0.8316911764705882, "Y": 0.4637727272727273}, {"X": 0.8207696078431372, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "bf0aaca8-94e1-482a-a41a-9b693393f98c", "Text": "this", "Geometry": {"BoundingBox": {"Width": 0.029037581699346404, "Top": 0.44862121212121214, "Left": 0.8361290849673203, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8361290849673203, "Y": 0.44862121212121214}, {"X": 0.8651666666666668, "Y": 0.44862121212121214}, {"X": 0.8651666666666668, "Y": 0.4637727272727273}, {"X": 0.8361290849673203, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a2631852-d272-459c-9bfa-914e6130dd24", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.44862121212121214, "Left": 0.8696013071895425, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8696013071895425, "Y": 0.44862121212121214}, {"X": 0.8817679738562092, "Y": 0.44862121212121214}, {"X": 0.8817679738562092, "Y": 0.4637727272727273}, {"X": 0.8696013071895425, "Y": 0.4637727272727273}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "491ad0ce-28ab-49dc-a8d9-283c9fb7d129", "Text": "correct, please send a letter to my office indicating you have received our letter of", "Geometry": {"BoundingBox": {"Width": 0.6544967320261438, "Top": 0.4671060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4671060606060606}, {"X": 0.179468954248366, "Y": 0.4671060606060606}, {"X": 0.179468954248366, "Y": 0.4822575757575757}, {"X": 0.11764705882352941, "Y": 0.4822575757575757}]}, "Relationships": [{"Ids": ["d9943f06-d680-4c47-b3d5-921ba9d04166", "6cf37b1a-e325-403f-ad51-e648ea080166", "b0e9f96c-79e5-426a-89cd-52499331f31f", "4566c0d7-4fe6-4c17-b516-2fdb4c127bd5", "79c58a10-e0b1-40dd-9d0f-5a0b2980c58f", "5809d218-99df-4f8b-a2a3-2d86ae049b6c", "6127e826-245c-4253-8c67-26bcbe623090", "ff4bc8a3-b383-412d-8d7d-c99a3978384d", "58404725-ee77-463a-af3b-9496ba87c362", "bfca9db4-59e4-4eeb-aa5c-f421ba965736", "c8833bca-a97f-4d98-8767-1020c6c99b07", "6aa8855c-4123-4816-b80f-d2cb51ef4b59", "063ee96e-4570-472c-90ed-35b5faaa2c70", "96ab69a6-5e2d-4052-9dcf-c77ca2df4bea", "a15490ec-b2bc-4f98-92f3-db7ed571396f"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "d9943f06-d680-4c47-b3d5-921ba9d04166", "Text": "correct,", "Geometry": {"BoundingBox": {"Width": 0.0618218954248366, "Top": 0.4671060606060606, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4671060606060606}, {"X": 0.179468954248366, "Y": 0.4671060606060606}, {"X": 0.179468954248366, "Y": 0.4822575757575757}, {"X": 0.11764705882352941, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6cf37b1a-e325-403f-ad51-e648ea080166", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.4671060606060606, "Left": 0.1838921568627451, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1838921568627451, "Y": 0.4671060606060606}, {"X": 0.23527614379084966, "Y": 0.4671060606060606}, {"X": 0.23527614379084966, "Y": 0.4822575757575757}, {"X": 0.1838921568627451, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b0e9f96c-79e5-426a-89cd-52499331f31f", "Text": "send", "Geometry": {"BoundingBox": {"Width": 0.03802124183006536, "Top": 0.4671060606060606, "Left": 0.23970261437908497, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23970261437908497, "Y": 0.4671060606060606}, {"X": 0.2777238562091503, "Y": 0.4671060606060606}, {"X": 0.2777238562091503, "Y": 0.4822575757575757}, {"X": 0.23970261437908497, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "4566c0d7-4fe6-4c17-b516-2fdb4c127bd5", "Text": "a", "Geometry": {"BoundingBox": {"Width": 0.009392156862745098, "Top": 0.4671060606060606, "Left": 0.2821650326797386, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2821650326797386, "Y": 0.4671060606060606}, {"X": 0.29155718954248366, "Y": 0.4671060606060606}, {"X": 0.29155718954248366, "Y": 0.4822575757575757}, {"X": 0.2821650326797386, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "79c58a10-e0b1-40dd-9d0f-5a0b2980c58f", "Text": "letter", "Geometry": {"BoundingBox": {"Width": 0.04399346405228758, "Top": 0.4671060606060606, "Left": 0.29599019607843136, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.29599019607843136, "Y": 0.4671060606060606}, {"X": 0.33998366013071896, "Y": 0.4671060606060606}, {"X": 0.33998366013071896, "Y": 0.4822575757575757}, {"X": 0.29599019607843136, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5809d218-99df-4f8b-a2a3-2d86ae049b6c", "Text": "to", "Geometry": {"BoundingBox": {"Width": 0.016901960784313726, "Top": 0.4671060606060606, "Left": 0.34441013071895427, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.34441013071895427, "Y": 0.4671060606060606}, {"X": 0.361312091503268, "Y": 0.4671060606060606}, {"X": 0.361312091503268, "Y": 0.4822575757575757}, {"X": 0.34441013071895427, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6127e826-245c-4253-8c67-26bcbe623090", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024544117647058824, "Top": 0.4671060606060606, "Left": 0.3657516339869281, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3657516339869281, "Y": 0.4671060606060606}, {"X": 0.39029575163398694, "Y": 0.4671060606060606}, {"X": 0.39029575163398694, "Y": 0.4822575757575757}, {"X": 0.3657516339869281, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ff4bc8a3-b383-412d-8d7d-c99a3978384d", "Text": "office", "Geometry": {"BoundingBox": {"Width": 0.04486437908496732, "Top": 0.4671060606060606, "Left": 0.3947222222222222, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3947222222222222, "Y": 0.4671060606060606}, {"X": 0.4395866013071895, "Y": 0.4671060606060606}, {"X": 0.4395866013071895, "Y": 0.4822575757575757}, {"X": 0.3947222222222222, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "58404725-ee77-463a-af3b-9496ba87c362", "Text": "indicating", "Geometry": {"BoundingBox": {"Width": 0.0778937908496732, "Top": 0.4671060606060606, "Left": 0.44401143790849673, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.44401143790849673, "Y": 0.4671060606060606}, {"X": 0.5219052287581699, "Y": 0.4671060606060606}, {"X": 0.5219052287581699, "Y": 0.4822575757575757}, {"X": 0.44401143790849673, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "bfca9db4-59e4-4eeb-aa5c-f421ba965736", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.4671060606060606, "Left": 0.5263333333333333, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5263333333333333, "Y": 0.4671060606060606}, {"X": 0.5558415032679739, "Y": 0.4671060606060606}, {"X": 0.5558415032679739, "Y": 0.4822575757575757}, {"X": 0.5263333333333333, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "c8833bca-a97f-4d98-8767-1020c6c99b07", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.4671060606060606, "Left": 0.560282679738562, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.560282679738562, "Y": 0.4671060606060606}, {"X": 0.5985980392156862, "Y": 0.4671060606060606}, {"X": 0.5985980392156862, "Y": 0.4822575757575757}, {"X": 0.560282679738562, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "6aa8855c-4123-4816-b80f-d2cb51ef4b59", "Text": "received", "Geometry": {"BoundingBox": {"Width": 0.06804901960784314, "Top": 0.4671060606060606, "Left": 0.6030228758169934, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6030228758169934, "Y": 0.4671060606060606}, {"X": 0.6710718954248366, "Y": 0.4671060606060606}, {"X": 0.6710718954248366, "Y": 0.4822575757575757}, {"X": 0.6030228758169934, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "063ee96e-4570-472c-90ed-35b5faaa2c70", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.02748529411764706, "Top": 0.4671060606060606, "Left": 0.6754934640522876, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6754934640522876, "Y": 0.4671060606060606}, {"X": 0.7029787581699347, "Y": 0.4671060606060606}, {"X": 0.7029787581699347, "Y": 0.4822575757575757}, {"X": 0.6754934640522876, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "96ab69a6-5e2d-4052-9dcf-c77ca2df4bea", "Text": "letter", "Geometry": {"BoundingBox": {"Width": 0.04399509803921569, "Top": 0.4671060606060606, "Left": 0.7074035947712418, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7074035947712418, "Y": 0.4671060606060606}, {"X": 0.7513986928104575, "Y": 0.4671060606060606}, {"X": 0.7513986928104575, "Y": 0.4822575757575757}, {"X": 0.7074035947712418, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a15490ec-b2bc-4f98-92f3-db7ed571396f", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.016320261437908497, "Top": 0.4671060606060606, "Left": 0.7558235294117647, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7558235294117647, "Y": 0.4671060606060606}, {"X": 0.7721437908496732, "Y": 0.4671060606060606}, {"X": 0.7721437908496732, "Y": 0.4822575757575757}, {"X": 0.7558235294117647, "Y": 0.4822575757575757}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "d8d02d4c-9998-4791-9fbc-2394a02477e3", "Text": "representation. Additionally, please do not contact our client going forward.", "Geometry": {"BoundingBox": {"Width": 0.6066633986928104, "Top": 0.4855909090909091, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4855909090909091}, {"X": 0.24147222222222223, "Y": 0.4855909090909091}, {"X": 0.24147222222222223, "Y": 0.5007424242424242}, {"X": 0.11764705882352941, "Y": 0.5007424242424242}]}, "Relationships": [{"Ids": ["2c8cc9d6-2078-4868-9b00-5ef22dc5fd44", "17ca4a25-6a1c-4bcf-bd54-6c89e87cd96e", "7dd30120-9803-49d0-98f5-f6af3df9120a", "3ac79765-39e7-4933-a70a-bc2d98cc0727", "1aa2dc3f-45fa-4778-92c2-1bafa782242f", "245020cb-53e6-40d8-b68c-531884e9805b", "f1023d0d-b487-4e63-ac17-1e472ac26331", "761f1dd8-376c-4039-bea1-bb5848e52377", "d172bd1d-3316-4d3f-9554-18400eab8b92", "d64bd395-6765-45b6-a8be-9d87d92c1237"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "2c8cc9d6-2078-4868-9b00-5ef22dc5fd44", "Text": "representation.", "Geometry": {"BoundingBox": {"Width": 0.12382516339869282, "Top": 0.4855909090909091, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.4855909090909091}, {"X": 0.24147222222222223, "Y": 0.4855909090909091}, {"X": 0.24147222222222223, "Y": 0.5007424242424242}, {"X": 0.11764705882352941, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "17ca4a25-6a1c-4bcf-bd54-6c89e87cd96e", "Text": "Additionally,", "Geometry": {"BoundingBox": {"Width": 0.10032843137254902, "Top": 0.4855909090909091, "Left": 0.24591339869281045, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.24591339869281045, "Y": 0.4855909090909091}, {"X": 0.34624183006535947, "Y": 0.4855909090909091}, {"X": 0.34624183006535947, "Y": 0.5007424242424242}, {"X": 0.24591339869281045, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7dd30120-9803-49d0-98f5-f6af3df9120a", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.4855909090909091, "Left": 0.3506650326797386, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3506650326797386, "Y": 0.4855909090909091}, {"X": 0.40204901960784317, "Y": 0.4855909090909091}, {"X": 0.40204901960784317, "Y": 0.5007424242424242}, {"X": 0.3506650326797386, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3ac79765-39e7-4933-a70a-bc2d98cc0727", "Text": "do", "Geometry": {"BoundingBox": {"Width": 0.02063562091503268, "Top": 0.4855909090909091, "Left": 0.40647058823529414, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.40647058823529414, "Y": 0.4855909090909091}, {"X": 0.4271062091503268, "Y": 0.4855909090909091}, {"X": 0.4271062091503268, "Y": 0.5007424242424242}, {"X": 0.40647058823529414, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1aa2dc3f-45fa-4778-92c2-1bafa782242f", "Text": "not", "Geometry": {"BoundingBox": {"Width": 0.027210784313725492, "Top": 0.4855909090909091, "Left": 0.4315441176470588, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4315441176470588, "Y": 0.4855909090909091}, {"X": 0.4587549019607843, "Y": 0.4855909090909091}, {"X": 0.4587549019607843, "Y": 0.5007424242424242}, {"X": 0.4315441176470588, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "245020cb-53e6-40d8-b68c-531884e9805b", "Text": "contact", "Geometry": {"BoundingBox": {"Width": 0.05975326797385621, "Top": 0.4855909090909091, "Left": 0.463187908496732, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.463187908496732, "Y": 0.4855909090909091}, {"X": 0.5229411764705882, "Y": 0.4855909090909091}, {"X": 0.5229411764705882, "Y": 0.5007424242424242}, {"X": 0.463187908496732, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f1023d0d-b487-4e63-ac17-1e472ac26331", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.02748529411764706, "Top": 0.4855909090909091, "Left": 0.5273741830065359, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5273741830065359, "Y": 0.4855909090909091}, {"X": 0.554859477124183, "Y": 0.4855909090909091}, {"X": 0.554859477124183, "Y": 0.5007424242424242}, {"X": 0.5273741830065359, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "761f1dd8-376c-4039-bea1-bb5848e52377", "Text": "client", "Geometry": {"BoundingBox": {"Width": 0.04395098039215686, "Top": 0.4855909090909091, "Left": 0.559282679738562, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.559282679738562, "Y": 0.4855909090909091}, {"X": 0.6032336601307189, "Y": 0.4855909090909091}, {"X": 0.6032336601307189, "Y": 0.5007424242424242}, {"X": 0.559282679738562, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d172bd1d-3316-4d3f-9554-18400eab8b92", "Text": "going", "Geometry": {"BoundingBox": {"Width": 0.0436062091503268, "Top": 0.4855909090909091, "Left": 0.6076323529411765, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6076323529411765, "Y": 0.4855909090909091}, {"X": 0.6512385620915032, "Y": 0.4855909090909091}, {"X": 0.6512385620915032, "Y": 0.5007424242424242}, {"X": 0.6076323529411765, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d64bd395-6765-45b6-a8be-9d87d92c1237", "Text": "forward.", "Geometry": {"BoundingBox": {"Width": 0.0686437908496732, "Top": 0.4855909090909091, "Left": 0.6556666666666666, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6556666666666666, "Y": 0.4855909090909091}, {"X": 0.7243104575163398, "Y": 0.4855909090909091}, {"X": 0.7243104575163398, "Y": 0.5007424242424242}, {"X": 0.6556666666666666, "Y": 0.5007424242424242}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "d726bf01-7e8a-40a7-ade7-dd52f9b31d2e", "Text": "We are requesting that you forward the full policy amount of $250,000. Please forward an", "Geometry": {"BoundingBox": {"Width": 0.7181290849673202, "Top": 0.5225606060606061, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5377121212121212}, {"X": 0.11764705882352941, "Y": 0.5377121212121212}]}, "Relationships": [{"Ids": ["61fd7c0c-9869-4763-a6a4-c76b0496b40f", "ebe3f887-a3e8-451a-9089-3295878ca94d", "567cba15-c17e-4dce-94f6-fd40d8d32b4d", "82cb17ec-a6bc-49b7-a618-dc4828e35af0", "44a63b0e-c4d3-4ad9-bc2f-8264e2dd3092", "62daa3a4-ea20-456d-b54b-7eedcababde9", "5228eec5-2f97-438d-a4aa-5677ac2b752e", "ed949fc6-40d4-4a91-a5e9-42e65f5abab0", "826add1c-5eb7-408f-a1cb-fd53b53b7ff4", "435d5143-f87b-4c32-8490-71b44cc6344c", "3aaca6c0-928c-4e63-991e-b56f112dc7df", "1462c9a9-e852-4691-b6ba-eae315164460", "f629b4b8-8751-408e-97ef-a8fb66c53725", "20116d84-8b82-4c94-8717-93de2ad7d58a", "f07c3bdd-f427-482e-8f3a-de446e0427b1"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "61fd7c0c-9869-4763-a6a4-c76b0496b40f", "Text": "We", "Geometry": {"BoundingBox": {"Width": 0.02720751633986928, "Top": 0.5225606060606061, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5225606060606061}, {"X": 0.1448545751633987, "Y": 0.5377121212121212}, {"X": 0.11764705882352941, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ebe3f887-a3e8-451a-9089-3295878ca94d", "Text": "are", "Geometry": {"BoundingBox": {"Width": 0.02599183006535948, "Top": 0.5225606060606061, "Left": 0.14928104575163398, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.14928104575163398, "Y": 0.5225606060606061}, {"X": 0.17527287581699347, "Y": 0.5225606060606061}, {"X": 0.17527287581699347, "Y": 0.5377121212121212}, {"X": 0.14928104575163398, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "567cba15-c17e-4dce-94f6-fd40d8d32b4d", "Text": "requesting", "Geometry": {"BoundingBox": {"Width": 0.08522712418300654, "Top": 0.5225606060606061, "Left": 0.17969771241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.17969771241830065, "Y": 0.5225606060606061}, {"X": 0.26492483660130717, "Y": 0.5225606060606061}, {"X": 0.26492483660130717, "Y": 0.5377121212121212}, {"X": 0.17969771241830065, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "82cb17ec-a6bc-49b7-a618-dc4828e35af0", "Text": "that", "Geometry": {"BoundingBox": {"Width": 0.03283169934640523, "Top": 0.5225606060606061, "Left": 0.2693529411764706, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2693529411764706, "Y": 0.5225606060606061}, {"X": 0.3021846405228758, "Y": 0.5225606060606061}, {"X": 0.3021846405228758, "Y": 0.5377121212121212}, {"X": 0.2693529411764706, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "44a63b0e-c4d3-4ad9-bc2f-8264e2dd3092", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.5225606060606061, "Left": 0.30661764705882355, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.30661764705882355, "Y": 0.5225606060606061}, {"X": 0.33612581699346405, "Y": 0.5225606060606061}, {"X": 0.33612581699346405, "Y": 0.5377121212121212}, {"X": 0.30661764705882355, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "62daa3a4-ea20-456d-b54b-7eedcababde9", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5225606060606061, "Left": 0.3405669934640523, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3405669934640523, "Y": 0.5225606060606061}, {"X": 0.4042630718954248, "Y": 0.5225606060606061}, {"X": 0.4042630718954248, "Y": 0.5377121212121212}, {"X": 0.3405669934640523, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "5228eec5-2f97-438d-a4aa-5677ac2b752e", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.5225606060606061, "Left": 0.40870424836601305, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.40870424836601305, "Y": 0.5225606060606061}, {"X": 0.43533986928104573, "Y": 0.5225606060606061}, {"X": 0.43533986928104573, "Y": 0.5377121212121212}, {"X": 0.40870424836601305, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ed949fc6-40d4-4a91-a5e9-42e65f5abab0", "Text": "full", "Geometry": {"BoundingBox": {"Width": 0.025276143790849675, "Top": 0.5225606060606061, "Left": 0.4397598039215686, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4397598039215686, "Y": 0.5225606060606061}, {"X": 0.4650359477124183, "Y": 0.5225606060606061}, {"X": 0.4650359477124183, "Y": 0.5377121212121212}, {"X": 0.4397598039215686, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "826add1c-5eb7-408f-a1cb-fd53b53b7ff4", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681535947712418, "Top": 0.5225606060606061, "Left": 0.4694787581699346, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4694787581699346, "Y": 0.5225606060606061}, {"X": 0.5162941176470588, "Y": 0.5225606060606061}, {"X": 0.5162941176470588, "Y": 0.5377121212121212}, {"X": 0.4694787581699346, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "435d5143-f87b-4c32-8490-71b44cc6344c", "Text": "amount", "Geometry": {"BoundingBox": {"Width": 0.06256699346405228, "Top": 0.5225606060606061, "Left": 0.5207205882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5207205882352941, "Y": 0.5225606060606061}, {"X": 0.5832875816993464, "Y": 0.5225606060606061}, {"X": 0.5832875816993464, "Y": 0.5377121212121212}, {"X": 0.5207205882352941, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3aaca6c0-928c-4e63-991e-b56f112dc7df", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.5225606060606061, "Left": 0.5877205882352942, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5877205882352942, "Y": 0.5225606060606061}, {"X": 0.6040392156862745, "Y": 0.5225606060606061}, {"X": 0.6040392156862745, "Y": 0.5377121212121212}, {"X": 0.5877205882352942, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1462c9a9-e852-4691-b6ba-eae315164460", "Text": "$250,000.", "Geometry": {"BoundingBox": {"Width": 0.07939705882352942, "Top": 0.5225606060606061, "Left": 0.6084771241830066, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6084771241830066, "Y": 0.5225606060606061}, {"X": 0.687874183006536, "Y": 0.5225606060606061}, {"X": 0.687874183006536, "Y": 0.5377121212121212}, {"X": 0.6084771241830066, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f629b4b8-8751-408e-97ef-a8fb66c53725", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.5225606060606061, "Left": 0.6923153594771242, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6923153594771242, "Y": 0.5225606060606061}, {"X": 0.7435277777777778, "Y": 0.5225606060606061}, {"X": 0.7435277777777778, "Y": 0.5377121212121212}, {"X": 0.6923153594771242, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "20116d84-8b82-4c94-8717-93de2ad7d58a", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5225606060606061, "Left": 0.747952614379085, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.747952614379085, "Y": 0.5225606060606061}, {"X": 0.8116486928104576, "Y": 0.5225606060606061}, {"X": 0.8116486928104576, "Y": 0.5377121212121212}, {"X": 0.747952614379085, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "f07c3bdd-f427-482e-8f3a-de446e0427b1", "Text": "an", "Geometry": {"BoundingBox": {"Width": 0.01968627450980392, "Top": 0.5225606060606061, "Left": 0.8160898692810458, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8160898692810458, "Y": 0.5225606060606061}, {"X": 0.8357761437908496, "Y": 0.5225606060606061}, {"X": 0.8357761437908496, "Y": 0.5377121212121212}, {"X": 0.8160898692810458, "Y": 0.5377121212121212}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "962ea1e7-c191-444f-b966-f77d3c818369", "Text": "acknowledgement of our demand and please forward the umbrella policy information if one is", "Geometry": {"BoundingBox": {"Width": 0.7517745098039216, "Top": 0.5410454545454545, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5561969696969696}, {"X": 0.11764705882352941, "Y": 0.5561969696969696}]}, "Relationships": [{"Ids": ["01a0fc79-2e0c-4b0e-99a9-992917baa758", "3280b7e9-c9de-4d24-88dd-a6664a91d3ab", "2db120d1-e9da-4f09-9145-f13862156ea4", "dea4b043-9eb0-4913-a319-491359af540f", "9e79038d-0779-4726-b558-b24a7800c49f", "cb07adf3-90ab-4daf-abf9-76765fac135f", "9b99372b-6990-4a65-b9c1-a143a0fe5ecf", "b60cc041-a73c-49d2-9b54-db9445a0ab8e", "ffb4c8f9-bc74-440a-bf11-ccd1969a83a4", "aa00447c-5edc-4061-a3cc-e8d50e2be81c", "a6a29a16-420b-4894-af32-65f023d44677", "d20f388b-9d66-41fb-ac88-77c2cf11a751", "1ae94cac-ba53-4f66-92a3-27422d16a3ab", "e12b2c3f-09c1-4792-b33b-d005889b0118"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "01a0fc79-2e0c-4b0e-99a9-992917baa758", "Text": "acknowledgement", "Geometry": {"BoundingBox": {"Width": 0.14708823529411766, "Top": 0.5410454545454545, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5410454545454545}, {"X": 0.26473529411764707, "Y": 0.5561969696969696}, {"X": 0.11764705882352941, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3280b7e9-c9de-4d24-88dd-a6664a91d3ab", "Text": "of", "Geometry": {"BoundingBox": {"Width": 0.01631862745098039, "Top": 0.5410454545454545, "Left": 0.26916993464052286, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.26916993464052286, "Y": 0.5410454545454545}, {"X": 0.28548856209150325, "Y": 0.5410454545454545}, {"X": 0.28548856209150325, "Y": 0.5561969696969696}, {"X": 0.26916993464052286, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "2db120d1-e9da-4f09-9145-f13862156ea4", "Text": "our", "Geometry": {"BoundingBox": {"Width": 0.027483660130718953, "Top": 0.5410454545454545, "Left": 0.2899264705882353, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2899264705882353, "Y": 0.5410454545454545}, {"X": 0.31741013071895424, "Y": 0.5410454545454545}, {"X": 0.31741013071895424, "Y": 0.5561969696969696}, {"X": 0.2899264705882353, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "dea4b043-9eb0-4913-a319-491359af540f", "Text": "demand", "Geometry": {"BoundingBox": {"Width": 0.06570915032679739, "Top": 0.5410454545454545, "Left": 0.32183660130718955, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.32183660130718955, "Y": 0.5410454545454545}, {"X": 0.38754575163398697, "Y": 0.5410454545454545}, {"X": 0.38754575163398697, "Y": 0.5561969696969696}, {"X": 0.32183660130718955, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9e79038d-0779-4726-b558-b24a7800c49f", "Text": "and", "Geometry": {"BoundingBox": {"Width": 0.029988562091503267, "Top": 0.5410454545454545, "Left": 0.39198692810457514, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.39198692810457514, "Y": 0.5410454545454545}, {"X": 0.4219754901960784, "Y": 0.5410454545454545}, {"X": 0.4219754901960784, "Y": 0.5561969696969696}, {"X": 0.39198692810457514, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "cb07adf3-90ab-4daf-abf9-76765fac135f", "Text": "please", "Geometry": {"BoundingBox": {"Width": 0.05138398692810457, "Top": 0.5410454545454545, "Left": 0.42641666666666667, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.42641666666666667, "Y": 0.5410454545454545}, {"X": 0.47780065359477125, "Y": 0.5410454545454545}, {"X": 0.47780065359477125, "Y": 0.5561969696969696}, {"X": 0.42641666666666667, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9b99372b-6990-4a65-b9c1-a143a0fe5ecf", "Text": "forward", "Geometry": {"BoundingBox": {"Width": 0.06369607843137255, "Top": 0.5410454545454545, "Left": 0.4822254901960784, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4822254901960784, "Y": 0.5410454545454545}, {"X": 0.545921568627451, "Y": 0.5410454545454545}, {"X": 0.545921568627451, "Y": 0.5561969696969696}, {"X": 0.4822254901960784, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "b60cc041-a73c-49d2-9b54-db9445a0ab8e", "Text": "the", "Geometry": {"BoundingBox": {"Width": 0.02663562091503268, "Top": 0.5410454545454545, "Left": 0.550359477124183, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.550359477124183, "Y": 0.5410454545454545}, {"X": 0.5769950980392157, "Y": 0.5410454545454545}, {"X": 0.5769950980392157, "Y": 0.5561969696969696}, {"X": 0.550359477124183, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "ffb4c8f9-bc74-440a-bf11-ccd1969a83a4", "Text": "umbrella", "Geometry": {"BoundingBox": {"Width": 0.07125, "Top": 0.5410454545454545, "Left": 0.581421568627451, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.581421568627451, "Y": 0.5410454545454545}, {"X": 0.652671568627451, "Y": 0.5410454545454545}, {"X": 0.652671568627451, "Y": 0.5561969696969696}, {"X": 0.581421568627451, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "aa00447c-5edc-4061-a3cc-e8d50e2be81c", "Text": "policy", "Geometry": {"BoundingBox": {"Width": 0.04681699346405229, "Top": 0.5410454545454545, "Left": 0.6571045751633987, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6571045751633987, "Y": 0.5410454545454545}, {"X": 0.703921568627451, "Y": 0.5410454545454545}, {"X": 0.703921568627451, "Y": 0.5561969696969696}, {"X": 0.6571045751633987, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "a6a29a16-420b-4894-af32-65f023d44677", "Text": "information", "Geometry": {"BoundingBox": {"Width": 0.0947173202614379, "Top": 0.5410454545454545, "Left": 0.7083464052287581, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7083464052287581, "Y": 0.5410454545454545}, {"X": 0.803063725490196, "Y": 0.5410454545454545}, {"X": 0.803063725490196, "Y": 0.5561969696969696}, {"X": 0.7083464052287581, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "d20f388b-9d66-41fb-ac88-77c2cf11a751", "Text": "if", "Geometry": {"BoundingBox": {"Width": 0.010480392156862745, "Top": 0.5410454545454545, "Left": 0.8075049019607843, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8075049019607843, "Y": 0.5410454545454545}, {"X": 0.817985294117647, "Y": 0.5410454545454545}, {"X": 0.817985294117647, "Y": 0.5561969696969696}, {"X": 0.8075049019607843, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1ae94cac-ba53-4f66-92a3-27422d16a3ab", "Text": "one", "Geometry": {"BoundingBox": {"Width": 0.030405228758169936, "Top": 0.5410454545454545, "Left": 0.8224232026143791, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8224232026143791, "Y": 0.5410454545454545}, {"X": 0.852828431372549, "Y": 0.5410454545454545}, {"X": 0.852828431372549, "Y": 0.5561969696969696}, {"X": 0.8224232026143791, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "e12b2c3f-09c1-4792-b33b-d005889b0118", "Text": "is", "Geometry": {"BoundingBox": {"Width": 0.012166666666666666, "Top": 0.5410454545454545, "Left": 0.8572549019607844, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.8572549019607844, "Y": 0.5410454545454545}, {"X": 0.869421568627451, "Y": 0.5410454545454545}, {"X": 0.869421568627451, "Y": 0.5561969696969696}, {"X": 0.8572549019607844, "Y": 0.5561969696969696}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "cc6f6a78-0a77-4599-be2a-0c1d156dcfb7", "Text": "applicable. Please send my secretary any information regarding liens on his policy.", "Geometry": {"BoundingBox": {"Width": 0.6540081699346405, "Top": 0.559530303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.5746818181818182}, {"X": 0.11764705882352941, "Y": 0.5746818181818182}]}, "Relationships": [{"Ids": ["dff98703-76c8-4623-a87c-beb12aa8f11d", "06536b3c-57fb-4759-9a71-f676434e6787", "eab50e46-f2a9-4e4a-80f9-98ac34776bc2", "878ceff0-c39a-4261-82d0-574cb31416fd", "006b0026-8a7f-426a-9839-f5daa71932e8", "90ff1ca3-6f9e-4218-a8a3-bf57586c7632", "962377e4-81b9-47de-b217-7fd047c9e11c", "1a90a578-8c4a-499a-b855-ab80840e64c8", "7d945df2-e3c6-4e6c-9f8d-ba02c1c15802", "3a84f44f-d450-4049-8912-efaf1bba23ea", "9532e795-43b1-48b5-9ee4-94d8a3ed5125", "70906134-2f7c-4e37-80f5-09b153ced1ff"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "dff98703-76c8-4623-a87c-beb12aa8f11d", "Text": "applicable.", "Geometry": {"BoundingBox": {"Width": 0.0861797385620915, "Top": 0.559530303030303, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.559530303030303}, {"X": 0.20382679738562093, "Y": 0.5746818181818182}, {"X": 0.11764705882352941, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "06536b3c-57fb-4759-9a71-f676434e6787", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.559530303030303, "Left": 0.20826797385620915, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.20826797385620915, "Y": 0.559530303030303}, {"X": 0.25948039215686275, "Y": 0.559530303030303}, {"X": 0.25948039215686275, "Y": 0.5746818181818182}, {"X": 0.20826797385620915, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "eab50e46-f2a9-4e4a-80f9-98ac34776bc2", "Text": "send", "Geometry": {"BoundingBox": {"Width": 0.038022875816993464, "Top": 0.559530303030303, "Left": 0.2639052287581699, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.2639052287581699, "Y": 0.559530303030303}, {"X": 0.3019281045751634, "Y": 0.559530303030303}, {"X": 0.3019281045751634, "Y": 0.5746818181818182}, {"X": 0.2639052287581699, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "878ceff0-c39a-4261-82d0-574cb31416fd", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024544117647058824, "Top": 0.559530303030303, "Left": 0.3063692810457516, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3063692810457516, "Y": 0.559530303030303}, {"X": 0.33091339869281045, "Y": 0.559530303030303}, {"X": 0.33091339869281045, "Y": 0.5746818181818182}, {"X": 0.3063692810457516, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "006b0026-8a7f-426a-9839-f5daa71932e8", "Text": "secretary", "Geometry": {"BoundingBox": {"Width": 0.07398692810457516, "Top": 0.559530303030303, "Left": 0.33533986928104575, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.33533986928104575, "Y": 0.559530303030303}, {"X": 0.40932679738562094, "Y": 0.559530303030303}, {"X": 0.40932679738562094, "Y": 0.5746818181818182}, {"X": 0.33533986928104575, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "90ff1ca3-6f9e-4218-a8a3-bf57586c7632", "Text": "any", "Geometry": {"BoundingBox": {"Width": 0.028576797385620915, "Top": 0.559530303030303, "Left": 0.4137532679738562, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4137532679738562, "Y": 0.559530303030303}, {"X": 0.4423300653594771, "Y": 0.559530303030303}, {"X": 0.4423300653594771, "Y": 0.5746818181818182}, {"X": 0.4137532679738562, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "962377e4-81b9-47de-b217-7fd047c9e11c", "Text": "information", "Geometry": {"BoundingBox": {"Width": 0.0947173202614379, "Top": 0.559530303030303, "Left": 0.4467549019607843, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4467549019607843, "Y": 0.559530303030303}, {"X": 0.5414722222222222, "Y": 0.559530303030303}, {"X": 0.5414722222222222, "Y": 0.5746818181818182}, {"X": 0.4467549019607843, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "1a90a578-8c4a-499a-b855-ab80840e64c8", "Text": "regarding", "Geometry": {"BoundingBox": {"Width": 0.0763888888888889, "Top": 0.559530303030303, "Left": 0.5459133986928104, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.5459133986928104, "Y": 0.559530303030303}, {"X": 0.6223022875816993, "Y": 0.559530303030303}, {"X": 0.6223022875816993, "Y": 0.5746818181818182}, {"X": 0.5459133986928104, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7d945df2-e3c6-4e6c-9f8d-ba02c1c15802", "Text": "liens", "Geometry": {"BoundingBox": {"Width": 0.03672549019607843, "Top": 0.559530303030303, "Left": 0.6267238562091503, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6267238562091503, "Y": 0.559530303030303}, {"X": 0.6634493464052287, "Y": 0.559530303030303}, {"X": 0.6634493464052287, "Y": 0.5746818181818182}, {"X": 0.6267238562091503, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3a84f44f-d450-4049-8912-efaf1bba23ea", "Text": "on", "Geometry": {"BoundingBox": {"Width": 0.020637254901960785, "Top": 0.559530303030303, "Left": 0.6679003267973856, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6679003267973856, "Y": 0.559530303030303}, {"X": 0.6885375816993464, "Y": 0.559530303030303}, {"X": 0.6885375816993464, "Y": 0.5746818181818182}, {"X": 0.6679003267973856, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9532e795-43b1-48b5-9ee4-94d8a3ed5125", "Text": "his", "Geometry": {"BoundingBox": {"Width": 0.022470588235294117, "Top": 0.559530303030303, "Left": 0.6929885620915033, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.6929885620915033, "Y": 0.559530303030303}, {"X": 0.7154591503267974, "Y": 0.559530303030303}, {"X": 0.7154591503267974, "Y": 0.5746818181818182}, {"X": 0.6929885620915033, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "70906134-2f7c-4e37-80f5-09b153ced1ff", "Text": "policy.", "Geometry": {"BoundingBox": {"Width": 0.05174509803921569, "Top": 0.559530303030303, "Left": 0.7199101307189543, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.7199101307189543, "Y": 0.559530303030303}, {"X": 0.7716552287581699, "Y": 0.559530303030303}, {"X": 0.7716552287581699, "Y": 0.5746818181818182}, {"X": 0.7199101307189543, "Y": 0.5746818181818182}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "d4b3a802-3676-4851-a736-5af4d5f9c404", "Text": "Please contact my office if you have any questions.", "Geometry": {"BoundingBox": {"Width": 0.40503758169934634, "Top": 0.5965, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.6116515151515152}, {"X": 0.11764705882352941, "Y": 0.6116515151515152}]}, "Relationships": [{"Ids": ["7662df3e-cbf5-4042-bb7b-37e856dbbdf3", "3b3beb3e-6557-40d0-ace5-24b62102c0ac", "dfa7abf9-723d-4b7b-ae95-525e2ef045d7", "fedac0e4-db5e-474e-945b-b686cfba07df", "088641ba-0886-4a27-9f1b-624d80c78b3c", "7e346006-54f1-498d-9b9b-87c0031cec8b", "fe964b24-cafa-4713-a01c-c80b158dbd9e", "9d829217-45f9-4309-9b4e-78840971a24d", "0eec9057-3a02-4b72-a792-d6e17102d31d"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "7662df3e-cbf5-4042-bb7b-37e856dbbdf3", "Text": "Please", "Geometry": {"BoundingBox": {"Width": 0.051212418300653595, "Top": 0.5965, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.5965}, {"X": 0.168859477124183, "Y": 0.6116515151515152}, {"X": 0.11764705882352941, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "3b3beb3e-6557-40d0-ace5-24b62102c0ac", "Text": "contact", "Geometry": {"BoundingBox": {"Width": 0.05975490196078431, "Top": 0.5965, "Left": 0.1732843137254902, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1732843137254902, "Y": 0.5965}, {"X": 0.2330392156862745, "Y": 0.5965}, {"X": 0.2330392156862745, "Y": 0.6116515151515152}, {"X": 0.1732843137254902, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "dfa7abf9-723d-4b7b-ae95-525e2ef045d7", "Text": "my", "Geometry": {"BoundingBox": {"Width": 0.024545751633986927, "Top": 0.5965, "Left": 0.23747222222222222, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.23747222222222222, "Y": 0.5965}, {"X": 0.2620179738562092, "Y": 0.5965}, {"X": 0.2620179738562092, "Y": 0.6116515151515152}, {"X": 0.23747222222222222, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fedac0e4-db5e-474e-945b-b686cfba07df", "Text": "office", "Geometry": {"BoundingBox": {"Width": 0.04486437908496732, "Top": 0.5965, "Left": 0.26644281045751633, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.26644281045751633, "Y": 0.5965}, {"X": 0.31130718954248365, "Y": 0.5965}, {"X": 0.31130718954248365, "Y": 0.6116515151515152}, {"X": 0.26644281045751633, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "088641ba-0886-4a27-9f1b-624d80c78b3c", "Text": "if", "Geometry": {"BoundingBox": {"Width": 0.010480392156862745, "Top": 0.5965, "Left": 0.3157271241830065, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3157271241830065, "Y": 0.5965}, {"X": 0.3262075163398693, "Y": 0.5965}, {"X": 0.3262075163398693, "Y": 0.6116515151515152}, {"X": 0.3157271241830065, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7e346006-54f1-498d-9b9b-87c0031cec8b", "Text": "you", "Geometry": {"BoundingBox": {"Width": 0.029508169934640522, "Top": 0.5965, "Left": 0.3306437908496732, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.3306437908496732, "Y": 0.5965}, {"X": 0.3601519607843137, "Y": 0.5965}, {"X": 0.3601519607843137, "Y": 0.6116515151515152}, {"X": 0.3306437908496732, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "fe964b24-cafa-4713-a01c-c80b158dbd9e", "Text": "have", "Geometry": {"BoundingBox": {"Width": 0.03831535947712418, "Top": 0.5965, "Left": 0.36459313725490194, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.36459313725490194, "Y": 0.5965}, {"X": 0.4029084967320261, "Y": 0.5965}, {"X": 0.4029084967320261, "Y": 0.6116515151515152}, {"X": 0.36459313725490194, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9d829217-45f9-4309-9b4e-78840971a24d", "Text": "any", "Geometry": {"BoundingBox": {"Width": 0.028575163398692812, "Top": 0.5965, "Left": 0.4073349673202614, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.4073349673202614, "Y": 0.5965}, {"X": 0.43591013071895424, "Y": 0.5965}, {"X": 0.43591013071895424, "Y": 0.6116515151515152}, {"X": 0.4073349673202614, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "0eec9057-3a02-4b72-a792-d6e17102d31d", "Text": "questions.", "Geometry": {"BoundingBox": {"Width": 0.08234803921568627, "Top": 0.5965, "Left": 0.44033660130718955, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.44033660130718955, "Y": 0.5965}, {"X": 0.5226846405228758, "Y": 0.5965}, {"X": 0.5226846405228758, "Y": 0.6116515151515152}, {"X": 0.44033660130718955, "Y": 0.6116515151515152}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "6e86d0ff-6391-46af-a61b-e683a0d8ac2b", "Text": "Sincerely,", "Geometry": {"BoundingBox": {"Width": 0.07671568627450981, "Top": 0.6519545454545455, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6671060606060606}, {"X": 0.11764705882352941, "Y": 0.6671060606060606}]}, "Relationships": [{"Ids": ["7e51102c-56e3-45f9-a570-e04703852eb1"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "7e51102c-56e3-45f9-a570-e04703852eb1", "Text": "Sincerely,", "Geometry": {"BoundingBox": {"Width": 0.07671568627450981, "Top": 0.6519545454545455, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6519545454545455}, {"X": 0.19436274509803922, "Y": 0.6671060606060606}, {"X": 0.11764705882352941, "Y": 0.6671060606060606}]}, "Relationships": [], "Page": 1}, {"BlockType": "LINE", "Id": "d7d52eb0-2cc1-4015-a5a2-6c912ca826ce", "Text": "Angela Berry, Attorney", "Geometry": {"BoundingBox": {"Width": 0.1818496732026144, "Top": 0.6889242424242424, "Left": 0.11764705882352941, "Height": 0.015151515151515138}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.7040757575757576}, {"X": 0.11764705882352941, "Y": 0.7040757575757576}]}, "Relationships": [{"Ids": ["1bc1e6cd-6e94-47eb-ac11-32604b1a1696", "9fce7a5c-666b-4035-ad4b-18453121c07b", "7143e038-f9fc-4621-874c-ccd7734935bb"], "Type": "CHILD"}], "Page": 1}, {"BlockType": "WORD", "Id": "1bc1e6cd-6e94-47eb-ac11-32604b1a1696", "Text": "Angela", "Geometry": {"BoundingBox": {"Width": 0.05452614379084968, "Top": 0.6889242424242424, "Left": 0.11764705882352941, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.11764705882352941, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.6889242424242424}, {"X": 0.17217320261437907, "Y": 0.7040757575757576}, {"X": 0.11764705882352941, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "9fce7a5c-666b-4035-ad4b-18453121c07b", "Text": "Berry,", "Geometry": {"BoundingBox": {"Width": 0.04786928104575163, "Top": 0.6889242424242424, "Left": 0.1766062091503268, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.1766062091503268, "Y": 0.6889242424242424}, {"X": 0.22447549019607843, "Y": 0.6889242424242424}, {"X": 0.22447549019607843, "Y": 0.7040757575757576}, {"X": 0.1766062091503268, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}, {"BlockType": "WORD", "Id": "7143e038-f9fc-4621-874c-ccd7734935bb", "Text": "Attorney", "Geometry": {"BoundingBox": {"Width": 0.07059803921568628, "Top": 0.6889242424242424, "Left": 0.22889869281045752, "Height": 0.015151515151515152}, "Polygon": [{"X": 0.22889869281045752, "Y": 0.6889242424242424}, {"X": 0.2994967320261438, "Y": 0.6889242424242424}, {"X": 0.2994967320261438, "Y": 0.7040757575757576}, {"X": 0.22889869281045752, "Y": 0.7040757575757576}]}, "Relationships": [], "Page": 1}], "Entities": [{"BlockReferences": [{"BlockId": "a112978c-d7a7-4471-be93-2cf831fe0391", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "8d117e9a-0d03-4e08-a18b-1c74754b8d47"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "81c78523-7214-4fe7-9d9c-2b860390b1bc"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "c84b8db6-c3e2-4c4c-ab8e-7c4aa3306ee0"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "90a72a74-2c60-47e6-950a-b9c256b7aee3"}], "BeginOffset": 0, "EndOffset": 31}], "Text": "Budget Mutual Insurance Company", "Type": "Insurance Company", "Score": 1}, {"BlockReferences": [{"BlockId": "6cceb44d-55a8-4178-b28b-bbb00b8a50f2", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "253db508-1361-4ccd-8971-928a406da2c3"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "edd61efd-af9e-4099-aaed-269416a058ff"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "aa06c781-862b-420f-a95d-fbe6ad5001a1"}], "BeginOffset": 0, "EndOffset": 17}, {"BlockId": "9cba9b19-540f-4651-80a4-8671dfe762db", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 12, "ChildBlockId": "4b5c0e71-ec96-432a-aa68-c4736a86dc40"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "d381987d-ca45-4e56-a18d-556aaf2320ed"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "4e49b4ee-e1e7-4fe5-a02c-720b22c7e03f"}], "BeginOffset": 0, "EndOffset": 21}], "Text": "9876 Infinity Ave Springfield, MI 65541", "Type": "Insurance Company Address", "Score": 1}, {"BlockReferences": [{"BlockId": "075c2342-6803-465d-92d2-8dbfc11e906a", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "6e2f888a-e4a8-4207-9681-86e7bf95c41b"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "b2c1a0f2-70df-4d8e-8943-c1be39d8e62d"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "0742a89f-57b5-4e92-943a-f1305ce0c080"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "194d0fcc-a773-43ba-b601-9149caba1b00"}], "BeginOffset": 0, "EndOffset": 18}], "Text": "The Wyman Law Firm", "Type": "Law Firm", "Score": 1}, {"BlockReferences": [{"BlockId": "d427bd14-7204-4dbd-a281-a31c65d8eca1", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "c461e3e4-8b7e-4b36-8508-461700ab26a0"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "e7365977-82e5-496d-a135-5a98a384ce64"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "403a63a5-6160-4171-891e-016189833c9c"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "a38ec9ca-964d-4df6-bf9f-1153ffca6a48"}], "BeginOffset": 0, "EndOffset": 16}, {"BlockId": "8265f5b3-8aad-4d8f-87d0-464bf1c8142e", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "c27706e9-b4dd-4c3a-be38-8037fa6c0da0"}, {"BeginOffset": 0, "EndOffset": 15, "ChildBlockId": "feac7a47-5ffd-455c-bb23-947eeaa5cdf1"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "696c77cd-284a-4a59-90b0-6b8a3546cefc"}], "BeginOffset": 0, "EndOffset": 27}], "Text": "9241 13th Ave SW Kent, Washington(WA), 98042", "Type": "Law Office Address", "Score": 1}, {"BlockReferences": [{"BlockId": "2fb3d2eb-ba5b-4d3a-abdd-188d2a99cf14", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "6f220824-5288-4efd-b628-7698ce2edf65"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "3175d88b-6fc7-4659-86c8-9959feedaea0"}], "BeginOffset": 12, "EndOffset": 27}], "Text": "Harry Rodriguez", "Type": "Beneficiary Name", "Score": 1}, {"BlockReferences": [{"BlockId": "9c00055a-7704-4aff-bd18-9b8ff9a595e1", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "d8ead8fb-e87c-42de-aedd-0673cac2d1a7"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "0dccffae-020f-4a8e-ad15-6ac1119a8171"}], "BeginOffset": 24, "EndOffset": 39}], "Text": "Harry Rodriguez", "Type": "Beneficiary Name", "Score": 1}, {"BlockReferences": [{"BlockId": "9c00055a-7704-4aff-bd18-9b8ff9a595e1", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "bea5011c-b28f-4f07-9870-1f6b5a72d8e0"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "cd41b3a5-aad7-4544-9ff4-b1f5bf583c2c"}], "BeginOffset": 64, "EndOffset": 77}], "Text": "Marie Riddle.", "Type": "Policy Holder Name", "Score": 1}, {"BlockReferences": [{"BlockId": "d2d63a40-d9f2-4a27-a8a6-3cc864ee4017", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 12, "ChildBlockId": "40c8d0d9-d646-4e72-b6f5-e7803893e059"}], "BeginOffset": 55, "EndOffset": 67}], "Text": "(#923554702)", "Type": "Policy Number", "Score": 1}, {"BlockReferences": [{"BlockId": "d726bf01-7e8a-40a7-ade7-dd52f9b31d2e", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "1462c9a9-e852-4691-b6ba-eae315164460"}], "BeginOffset": 61, "EndOffset": 70}], "Text": "$250,000.", "Type": "Payout", "Score": 1}, {"BlockReferences": [{"BlockId": "d726bf01-7e8a-40a7-ade7-dd52f9b31d2e", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "61fd7c0c-9869-4763-a6a4-c76b0496b40f"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "ebe3f887-a3e8-451a-9089-3295878ca94d"}, {"BeginOffset": 0, "EndOffset": 10, "ChildBlockId": "567cba15-c17e-4dce-94f6-fd40d8d32b4d"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "82cb17ec-a6bc-49b7-a618-dc4828e35af0"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "44a63b0e-c4d3-4ad9-bc2f-8264e2dd3092"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "62daa3a4-ea20-456d-b54b-7eedcababde9"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "5228eec5-2f97-438d-a4aa-5677ac2b752e"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "ed949fc6-40d4-4a91-a5e9-42e65f5abab0"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "826add1c-5eb7-408f-a1cb-fd53b53b7ff4"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "435d5143-f87b-4c32-8490-71b44cc6344c"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "3aaca6c0-928c-4e63-991e-b56f112dc7df"}], "BeginOffset": 0, "EndOffset": 60}, {"BlockId": "d726bf01-7e8a-40a7-ade7-dd52f9b31d2e", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "f629b4b8-8751-408e-97ef-a8fb66c53725"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "20116d84-8b82-4c94-8717-93de2ad7d58a"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "f07c3bdd-f427-482e-8f3a-de446e0427b1"}], "BeginOffset": 71, "EndOffset": 88}, {"BlockId": "962ea1e7-c191-444f-b966-f77d3c818369", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 15, "ChildBlockId": "01a0fc79-2e0c-4b0e-99a9-992917baa758"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "3280b7e9-c9de-4d24-88dd-a6664a91d3ab"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "2db120d1-e9da-4f09-9145-f13862156ea4"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "dea4b043-9eb0-4913-a319-491359af540f"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "9e79038d-0779-4726-b558-b24a7800c49f"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "cb07adf3-90ab-4daf-abf9-76765fac135f"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "9b99372b-6990-4a65-b9c1-a143a0fe5ecf"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "b60cc041-a73c-49d2-9b54-db9445a0ab8e"}, {"BeginOffset": 0, "EndOffset": 8, "ChildBlockId": "ffb4c8f9-bc74-440a-bf11-ccd1969a83a4"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "aa00447c-5edc-4061-a3cc-e8d50e2be81c"}, {"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "a6a29a16-420b-4894-af32-65f023d44677"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "d20f388b-9d66-41fb-ac88-77c2cf11a751"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "1ae94cac-ba53-4f66-92a3-27422d16a3ab"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "e12b2c3f-09c1-4792-b33b-d005889b0118"}], "BeginOffset": 0, "EndOffset": 90}, {"BlockId": "cc6f6a78-0a77-4599-be2a-0c1d156dcfb7", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "dff98703-76c8-4623-a87c-beb12aa8f11d"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "06536b3c-57fb-4759-9a71-f676434e6787"}, {"BeginOffset": 0, "EndOffset": 4, "ChildBlockId": "eab50e46-f2a9-4e4a-80f9-98ac34776bc2"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "878ceff0-c39a-4261-82d0-574cb31416fd"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "006b0026-8a7f-426a-9839-f5daa71932e8"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "90ff1ca3-6f9e-4218-a8a3-bf57586c7632"}, {"BeginOffset": 0, "EndOffset": 11, "ChildBlockId": "962377e4-81b9-47de-b217-7fd047c9e11c"}, {"BeginOffset": 0, "EndOffset": 9, "ChildBlockId": "1a90a578-8c4a-499a-b855-ab80840e64c8"}, {"BeginOffset": 0, "EndOffset": 5, "ChildBlockId": "7d945df2-e3c6-4e6c-9f8d-ba02c1c15802"}, {"BeginOffset": 0, "EndOffset": 2, "ChildBlockId": "3a84f44f-d450-4049-8912-efaf1bba23ea"}, {"BeginOffset": 0, "EndOffset": 3, "ChildBlockId": "9532e795-43b1-48b5-9ee4-94d8a3ed5125"}, {"BeginOffset": 0, "EndOffset": 7, "ChildBlockId": "70906134-2f7c-4e37-80f5-09b153ced1ff"}], "BeginOffset": 0, "EndOffset": 83}], "Text": "We are requesting that you forward the full policy amount of Please forward an acknowledgement of our demand and please forward the umbrella policy information if one is applicable. Please send my secretary any information regarding liens on his policy.", "Type": "Required Action", "Score": 1}, {"BlockReferences": [{"BlockId": "d7d52eb0-2cc1-4015-a5a2-6c912ca826ce", "ChildBlocks": [{"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "1bc1e6cd-6e94-47eb-ac11-32604b1a1696"}, {"BeginOffset": 0, "EndOffset": 6, "ChildBlockId": "9fce7a5c-666b-4035-ad4b-18453121c07b"}], "BeginOffset": 0, "EndOffset": 13}], "Text": "Angela Berry,", "Type": "Sender", "Score": 1}], "File": "Letter 132-1-2379aa66-ann.json"}
data/raw_data/annotations/Letter 133-1-d19eb1f0-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 134-1-225e4748-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 135-1-675d11c9-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 136-1-0c71e312-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 137-1-c99e7356-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 138-1-64aad369-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 139-1-1c52d75a-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 14-1-c9294565-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 140-1-bfa14e8f-ann.json ADDED
The diff for this file is too large to render. See raw diff
 
data/raw_data/annotations/Letter 141-1-d5060c10-ann.json ADDED
The diff for this file is too large to render. See raw diff