-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes on exclusion of word lines and cell normalization (#26)
* Fixes on exclusion of word lines and cell normalization * Use OCR to infer line detection parameters if possible * Fix tests
- Loading branch information
Showing
5 changed files
with
17 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"0": [{"title": "Example of Data Table 1", "bbox": {"x1": 236, "y1": 249, "x2": 1442, "y2": 543}, "content": {"0": [{"value": "sample", "bbox": {"x1": 236, "y1": 249, "x2": 551, "y2": 292}}, {"value": "blue LED value", "bbox": {"x1": 551, "y1": 249, "x2": 851, "y2": 292}}, {"value": "green LED value", "bbox": {"x1": 851, "y1": 249, "x2": 1135, "y2": 292}}, {"value": "red LED value", "bbox": {"x1": 1135, "y1": 249, "x2": 1442, "y2": 292}}], "1": [{"value": "clear water", "bbox": {"x1": 236, "y1": 292, "x2": 551, "y2": 354}}, {"value": "97", "bbox": {"x1": 551, "y1": 292, "x2": 851, "y2": 354}}, {"value": "19", "bbox": {"x1": 851, "y1": 292, "x2": 1135, "y2": 354}}, {"value": "79", "bbox": {"x1": 1135, "y1": 292, "x2": 1442, "y2": 354}}], "2": [{"value": "blue water", "bbox": {"x1": 236, "y1": 354, "x2": 551, "y2": 417}}, {"value": "73", "bbox": {"x1": 551, "y1": 354, "x2": 851, "y2": 417}}, {"value": "11", "bbox": {"x1": 851, "y1": 354, "x2": 1135, "y2": 417}}, {"value": "13", "bbox": {"x1": 1135, "y1": 354, "x2": 1442, "y2": 417}}], "3": [{"value": "green water", "bbox": {"x1": 236, "y1": 417, "x2": 551, "y2": 480}}, {"value": "35", "bbox": {"x1": 551, "y1": 417, "x2": 851, "y2": 480}}, {"value": "15", "bbox": {"x1": 851, "y1": 417, "x2": 1135, "y2": 480}}, {"value": "14", "bbox": {"x1": 1135, "y1": 417, "x2": 1442, "y2": 480}}], "4": [{"value": "tea water", "bbox": {"x1": 236, "y1": 480, "x2": 551, "y2": 543}}, {"value": "33", "bbox": {"x1": 551, "y1": 480, "x2": 851, "y2": 543}}, {"value": "13", "bbox": {"x1": 851, "y1": 480, "x2": 1135, "y2": 543}}, {"value": "70", "bbox": {"x1": 1135, "y1": 480, "x2": 1442, "y2": 543}}]}}, {"title": "Example of Data Table 2", "bbox": {"x1": 235, "y1": 671, "x2": 1451, "y2": 971}, "content": {"0": [{"value": "sample", "bbox": {"x1": 235, "y1": 671, "x2": 539, "y2": 726}}, {"value": "blue % transmitted", "bbox": {"x1": 539, "y1": 671, "x2": 843, "y2": 726}}, {"value": "green % transmitted", "bbox": {"x1": 843, "y1": 671, "x2": 1163, "y2": 726}}, {"value": "red % transmitted", "bbox": {"x1": 1163, "y1": 671, "x2": 1451, "y2": 726}}], "1": [{"value": "clear water", "bbox": {"x1": 235, "y1": 726, "x2": 539, "y2": 788}}, {"value": "97/97 = 100%", "bbox": {"x1": 539, "y1": 726, "x2": 843, "y2": 788}}, {"value": "19/19 = 100%", "bbox": {"x1": 843, "y1": 726, "x2": 1163, "y2": 788}}, {"value": "79/79 = 100%", "bbox": {"x1": 1163, "y1": 726, "x2": 1451, "y2": 788}}], "2": [{"value": "blue water", "bbox": {"x1": 235, "y1": 788, "x2": 539, "y2": 849}}, {"value": "73/97 = 75%", "bbox": {"x1": 539, "y1": 788, "x2": 843, "y2": 849}}, {"value": "11/19 = 58%", "bbox": {"x1": 843, "y1": 788, "x2": 1163, "y2": 849}}, {"value": "13/79 = 17%", "bbox": {"x1": 1163, "y1": 788, "x2": 1451, "y2": 849}}], "3": [{"value": "green water", "bbox": {"x1": 235, "y1": 849, "x2": 539, "y2": 910}}, {"value": "35/97 = 36%", "bbox": {"x1": 539, "y1": 849, "x2": 843, "y2": 910}}, {"value": "15/19 = 79%", "bbox": {"x1": 843, "y1": 849, "x2": 1163, "y2": 910}}, {"value": "14/79 = 18%", "bbox": {"x1": 1163, "y1": 849, "x2": 1451, "y2": 910}}], "4": [{"value": "tea water", "bbox": {"x1": 235, "y1": 910, "x2": 539, "y2": 971}}, {"value": "33/97 = 34%", "bbox": {"x1": 539, "y1": 910, "x2": 843, "y2": 971}}, {"value": "13/19 = 68%", "bbox": {"x1": 843, "y1": 910, "x2": 1163, "y2": 971}}, {"value": "70/79 = 91%", "bbox": {"x1": 1163, "y1": 910, "x2": 1451, "y2": 971}}]}}], "1": [{"title": "Example of Data Table 3", "bbox": {"x1": 236, "y1": 249, "x2": 1442, "y2": 543}, "content": {"0": [{"value": "sample", "bbox": {"x1": 236, "y1": 249, "x2": 551, "y2": 292}}, {"value": "blue LED value", "bbox": {"x1": 551, "y1": 249, "x2": 851, "y2": 292}}, {"value": "green LED value", "bbox": {"x1": 851, "y1": 249, "x2": 1135, "y2": 292}}, {"value": "red LED value", "bbox": {"x1": 1135, "y1": 249, "x2": 1442, "y2": 292}}], "1": [{"value": "+ 1 tsp milk", "bbox": {"x1": 236, "y1": 292, "x2": 551, "y2": 354}}, {"value": "13", "bbox": {"x1": 551, "y1": 292, "x2": 851, "y2": 354}}, {"value": "14", "bbox": {"x1": 851, "y1": 292, "x2": 1135, "y2": 354}}, {"value": "12", "bbox": {"x1": 1135, "y1": 292, "x2": 1442, "y2": 354}}], "2": [{"value": "+1tsp milk + blue", "bbox": {"x1": 236, "y1": 354, "x2": 551, "y2": 417}}, {"value": "10", "bbox": {"x1": 551, "y1": 354, "x2": 851, "y2": 417}}, {"value": "9", "bbox": {"x1": 851, "y1": 354, "x2": 1135, "y2": 417}}, {"value": "6", "bbox": {"x1": 1135, "y1": 354, "x2": 1442, "y2": 417}}], "3": [{"value": "+1tsp milk +green", "bbox": {"x1": 236, "y1": 417, "x2": 551, "y2": 480}}, {"value": "9", "bbox": {"x1": 551, "y1": 417, "x2": 851, "y2": 480}}, {"value": "13", "bbox": {"x1": 851, "y1": 417, "x2": 1135, "y2": 480}}, {"value": "7", "bbox": {"x1": 1135, "y1": 417, "x2": 1442, "y2": 480}}], "4": [{"value": "+1tsp milk + tea", "bbox": {"x1": 236, "y1": 480, "x2": 551, "y2": 543}}, {"value": "7", "bbox": {"x1": 551, "y1": 480, "x2": 851, "y2": 543}}, {"value": "9", "bbox": {"x1": 851, "y1": 480, "x2": 1135, "y2": 543}}, {"value": "9", "bbox": {"x1": 1135, "y1": 480, "x2": 1442, "y2": 543}}]}}, {"title": "Example of Data Table 4", "bbox": {"x1": 235, "y1": 671, "x2": 1451, "y2": 971}, "content": {"0": [{"value": "Water sample", "bbox": {"x1": 235, "y1": 671, "x2": 539, "y2": 726}}, {"value": "blue % transmitted", "bbox": {"x1": 539, "y1": 671, "x2": 843, "y2": 726}}, {"value": "green % transmitted", "bbox": {"x1": 843, "y1": 671, "x2": 1163, "y2": 726}}, {"value": "red % transmitted", "bbox": {"x1": 1163, "y1": 671, "x2": 1451, "y2": 726}}], "1": [{"value": "+ 1 tsp milk", "bbox": {"x1": 235, "y1": 726, "x2": 539, "y2": 788}}, {"value": "13/13 = 100%", "bbox": {"x1": 539, "y1": 726, "x2": 843, "y2": 788}}, {"value": "14/14 = 100%", "bbox": {"x1": 843, "y1": 726, "x2": 1163, "y2": 788}}, {"value": "12/12 = 100%", "bbox": {"x1": 1163, "y1": 726, "x2": 1451, "y2": 788}}], "2": [{"value": "+1tsp milk + blue", "bbox": {"x1": 235, "y1": 788, "x2": 539, "y2": 849}}, {"value": "10/13 = 77%", "bbox": {"x1": 539, "y1": 788, "x2": 843, "y2": 849}}, {"value": "9/14 = 64%", "bbox": {"x1": 843, "y1": 788, "x2": 1163, "y2": 849}}, {"value": "6/12 = 50%", "bbox": {"x1": 1163, "y1": 788, "x2": 1451, "y2": 849}}], "3": [{"value": "+1tsp milk +green", "bbox": {"x1": 235, "y1": 849, "x2": 539, "y2": 910}}, {"value": "9/13 = 69%", "bbox": {"x1": 539, "y1": 849, "x2": 843, "y2": 910}}, {"value": "13/14 = 93%", "bbox": {"x1": 843, "y1": 849, "x2": 1163, "y2": 910}}, {"value": "7/12 = 58%", "bbox": {"x1": 1163, "y1": 849, "x2": 1451, "y2": 910}}], "4": [{"value": "+1tsp milk + tea", "bbox": {"x1": 235, "y1": 910, "x2": 539, "y2": 971}}, {"value": "7/13 = 54%", "bbox": {"x1": 539, "y1": 910, "x2": 843, "y2": 971}}, {"value": "9/14 = 69%", "bbox": {"x1": 843, "y1": 910, "x2": 1163, "y2": 971}}, {"value": "9/12 = 75%", "bbox": {"x1": 1163, "y1": 910, "x2": 1451, "y2": 971}}]}}]} | ||
{"0": [{"title": "Example of Data Table 1", "bbox": {"x1": 235, "y1": 249, "x2": 1442, "y2": 543}, "content": {"0": [{"bbox": {"x1": 235, "y1": 249, "x2": 551, "y2": 292}, "value": "sample"}, {"bbox": {"x1": 551, "y1": 249, "x2": 852, "y2": 292}, "value": "blue LED value"}, {"bbox": {"x1": 852, "y1": 249, "x2": 1135, "y2": 292}, "value": "green LED value"}, {"bbox": {"x1": 1135, "y1": 249, "x2": 1442, "y2": 292}, "value": "red LED value"}], "1": [{"bbox": {"x1": 235, "y1": 292, "x2": 551, "y2": 354}, "value": "clear water"}, {"bbox": {"x1": 551, "y1": 292, "x2": 852, "y2": 354}, "value": "97"}, {"bbox": {"x1": 852, "y1": 292, "x2": 1135, "y2": 354}, "value": "19"}, {"bbox": {"x1": 1135, "y1": 292, "x2": 1442, "y2": 354}, "value": "79"}], "2": [{"bbox": {"x1": 235, "y1": 354, "x2": 551, "y2": 417}, "value": "blue water"}, {"bbox": {"x1": 551, "y1": 354, "x2": 852, "y2": 417}, "value": "73"}, {"bbox": {"x1": 852, "y1": 354, "x2": 1135, "y2": 417}, "value": "11"}, {"bbox": {"x1": 1135, "y1": 354, "x2": 1442, "y2": 417}, "value": "13"}], "3": [{"bbox": {"x1": 235, "y1": 417, "x2": 551, "y2": 480}, "value": "green water"}, {"bbox": {"x1": 551, "y1": 417, "x2": 852, "y2": 480}, "value": "35"}, {"bbox": {"x1": 852, "y1": 417, "x2": 1135, "y2": 480}, "value": "15"}, {"bbox": {"x1": 1135, "y1": 417, "x2": 1442, "y2": 480}, "value": "14"}], "4": [{"bbox": {"x1": 235, "y1": 480, "x2": 551, "y2": 543}, "value": "tea water"}, {"bbox": {"x1": 551, "y1": 480, "x2": 852, "y2": 543}, "value": "33"}, {"bbox": {"x1": 852, "y1": 480, "x2": 1135, "y2": 543}, "value": "13"}, {"bbox": {"x1": 1135, "y1": 480, "x2": 1442, "y2": 543}, "value": "70"}]}}, {"title": "Example of Data Table 2", "bbox": {"x1": 235, "y1": 671, "x2": 1451, "y2": 971}, "content": {"0": [{"bbox": {"x1": 235, "y1": 671, "x2": 540, "y2": 726}, "value": "sample"}, {"bbox": {"x1": 540, "y1": 671, "x2": 844, "y2": 726}, "value": "blue % transmitted"}, {"bbox": {"x1": 844, "y1": 671, "x2": 1164, "y2": 726}, "value": "green % transmitted"}, {"bbox": {"x1": 1164, "y1": 671, "x2": 1451, "y2": 726}, "value": "red % transmitted"}], "1": [{"bbox": {"x1": 235, "y1": 726, "x2": 540, "y2": 788}, "value": "clear water"}, {"bbox": {"x1": 540, "y1": 726, "x2": 844, "y2": 788}, "value": "97/97 = 100%"}, {"bbox": {"x1": 844, "y1": 726, "x2": 1164, "y2": 788}, "value": "19/19 = 100%"}, {"bbox": {"x1": 1164, "y1": 726, "x2": 1451, "y2": 788}, "value": "79/79 = 100%"}], "2": [{"bbox": {"x1": 235, "y1": 788, "x2": 540, "y2": 849}, "value": "blue water"}, {"bbox": {"x1": 540, "y1": 788, "x2": 844, "y2": 849}, "value": "73/97 = 75%"}, {"bbox": {"x1": 844, "y1": 788, "x2": 1164, "y2": 849}, "value": "11/19 = 58%"}, {"bbox": {"x1": 1164, "y1": 788, "x2": 1451, "y2": 849}, "value": "13/79 = 17%"}], "3": [{"bbox": {"x1": 235, "y1": 849, "x2": 540, "y2": 910}, "value": "green water"}, {"bbox": {"x1": 540, "y1": 849, "x2": 844, "y2": 910}, "value": "35/97 = 36%"}, {"bbox": {"x1": 844, "y1": 849, "x2": 1164, "y2": 910}, "value": "15/19 = 79%"}, {"bbox": {"x1": 1164, "y1": 849, "x2": 1451, "y2": 910}, "value": "14/79 = 18%"}], "4": [{"bbox": {"x1": 235, "y1": 910, "x2": 540, "y2": 971}, "value": "tea water"}, {"bbox": {"x1": 540, "y1": 910, "x2": 844, "y2": 971}, "value": "33/97 = 34%"}, {"bbox": {"x1": 844, "y1": 910, "x2": 1164, "y2": 971}, "value": "13/19 = 68%"}, {"bbox": {"x1": 1164, "y1": 910, "x2": 1451, "y2": 971}, "value": "70/79 = 91%"}]}}], "1": [{"title": "Example of Data Table 3", "bbox": {"x1": 235, "y1": 249, "x2": 1442, "y2": 543}, "content": {"0": [{"bbox": {"x1": 235, "y1": 249, "x2": 551, "y2": 292}, "value": "sample"}, {"bbox": {"x1": 551, "y1": 249, "x2": 852, "y2": 292}, "value": "blue LED value"}, {"bbox": {"x1": 852, "y1": 249, "x2": 1135, "y2": 292}, "value": "green LED value"}, {"bbox": {"x1": 1135, "y1": 249, "x2": 1442, "y2": 292}, "value": "red LED value"}], "1": [{"bbox": {"x1": 235, "y1": 292, "x2": 551, "y2": 354}, "value": "+ 1 tsp milk"}, {"bbox": {"x1": 551, "y1": 292, "x2": 852, "y2": 354}, "value": "13"}, {"bbox": {"x1": 852, "y1": 292, "x2": 1135, "y2": 354}, "value": "14"}, {"bbox": {"x1": 1135, "y1": 292, "x2": 1442, "y2": 354}, "value": "12"}], "2": [{"bbox": {"x1": 235, "y1": 354, "x2": 551, "y2": 417}, "value": "+1tsp milk + blue"}, {"bbox": {"x1": 551, "y1": 354, "x2": 852, "y2": 417}, "value": "10"}, {"bbox": {"x1": 852, "y1": 354, "x2": 1135, "y2": 417}, "value": "9"}, {"bbox": {"x1": 1135, "y1": 354, "x2": 1442, "y2": 417}, "value": "6"}], "3": [{"bbox": {"x1": 235, "y1": 417, "x2": 551, "y2": 480}, "value": "+1tsp milk +green"}, {"bbox": {"x1": 551, "y1": 417, "x2": 852, "y2": 480}, "value": "9"}, {"bbox": {"x1": 852, "y1": 417, "x2": 1135, "y2": 480}, "value": "13"}, {"bbox": {"x1": 1135, "y1": 417, "x2": 1442, "y2": 480}, "value": "7"}], "4": [{"bbox": {"x1": 235, "y1": 480, "x2": 551, "y2": 543}, "value": "+1tsp milk + tea"}, {"bbox": {"x1": 551, "y1": 480, "x2": 852, "y2": 543}, "value": "7"}, {"bbox": {"x1": 852, "y1": 480, "x2": 1135, "y2": 543}, "value": "9"}, {"bbox": {"x1": 1135, "y1": 480, "x2": 1442, "y2": 543}, "value": "9"}]}}, {"title": "Example of Data Table 4", "bbox": {"x1": 236, "y1": 671, "x2": 1451, "y2": 971}, "content": {"0": [{"bbox": {"x1": 236, "y1": 671, "x2": 540, "y2": 726}, "value": "Water sample"}, {"bbox": {"x1": 540, "y1": 671, "x2": 844, "y2": 726}, "value": "blue % transmitted"}, {"bbox": {"x1": 844, "y1": 671, "x2": 1164, "y2": 726}, "value": "green % transmitted"}, {"bbox": {"x1": 1164, "y1": 671, "x2": 1451, "y2": 726}, "value": "red % transmitted"}], "1": [{"bbox": {"x1": 236, "y1": 726, "x2": 540, "y2": 788}, "value": "+ 1 tsp milk"}, {"bbox": {"x1": 540, "y1": 726, "x2": 844, "y2": 788}, "value": "13/13 = 100%"}, {"bbox": {"x1": 844, "y1": 726, "x2": 1164, "y2": 788}, "value": "14/14 = 100%"}, {"bbox": {"x1": 1164, "y1": 726, "x2": 1451, "y2": 788}, "value": "12/12 = 100%"}], "2": [{"bbox": {"x1": 236, "y1": 788, "x2": 540, "y2": 849}, "value": "+1tsp milk + blue"}, {"bbox": {"x1": 540, "y1": 788, "x2": 844, "y2": 849}, "value": "10/13 = 77%"}, {"bbox": {"x1": 844, "y1": 788, "x2": 1164, "y2": 849}, "value": "9/14 = 64%"}, {"bbox": {"x1": 1164, "y1": 788, "x2": 1451, "y2": 849}, "value": "6/12 = 50%"}], "3": [{"bbox": {"x1": 236, "y1": 849, "x2": 540, "y2": 910}, "value": "+1tsp milk +green"}, {"bbox": {"x1": 540, "y1": 849, "x2": 844, "y2": 910}, "value": "9/13 = 69%"}, {"bbox": {"x1": 844, "y1": 849, "x2": 1164, "y2": 910}, "value": "13/14 = 93%"}, {"bbox": {"x1": 1164, "y1": 849, "x2": 1451, "y2": 910}, "value": "7/12 = 58%"}], "4": [{"bbox": {"x1": 236, "y1": 910, "x2": 540, "y2": 971}, "value": "+1tsp milk + tea"}, {"bbox": {"x1": 540, "y1": 910, "x2": 844, "y2": 971}, "value": "7/13 = 54%"}, {"bbox": {"x1": 844, "y1": 910, "x2": 1164, "y2": 971}, "value": "9/14 = 69%"}, {"bbox": {"x1": 1164, "y1": 910, "x2": 1451, "y2": 971}, "value": "9/12 = 75%"}]}}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[[[{"content": "Title", "x1": 35, "y1": 20, "x2": 770, "y2": 71}, {"content": "Title", "x1": 35, "y1": 20, "x2": 770, "y2": 71}, {"content": "Title", "x1": 35, "y1": 20, "x2": 770, "y2": 71}], [{"content": "Line 1-Col 1", "x1": 35, "y1": 71, "x2": 276, "y2": 123}, {"content": "Line Col 2", "x1": 276, "y1": 71, "x2": 494, "y2": 123}, {"content": "Line 1-Col 3", "x1": 494, "y1": 71, "x2": 770, "y2": 123}], [{"content": "Line Col 1", "x1": 35, "y1": 123, "x2": 276, "y2": 174}, {"content": "Merged Cells", "x1": 276, "y1": 123, "x2": 494, "y2": 275}, {"content": "Line 2-Col3", "x1": 494, "y1": 123, "x2": 770, "y2": 174}], [{"content": "Line 3-Col1", "x1": 35, "y1": 174, "x2": 276, "y2": 224}, {"content": "Merged Cells", "x1": 276, "y1": 123, "x2": 494, "y2": 275}, {"content": "Line 3-Col3", "x1": 494, "y1": 174, "x2": 770, "y2": 224}], [{"content": "Line 4-Col1", "x1": 35, "y1": 224, "x2": 276, "y2": 275}, {"content": "Merged Cells", "x1": 276, "y1": 123, "x2": 494, "y2": 275}, {"content": "Line 4-Col3", "x1": 494, "y1": 224, "x2": 770, "y2": 275}], [{"content": "Line", "x1": 35, "y1": 275, "x2": 276, "y2": 326}, {"content": "Line 5-Col2", "x1": 276, "y1": 275, "x2": 494, "y2": 326}, {"content": "Line 3", "x1": 494, "y1": 275, "x2": 770, "y2": 326}]], [[{"content": "Test 1", "x1": 961, "y1": 21, "x2": 1058, "y2": 71}, {"content": "Test 2", "x1": 1058, "y1": 21, "x2": 1154, "y2": 71}], [{"content": "Test 3", "x1": 961, "y1": 71, "x2": 1058, "y2": 123}, {"content": "Test 4", "x1": 1058, "y1": 71, "x2": 1154, "y2": 123}]]] | ||
[[[{"x1": 35, "y1": 20, "x2": 770, "y2": 71, "content": "Title"}, {"x1": 35, "y1": 20, "x2": 770, "y2": 71, "content": "Title"}, {"x1": 35, "y1": 20, "x2": 770, "y2": 71, "content": "Title"}], [{"x1": 35, "y1": 71, "x2": 276, "y2": 123, "content": "Line 1-Col 1"}, {"x1": 276, "y1": 71, "x2": 494, "y2": 123, "content": "Line Col 2"}, {"x1": 494, "y1": 71, "x2": 770, "y2": 123, "content": "Line 1-Col 3"}], [{"x1": 35, "y1": 123, "x2": 276, "y2": 174, "content": "Line Col 1"}, {"x1": 276, "y1": 123, "x2": 494, "y2": 276, "content": "Merged Cells"}, {"x1": 494, "y1": 123, "x2": 770, "y2": 174, "content": "Line 2-Col3"}], [{"x1": 35, "y1": 174, "x2": 276, "y2": 224, "content": "Line 3-Col1"}, {"x1": 276, "y1": 123, "x2": 494, "y2": 276, "content": "Merged Cells"}, {"x1": 494, "y1": 174, "x2": 770, "y2": 224, "content": "Line 3-Col3"}], [{"x1": 35, "y1": 224, "x2": 276, "y2": 276, "content": "Line 4-Col1"}, {"x1": 276, "y1": 123, "x2": 494, "y2": 276, "content": "Merged Cells"}, {"x1": 494, "y1": 224, "x2": 770, "y2": 276, "content": "Line 4-Col3"}], [{"x1": 35, "y1": 276, "x2": 276, "y2": 327, "content": "Line"}, {"x1": 276, "y1": 276, "x2": 494, "y2": 327, "content": "Line 5-Col2"}, {"x1": 494, "y1": 276, "x2": 770, "y2": 327, "content": "Line 3"}]], [[{"x1": 961, "y1": 21, "x2": 1058, "y2": 71, "content": "Test 1"}, {"x1": 1058, "y1": 21, "x2": 1154, "y2": 71, "content": "Test 2"}], [{"x1": 961, "y1": 71, "x2": 1058, "y2": 123, "content": "Test 3"}, {"x1": 1058, "y1": 71, "x2": 1154, "y2": 123, "content": "Test 4"}]]] |