feat(ocr): auto-detect rotated pages in Tesseract (#1167)
* fix(ocr): tesseract support mis-oriented documents Signed-off-by: Clément Doumouro <clement.doumouro@gmail.com> * fix(ocr): update missing test data Signed-off-by: Clément Doumouro <clement.doumouro@gmail.com> * fix(ocr): rotate image to the natural orientation before layout prediction Signed-off-by: Clément Doumouro <clement.doumouro@gmail.com> * fix(ocr): move bounding bow rotation util to orientation.py Signed-off-by: Clément Doumouro <clement.doumouro@gmail.com> * fix(ocr): refactor rotation utilities Signed-off-by: Clément Doumouro <clement.doumouro@gmail.com> * chore(ocr): revert layout updates Signed-off-by: Clément Doumouro <clement.doumouro@gmail.com> * chore(ocr): update e2e OCR test data Signed-off-by: Clément Doumouro <clement.doumouro@gmail.com> * fix(ocr): avoid to swallow tesseract errors causing orientation detection failures Signed-off-by: Clément Doumouro <clement.doumouro@gmail.com> * chore(ocr): revert layout updates Signed-off-by: Clément Doumouro <clement.doumouro@gmail.com> * chore(ocr): update e2e OCR test data * chore(ocr): proceed to OCR without rotation when OSD fails in `TesseractOcrCliModel` * chore(ocr): proceed to OCR without rotation when OSD fails in `TesseractOcrModel` * chore(ocr): default `TesseractOcrCliModel._is_auto` to `False` * fix(ocr): fix `TesseractOcrCliModel._is_auto` computation * chore(ocr): improve logging in case of OSD failure in `TesseractOcrCliModel` and `TesseractOcrModel` --------- Signed-off-by: Clément Doumouro <clement.doumouro@gmail.com>
This commit is contained in:
@@ -16094,9 +16094,9 @@
|
||||
"page_no": 1,
|
||||
"bbox": {
|
||||
"l": 315.65362548828125,
|
||||
"t": 563.2765655517578,
|
||||
"t": 563.276611328125,
|
||||
"r": 537.1475219726562,
|
||||
"b": 489.19854736328125,
|
||||
"b": 489.1985778808594,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -16443,9 +16443,9 @@
|
||||
"page_no": 3,
|
||||
"bbox": {
|
||||
"l": 312.10369873046875,
|
||||
"t": 713.5591125488281,
|
||||
"t": 713.5591354370117,
|
||||
"r": 550.38916015625,
|
||||
"b": 541.3901214599609,
|
||||
"b": 541.3901519775391,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -16658,7 +16658,7 @@
|
||||
"page_no": 5,
|
||||
"bbox": {
|
||||
"l": 74.30525970458984,
|
||||
"t": 714.0887908935547,
|
||||
"t": 714.0887985229492,
|
||||
"r": 519.9801025390625,
|
||||
"b": 608.2984924316406,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
@@ -16829,7 +16829,7 @@
|
||||
"bbox": {
|
||||
"l": 53.03328323364258,
|
||||
"t": 534.3346557617188,
|
||||
"r": 285.3731384277344,
|
||||
"r": 285.3731689453125,
|
||||
"b": 284.3311462402344,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
@@ -16862,7 +16862,7 @@
|
||||
"page_no": 8,
|
||||
"bbox": {
|
||||
"l": 49.97503662109375,
|
||||
"t": 688.2873153686523,
|
||||
"t": 688.2873382568359,
|
||||
"r": 301.6335754394531,
|
||||
"b": 604.4210662841797,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
@@ -16895,7 +16895,7 @@
|
||||
{
|
||||
"page_no": 8,
|
||||
"bbox": {
|
||||
"l": 305.58367919921875,
|
||||
"l": 305.5836486816406,
|
||||
"t": 693.3458404541016,
|
||||
"r": 554.8258666992188,
|
||||
"b": 611.3732452392578,
|
||||
@@ -16978,9 +16978,9 @@
|
||||
"page_no": 8,
|
||||
"bbox": {
|
||||
"l": 216.76925659179688,
|
||||
"t": 411.5093994140625,
|
||||
"t": 411.5093688964844,
|
||||
"r": 375.7829284667969,
|
||||
"b": 348.6529541015625,
|
||||
"b": 348.65301513671875,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -17177,9 +17177,9 @@
|
||||
{
|
||||
"page_no": 8,
|
||||
"bbox": {
|
||||
"l": 383.1363830566406,
|
||||
"t": 410.7687072753906,
|
||||
"r": 542.1131591796875,
|
||||
"l": 383.1364440917969,
|
||||
"t": 410.7686767578125,
|
||||
"r": 542.1132202148438,
|
||||
"b": 349.2250671386719,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
@@ -17482,7 +17482,7 @@
|
||||
{
|
||||
"page_no": 14,
|
||||
"bbox": {
|
||||
"l": 51.153778076171875,
|
||||
"l": 51.15378952026367,
|
||||
"t": 687.6914825439453,
|
||||
"r": 282.8598937988281,
|
||||
"b": 447.09332275390625,
|
||||
@@ -17580,10 +17580,10 @@
|
||||
{
|
||||
"page_no": 15,
|
||||
"bbox": {
|
||||
"l": 55.11635208129883,
|
||||
"l": 55.116363525390625,
|
||||
"t": 655.7449951171875,
|
||||
"r": 279.370849609375,
|
||||
"b": 542.6654968261719,
|
||||
"b": 542.6654510498047,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -17701,9 +17701,9 @@
|
||||
"page_no": 15,
|
||||
"bbox": {
|
||||
"l": 323.46868896484375,
|
||||
"t": 429.5492248535156,
|
||||
"t": 429.5491638183594,
|
||||
"r": 525.9569091796875,
|
||||
"b": 327.73956298828125,
|
||||
"b": 327.739501953125,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -17765,7 +17765,7 @@
|
||||
"page_no": 16,
|
||||
"bbox": {
|
||||
"l": 66.79948425292969,
|
||||
"t": 538.3837127685547,
|
||||
"t": 538.3836822509766,
|
||||
"r": 528.5565795898438,
|
||||
"b": 293.8616027832031,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
@@ -17801,9 +17801,9 @@
|
||||
"page_no": 1,
|
||||
"bbox": {
|
||||
"l": 315.65362548828125,
|
||||
"t": 563.2765655517578,
|
||||
"t": 563.276611328125,
|
||||
"r": 537.1475219726562,
|
||||
"b": 489.19854736328125,
|
||||
"b": 489.1985778808594,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -18771,9 +18771,9 @@
|
||||
{
|
||||
"page_no": 4,
|
||||
"bbox": {
|
||||
"l": 310.6757507324219,
|
||||
"t": 718.8061218261719,
|
||||
"r": 542.9546508789062,
|
||||
"l": 310.67584228515625,
|
||||
"t": 718.8061141967773,
|
||||
"r": 542.9547119140625,
|
||||
"b": 636.7794799804688,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
@@ -22946,7 +22946,7 @@
|
||||
"page_no": 7,
|
||||
"bbox": {
|
||||
"l": 332.9688720703125,
|
||||
"t": 251.71649169921875,
|
||||
"t": 251.7164306640625,
|
||||
"r": 520.942138671875,
|
||||
"b": 148.73028564453125,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
@@ -24069,9 +24069,9 @@
|
||||
"page_no": 8,
|
||||
"bbox": {
|
||||
"l": 53.62853240966797,
|
||||
"t": 573.0514526367188,
|
||||
"t": 573.0514221191406,
|
||||
"r": 298.5574951171875,
|
||||
"b": 499.6000061035156,
|
||||
"b": 499.60003662109375,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -27719,7 +27719,7 @@
|
||||
{
|
||||
"page_no": 13,
|
||||
"bbox": {
|
||||
"l": 83.31759643554688,
|
||||
"l": 83.31756591796875,
|
||||
"t": 395.9864501953125,
|
||||
"r": 248.873046875,
|
||||
"b": 304.7430114746094,
|
||||
@@ -27759,9 +27759,9 @@
|
||||
"page_no": 13,
|
||||
"bbox": {
|
||||
"l": 310.3294372558594,
|
||||
"t": 690.8223342895508,
|
||||
"t": 690.8223266601562,
|
||||
"r": 555.8338623046875,
|
||||
"b": 655.8524932861328,
|
||||
"b": 655.8524780273438,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -27798,9 +27798,9 @@
|
||||
"page_no": 13,
|
||||
"bbox": {
|
||||
"l": 309.9566345214844,
|
||||
"t": 637.3854827880859,
|
||||
"t": 637.3855133056641,
|
||||
"r": 555.7466430664062,
|
||||
"b": 607.2774353027344,
|
||||
"b": 607.2774658203125,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -27832,10 +27832,10 @@
|
||||
{
|
||||
"page_no": 13,
|
||||
"bbox": {
|
||||
"l": 309.96356201171875,
|
||||
"t": 596.2945098876953,
|
||||
"r": 555.7053833007812,
|
||||
"b": 558.4485168457031,
|
||||
"l": 309.9635314941406,
|
||||
"t": 596.2945861816406,
|
||||
"r": 555.7054443359375,
|
||||
"b": 558.4485473632812,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -28050,10 +28050,10 @@
|
||||
{
|
||||
"page_no": 14,
|
||||
"bbox": {
|
||||
"l": 51.726383209228516,
|
||||
"t": 518.3907470703125,
|
||||
"r": 283.1140441894531,
|
||||
"b": 447.7555236816406,
|
||||
"l": 51.72642135620117,
|
||||
"t": 518.3907165527344,
|
||||
"r": 283.114013671875,
|
||||
"b": 447.7554931640625,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -28085,7 +28085,7 @@
|
||||
{
|
||||
"page_no": 14,
|
||||
"bbox": {
|
||||
"l": 51.43488693237305,
|
||||
"l": 51.434879302978516,
|
||||
"t": 338.51251220703125,
|
||||
"r": 310.7267150878906,
|
||||
"b": 300.17974853515625,
|
||||
@@ -28155,7 +28155,7 @@
|
||||
{
|
||||
"page_no": 14,
|
||||
"bbox": {
|
||||
"l": 51.2728271484375,
|
||||
"l": 51.27280807495117,
|
||||
"t": 238.271484375,
|
||||
"r": 311.0897216796875,
|
||||
"b": 200.086669921875,
|
||||
@@ -28408,9 +28408,9 @@
|
||||
{
|
||||
"page_no": 14,
|
||||
"bbox": {
|
||||
"l": 319.0649719238281,
|
||||
"t": 182.1590576171875,
|
||||
"r": 533.7738647460938,
|
||||
"l": 319.06494140625,
|
||||
"t": 182.1591796875,
|
||||
"r": 533.77392578125,
|
||||
"b": 122.80792236328125,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
@@ -28443,10 +28443,10 @@
|
||||
{
|
||||
"page_no": 15,
|
||||
"bbox": {
|
||||
"l": 55.11635208129883,
|
||||
"l": 55.116363525390625,
|
||||
"t": 655.7449951171875,
|
||||
"r": 279.370849609375,
|
||||
"b": 542.6654968261719,
|
||||
"b": 542.6654510498047,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -28517,10 +28517,10 @@
|
||||
{
|
||||
"page_no": 15,
|
||||
"bbox": {
|
||||
"l": 323.0059814453125,
|
||||
"t": 670.4528656005859,
|
||||
"r": 525.9517211914062,
|
||||
"b": 569.0885772705078,
|
||||
"l": 323.0059509277344,
|
||||
"t": 670.4528503417969,
|
||||
"r": 525.95166015625,
|
||||
"b": 569.0885925292969,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -28557,9 +28557,9 @@
|
||||
"page_no": 15,
|
||||
"bbox": {
|
||||
"l": 323.384765625,
|
||||
"t": 550.0270690917969,
|
||||
"t": 550.0270538330078,
|
||||
"r": 526.1268920898438,
|
||||
"b": 447.9078674316406,
|
||||
"b": 447.90789794921875,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -28592,9 +28592,9 @@
|
||||
"page_no": 15,
|
||||
"bbox": {
|
||||
"l": 323.46868896484375,
|
||||
"t": 429.5492248535156,
|
||||
"t": 429.5491638183594,
|
||||
"r": 525.9569091796875,
|
||||
"b": 327.73956298828125,
|
||||
"b": 327.739501953125,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -16866,10 +16866,10 @@
|
||||
{
|
||||
"page_no": 1,
|
||||
"bbox": {
|
||||
"l": 323.4081115722656,
|
||||
"l": 323.408203125,
|
||||
"t": 541.6512603759766,
|
||||
"r": 553.295166015625,
|
||||
"b": 266.14935302734375,
|
||||
"r": 553.2952270507812,
|
||||
"b": 266.1492919921875,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -16941,9 +16941,9 @@
|
||||
"page_no": 3,
|
||||
"bbox": {
|
||||
"l": 88.33030700683594,
|
||||
"t": 699.1134490966797,
|
||||
"t": 699.1134796142578,
|
||||
"r": 263.7049560546875,
|
||||
"b": 571.4317626953125,
|
||||
"b": 571.4317321777344,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -16979,9 +16979,9 @@
|
||||
"page_no": 4,
|
||||
"bbox": {
|
||||
"l": 53.05912780761719,
|
||||
"t": 481.20867919921875,
|
||||
"t": 481.2087097167969,
|
||||
"r": 295.8506164550781,
|
||||
"b": 251.1358642578125,
|
||||
"b": 251.135986328125,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -17255,9 +17255,9 @@
|
||||
"page_no": 4,
|
||||
"bbox": {
|
||||
"l": 98.93103790283203,
|
||||
"t": 654.5244903564453,
|
||||
"t": 654.5245208740234,
|
||||
"r": 512.579833984375,
|
||||
"b": 497.91845703125,
|
||||
"b": 497.91851806640625,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -23506,7 +23506,7 @@
|
||||
"page_no": 6,
|
||||
"bbox": {
|
||||
"l": 62.02753829956055,
|
||||
"t": 596.3199462890625,
|
||||
"t": 596.3199310302734,
|
||||
"r": 285.78955078125,
|
||||
"b": 440.3381042480469,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
@@ -26668,9 +26668,9 @@
|
||||
{
|
||||
"page_no": 7,
|
||||
"bbox": {
|
||||
"l": 80.35527038574219,
|
||||
"l": 80.35525512695312,
|
||||
"t": 641.0637054443359,
|
||||
"r": 267.00823974609375,
|
||||
"r": 267.0082092285156,
|
||||
"b": 496.5545349121094,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
@@ -31588,10 +31588,10 @@
|
||||
{
|
||||
"page_no": 8,
|
||||
"bbox": {
|
||||
"l": 72.65901947021484,
|
||||
"t": 619.5191650390625,
|
||||
"r": 274.8346862792969,
|
||||
"b": 452.14599609375,
|
||||
"l": 72.6590347290039,
|
||||
"t": 619.5191955566406,
|
||||
"r": 274.83465576171875,
|
||||
"b": 452.1459655761719,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -336,9 +336,9 @@
|
||||
{
|
||||
"page_no": 1,
|
||||
"bbox": {
|
||||
"l": 139.6674041748047,
|
||||
"l": 139.66746520996094,
|
||||
"t": 454.4546203613281,
|
||||
"r": 475.00927734375,
|
||||
"r": 475.0093078613281,
|
||||
"b": 322.5054626464844,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
|
||||
@@ -2646,7 +2646,7 @@
|
||||
"b": 102.78223000000003,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9373533129692078,
|
||||
"confidence": 0.9373531937599182,
|
||||
"cells": [
|
||||
{
|
||||
"index": 0,
|
||||
@@ -2686,7 +2686,7 @@
|
||||
"b": 102.78223000000003,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8858681321144104,
|
||||
"confidence": 0.8858677744865417,
|
||||
"cells": [
|
||||
{
|
||||
"index": 1,
|
||||
@@ -2816,7 +2816,7 @@
|
||||
"b": 179.20818999999995,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.957740306854248,
|
||||
"confidence": 0.9577404260635376,
|
||||
"cells": [
|
||||
{
|
||||
"index": 5,
|
||||
@@ -2881,7 +2881,7 @@
|
||||
"b": 255.42400999999995,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9850425124168396,
|
||||
"confidence": 0.98504239320755,
|
||||
"cells": [
|
||||
{
|
||||
"index": 7,
|
||||
@@ -3096,7 +3096,7 @@
|
||||
"b": 327.98218,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9591907262802124,
|
||||
"confidence": 0.9591910243034363,
|
||||
"cells": [
|
||||
{
|
||||
"index": 15,
|
||||
@@ -3280,9 +3280,9 @@
|
||||
"id": 0,
|
||||
"label": "table",
|
||||
"bbox": {
|
||||
"l": 139.6674041748047,
|
||||
"l": 139.66746520996094,
|
||||
"t": 337.5453796386719,
|
||||
"r": 475.00927734375,
|
||||
"r": 475.0093078613281,
|
||||
"b": 469.4945373535156,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
@@ -7852,7 +7852,7 @@
|
||||
"b": 618.3,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9849976301193237,
|
||||
"confidence": 0.9849975109100342,
|
||||
"cells": [
|
||||
{
|
||||
"index": 93,
|
||||
@@ -8184,9 +8184,9 @@
|
||||
"id": 0,
|
||||
"label": "table",
|
||||
"bbox": {
|
||||
"l": 139.6674041748047,
|
||||
"l": 139.66746520996094,
|
||||
"t": 337.5453796386719,
|
||||
"r": 475.00927734375,
|
||||
"r": 475.0093078613281,
|
||||
"b": 469.4945373535156,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
@@ -13582,7 +13582,7 @@
|
||||
"b": 102.78223000000003,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9373533129692078,
|
||||
"confidence": 0.9373531937599182,
|
||||
"cells": [
|
||||
{
|
||||
"index": 0,
|
||||
@@ -13628,7 +13628,7 @@
|
||||
"b": 102.78223000000003,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8858681321144104,
|
||||
"confidence": 0.8858677744865417,
|
||||
"cells": [
|
||||
{
|
||||
"index": 1,
|
||||
@@ -13770,7 +13770,7 @@
|
||||
"b": 179.20818999999995,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.957740306854248,
|
||||
"confidence": 0.9577404260635376,
|
||||
"cells": [
|
||||
{
|
||||
"index": 5,
|
||||
@@ -13841,7 +13841,7 @@
|
||||
"b": 255.42400999999995,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9850425124168396,
|
||||
"confidence": 0.98504239320755,
|
||||
"cells": [
|
||||
{
|
||||
"index": 7,
|
||||
@@ -14062,7 +14062,7 @@
|
||||
"b": 327.98218,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9591907262802124,
|
||||
"confidence": 0.9591910243034363,
|
||||
"cells": [
|
||||
{
|
||||
"index": 15,
|
||||
@@ -14252,9 +14252,9 @@
|
||||
"id": 0,
|
||||
"label": "table",
|
||||
"bbox": {
|
||||
"l": 139.6674041748047,
|
||||
"l": 139.66746520996094,
|
||||
"t": 337.5453796386719,
|
||||
"r": 475.00927734375,
|
||||
"r": 475.0093078613281,
|
||||
"b": 469.4945373535156,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
@@ -19713,7 +19713,7 @@
|
||||
"b": 618.3,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9849976301193237,
|
||||
"confidence": 0.9849975109100342,
|
||||
"cells": [
|
||||
{
|
||||
"index": 93,
|
||||
@@ -20153,7 +20153,7 @@
|
||||
"b": 179.20818999999995,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.957740306854248,
|
||||
"confidence": 0.9577404260635376,
|
||||
"cells": [
|
||||
{
|
||||
"index": 5,
|
||||
@@ -20224,7 +20224,7 @@
|
||||
"b": 255.42400999999995,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9850425124168396,
|
||||
"confidence": 0.98504239320755,
|
||||
"cells": [
|
||||
{
|
||||
"index": 7,
|
||||
@@ -20445,7 +20445,7 @@
|
||||
"b": 327.98218,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9591907262802124,
|
||||
"confidence": 0.9591910243034363,
|
||||
"cells": [
|
||||
{
|
||||
"index": 15,
|
||||
@@ -20635,9 +20635,9 @@
|
||||
"id": 0,
|
||||
"label": "table",
|
||||
"bbox": {
|
||||
"l": 139.6674041748047,
|
||||
"l": 139.66746520996094,
|
||||
"t": 337.5453796386719,
|
||||
"r": 475.00927734375,
|
||||
"r": 475.0093078613281,
|
||||
"b": 469.4945373535156,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
@@ -26096,7 +26096,7 @@
|
||||
"b": 618.3,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9849976301193237,
|
||||
"confidence": 0.9849975109100342,
|
||||
"cells": [
|
||||
{
|
||||
"index": 93,
|
||||
@@ -26440,7 +26440,7 @@
|
||||
"b": 102.78223000000003,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9373533129692078,
|
||||
"confidence": 0.9373531937599182,
|
||||
"cells": [
|
||||
{
|
||||
"index": 0,
|
||||
@@ -26486,7 +26486,7 @@
|
||||
"b": 102.78223000000003,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8858681321144104,
|
||||
"confidence": 0.8858677744865417,
|
||||
"cells": [
|
||||
{
|
||||
"index": 1,
|
||||
|
||||
@@ -14942,9 +14942,9 @@
|
||||
"page_no": 2,
|
||||
"bbox": {
|
||||
"l": 148.45364379882812,
|
||||
"t": 583.6257476806641,
|
||||
"t": 583.6257629394531,
|
||||
"r": 464.3608093261719,
|
||||
"b": 366.1538391113281,
|
||||
"b": 366.1537780761719,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -15221,9 +15221,9 @@
|
||||
{
|
||||
"page_no": 7,
|
||||
"bbox": {
|
||||
"l": 164.6503143310547,
|
||||
"l": 164.65028381347656,
|
||||
"t": 628.2029113769531,
|
||||
"r": 449.550537109375,
|
||||
"r": 449.5505676269531,
|
||||
"b": 511.6590576171875,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
@@ -15475,7 +15475,7 @@
|
||||
{
|
||||
"page_no": 8,
|
||||
"bbox": {
|
||||
"l": 140.70960998535156,
|
||||
"l": 140.70968627929688,
|
||||
"t": 283.9361572265625,
|
||||
"r": 472.73382568359375,
|
||||
"b": 198.32281494140625,
|
||||
@@ -15804,10 +15804,10 @@
|
||||
{
|
||||
"page_no": 10,
|
||||
"bbox": {
|
||||
"l": 162.67434692382812,
|
||||
"t": 347.3774719238281,
|
||||
"r": 451.70068359375,
|
||||
"b": 128.786376953125,
|
||||
"l": 162.67430114746094,
|
||||
"t": 347.37744140625,
|
||||
"r": 451.70062255859375,
|
||||
"b": 128.78643798828125,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -15875,9 +15875,9 @@
|
||||
{
|
||||
"page_no": 11,
|
||||
"bbox": {
|
||||
"l": 168.3928985595703,
|
||||
"l": 168.39285278320312,
|
||||
"t": 610.0334930419922,
|
||||
"r": 447.3513488769531,
|
||||
"r": 447.35137939453125,
|
||||
"b": 157.99432373046875,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
@@ -17702,7 +17702,7 @@
|
||||
"page_no": 10,
|
||||
"bbox": {
|
||||
"l": 143.6376495361328,
|
||||
"t": 635.6522827148438,
|
||||
"t": 635.6522979736328,
|
||||
"r": 470.8485412597656,
|
||||
"b": 528.7375183105469,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -951,7 +951,7 @@
|
||||
"page_no": 1,
|
||||
"bbox": {
|
||||
"l": 320.4467468261719,
|
||||
"t": 352.3592834472656,
|
||||
"t": 352.359375,
|
||||
"r": 558.8576049804688,
|
||||
"b": 81.689208984375,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
|
||||
@@ -3411,7 +3411,7 @@
|
||||
"b": 519.65363,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9695364832878113,
|
||||
"confidence": 0.9695363640785217,
|
||||
"cells": [
|
||||
{
|
||||
"index": 34,
|
||||
@@ -4081,7 +4081,7 @@
|
||||
"b": 142.65363000000002,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9263732433319092,
|
||||
"confidence": 0.9263731241226196,
|
||||
"cells": [
|
||||
{
|
||||
"index": 59,
|
||||
@@ -4611,7 +4611,7 @@
|
||||
"b": 382.15362999999996,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9253151416778564,
|
||||
"confidence": 0.9253152012825012,
|
||||
"cells": [
|
||||
{
|
||||
"index": 79,
|
||||
@@ -4651,7 +4651,7 @@
|
||||
"b": 409.15362999999996,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9676452875137329,
|
||||
"confidence": 0.9676451683044434,
|
||||
"cells": [
|
||||
{
|
||||
"index": 80,
|
||||
@@ -4711,12 +4711,12 @@
|
||||
"label": "picture",
|
||||
"bbox": {
|
||||
"l": 320.4467468261719,
|
||||
"t": 421.6407165527344,
|
||||
"t": 421.640625,
|
||||
"r": 558.8576049804688,
|
||||
"b": 692.310791015625,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9881085753440857,
|
||||
"confidence": 0.9881086945533752,
|
||||
"cells": [
|
||||
{
|
||||
"index": 82,
|
||||
@@ -5463,7 +5463,7 @@
|
||||
"b": 713.009598,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9449449777603149,
|
||||
"confidence": 0.9449448585510254,
|
||||
"cells": [
|
||||
{
|
||||
"index": 93,
|
||||
@@ -5528,7 +5528,7 @@
|
||||
"b": 710.989597,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9497623443603516,
|
||||
"confidence": 0.9497622847557068,
|
||||
"cells": [
|
||||
{
|
||||
"index": 95,
|
||||
@@ -5593,7 +5593,7 @@
|
||||
"b": 740.290298,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9368569850921631,
|
||||
"confidence": 0.9368568658828735,
|
||||
"cells": [
|
||||
{
|
||||
"index": 97,
|
||||
@@ -6624,7 +6624,7 @@
|
||||
"b": 519.65363,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9695364832878113,
|
||||
"confidence": 0.9695363640785217,
|
||||
"cells": [
|
||||
{
|
||||
"index": 34,
|
||||
@@ -7312,7 +7312,7 @@
|
||||
"b": 142.65363000000002,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9263732433319092,
|
||||
"confidence": 0.9263731241226196,
|
||||
"cells": [
|
||||
{
|
||||
"index": 59,
|
||||
@@ -7854,7 +7854,7 @@
|
||||
"b": 382.15362999999996,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9253151416778564,
|
||||
"confidence": 0.9253152012825012,
|
||||
"cells": [
|
||||
{
|
||||
"index": 79,
|
||||
@@ -7900,7 +7900,7 @@
|
||||
"b": 409.15362999999996,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9676452875137329,
|
||||
"confidence": 0.9676451683044434,
|
||||
"cells": [
|
||||
{
|
||||
"index": 80,
|
||||
@@ -7966,12 +7966,12 @@
|
||||
"label": "picture",
|
||||
"bbox": {
|
||||
"l": 320.4467468261719,
|
||||
"t": 421.6407165527344,
|
||||
"t": 421.640625,
|
||||
"r": 558.8576049804688,
|
||||
"b": 692.310791015625,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9881085753440857,
|
||||
"confidence": 0.9881086945533752,
|
||||
"cells": [
|
||||
{
|
||||
"index": 82,
|
||||
@@ -8738,7 +8738,7 @@
|
||||
"b": 713.009598,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9449449777603149,
|
||||
"confidence": 0.9449448585510254,
|
||||
"cells": [
|
||||
{
|
||||
"index": 93,
|
||||
@@ -8809,7 +8809,7 @@
|
||||
"b": 710.989597,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9497623443603516,
|
||||
"confidence": 0.9497622847557068,
|
||||
"cells": [
|
||||
{
|
||||
"index": 95,
|
||||
@@ -8880,7 +8880,7 @@
|
||||
"b": 740.290298,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9368569850921631,
|
||||
"confidence": 0.9368568658828735,
|
||||
"cells": [
|
||||
{
|
||||
"index": 97,
|
||||
@@ -9904,7 +9904,7 @@
|
||||
"b": 519.65363,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9695364832878113,
|
||||
"confidence": 0.9695363640785217,
|
||||
"cells": [
|
||||
{
|
||||
"index": 34,
|
||||
@@ -10592,7 +10592,7 @@
|
||||
"b": 142.65363000000002,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9263732433319092,
|
||||
"confidence": 0.9263731241226196,
|
||||
"cells": [
|
||||
{
|
||||
"index": 59,
|
||||
@@ -11134,7 +11134,7 @@
|
||||
"b": 382.15362999999996,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9253151416778564,
|
||||
"confidence": 0.9253152012825012,
|
||||
"cells": [
|
||||
{
|
||||
"index": 79,
|
||||
@@ -11180,7 +11180,7 @@
|
||||
"b": 409.15362999999996,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9676452875137329,
|
||||
"confidence": 0.9676451683044434,
|
||||
"cells": [
|
||||
{
|
||||
"index": 80,
|
||||
@@ -11246,12 +11246,12 @@
|
||||
"label": "picture",
|
||||
"bbox": {
|
||||
"l": 320.4467468261719,
|
||||
"t": 421.6407165527344,
|
||||
"t": 421.640625,
|
||||
"r": 558.8576049804688,
|
||||
"b": 692.310791015625,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9881085753440857,
|
||||
"confidence": 0.9881086945533752,
|
||||
"cells": [
|
||||
{
|
||||
"index": 82,
|
||||
@@ -12018,7 +12018,7 @@
|
||||
"b": 713.009598,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9449449777603149,
|
||||
"confidence": 0.9449448585510254,
|
||||
"cells": [
|
||||
{
|
||||
"index": 93,
|
||||
@@ -12089,7 +12089,7 @@
|
||||
"b": 710.989597,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9497623443603516,
|
||||
"confidence": 0.9497622847557068,
|
||||
"cells": [
|
||||
{
|
||||
"index": 95,
|
||||
@@ -12162,7 +12162,7 @@
|
||||
"b": 740.290298,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9368569850921631,
|
||||
"confidence": 0.9368568658828735,
|
||||
"cells": [
|
||||
{
|
||||
"index": 97,
|
||||
|
||||
@@ -1541,7 +1541,7 @@
|
||||
"b": 358.76782,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.5588339567184448,
|
||||
"confidence": 0.5588350296020508,
|
||||
"cells": [
|
||||
{
|
||||
"index": 18,
|
||||
@@ -1581,7 +1581,7 @@
|
||||
"b": 406.74554,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.6312211155891418,
|
||||
"confidence": 0.6312209963798523,
|
||||
"cells": [
|
||||
{
|
||||
"index": 19,
|
||||
@@ -2036,7 +2036,7 @@
|
||||
"b": 607.23564,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9843752980232239,
|
||||
"confidence": 0.9843751788139343,
|
||||
"cells": [
|
||||
{
|
||||
"index": 36,
|
||||
@@ -2719,7 +2719,7 @@
|
||||
"b": 358.76782,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.5588339567184448,
|
||||
"confidence": 0.5588350296020508,
|
||||
"cells": [
|
||||
{
|
||||
"index": 18,
|
||||
@@ -2765,7 +2765,7 @@
|
||||
"b": 406.74554,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.6312211155891418,
|
||||
"confidence": 0.6312209963798523,
|
||||
"cells": [
|
||||
{
|
||||
"index": 19,
|
||||
@@ -3232,7 +3232,7 @@
|
||||
"b": 607.23564,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9843752980232239,
|
||||
"confidence": 0.9843751788139343,
|
||||
"cells": [
|
||||
{
|
||||
"index": 36,
|
||||
@@ -3914,7 +3914,7 @@
|
||||
"b": 358.76782,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.5588339567184448,
|
||||
"confidence": 0.5588350296020508,
|
||||
"cells": [
|
||||
{
|
||||
"index": 18,
|
||||
@@ -3960,7 +3960,7 @@
|
||||
"b": 406.74554,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.6312211155891418,
|
||||
"confidence": 0.6312209963798523,
|
||||
"cells": [
|
||||
{
|
||||
"index": 19,
|
||||
@@ -4427,7 +4427,7 @@
|
||||
"b": 607.23564,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9843752980232239,
|
||||
"confidence": 0.9843751788139343,
|
||||
"cells": [
|
||||
{
|
||||
"index": 36,
|
||||
@@ -5782,7 +5782,7 @@
|
||||
"b": 137.5481507594625,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9505067467689514,
|
||||
"confidence": 0.950506865978241,
|
||||
"cells": [
|
||||
{
|
||||
"index": 0,
|
||||
@@ -6302,7 +6302,7 @@
|
||||
"b": 373.7119120634245,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8727476000785828,
|
||||
"confidence": 0.8727474808692932,
|
||||
"cells": [
|
||||
{
|
||||
"index": 19,
|
||||
@@ -7037,7 +7037,7 @@
|
||||
"b": 704.5687238902275,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8504503965377808,
|
||||
"confidence": 0.8504500389099121,
|
||||
"cells": [
|
||||
{
|
||||
"index": 46,
|
||||
@@ -7092,7 +7092,7 @@
|
||||
"b": 137.5481507594625,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9505067467689514,
|
||||
"confidence": 0.950506865978241,
|
||||
"cells": [
|
||||
{
|
||||
"index": 0,
|
||||
@@ -7630,7 +7630,7 @@
|
||||
"b": 373.7119120634245,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8727476000785828,
|
||||
"confidence": 0.8727474808692932,
|
||||
"cells": [
|
||||
{
|
||||
"index": 19,
|
||||
@@ -8389,7 +8389,7 @@
|
||||
"b": 704.5687238902275,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8504503965377808,
|
||||
"confidence": 0.8504500389099121,
|
||||
"cells": [
|
||||
{
|
||||
"index": 46,
|
||||
@@ -8437,7 +8437,7 @@
|
||||
"b": 137.5481507594625,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9505067467689514,
|
||||
"confidence": 0.950506865978241,
|
||||
"cells": [
|
||||
{
|
||||
"index": 0,
|
||||
@@ -8975,7 +8975,7 @@
|
||||
"b": 373.7119120634245,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8727476000785828,
|
||||
"confidence": 0.8727474808692932,
|
||||
"cells": [
|
||||
{
|
||||
"index": 19,
|
||||
@@ -9736,7 +9736,7 @@
|
||||
"b": 704.5687238902275,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8504503965377808,
|
||||
"confidence": 0.8504500389099121,
|
||||
"cells": [
|
||||
{
|
||||
"index": 46,
|
||||
|
||||
@@ -245,7 +245,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "And that is an equation by itself. Cheers!",
|
||||
"text": "And that is an equation by itself. Cheers!"
|
||||
"text": "And that is an equation by itself. Cheers!",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/6",
|
||||
@@ -269,7 +275,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "This is another equation:",
|
||||
"text": "This is another equation:"
|
||||
"text": "This is another equation:",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/8",
|
||||
@@ -305,7 +317,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text.",
|
||||
"text": "This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text."
|
||||
"text": "This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text.",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/11",
|
||||
@@ -413,7 +431,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "And that is an equation by itself. Cheers!",
|
||||
"text": "And that is an equation by itself. Cheers!"
|
||||
"text": "And that is an equation by itself. Cheers!",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/20",
|
||||
@@ -437,7 +461,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "This is another equation:",
|
||||
"text": "This is another equation:"
|
||||
"text": "This is another equation:",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/22",
|
||||
@@ -485,7 +515,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text.",
|
||||
"text": "This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text."
|
||||
"text": "This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text. This is text.",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/26",
|
||||
@@ -593,7 +629,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "And that is an equation by itself. Cheers!",
|
||||
"text": "And that is an equation by itself. Cheers!"
|
||||
"text": "And that is an equation by itself. Cheers!",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/35",
|
||||
|
||||
@@ -61,7 +61,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin elit mi, fermentum vitae dolor facilisis, porttitor mollis quam. Cras quam massa, venenatis faucibus libero vel, euismod sollicitudin ipsum. Aliquam semper sapien leo, ac ultrices nibh mollis congue. Cras luctus ultrices est, ut scelerisque eros euismod ut. Curabitur ac tincidunt felis, non scelerisque lectus. Praesent sollicitudin vulputate est id consequat. Vestibulum pharetra ligula sit amet varius porttitor. Sed eros diam, gravida non varius at, scelerisque in libero. Ut auctor finibus mauris sit amet ornare. Sed facilisis leo at urna rhoncus, in facilisis arcu eleifend. Sed tincidunt lacinia fermentum. Cras non purus fringilla, semper quam non, sodales sem. Nulla facilisi.",
|
||||
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin elit mi, fermentum vitae dolor facilisis, porttitor mollis quam. Cras quam massa, venenatis faucibus libero vel, euismod sollicitudin ipsum. Aliquam semper sapien leo, ac ultrices nibh mollis congue. Cras luctus ultrices est, ut scelerisque eros euismod ut. Curabitur ac tincidunt felis, non scelerisque lectus. Praesent sollicitudin vulputate est id consequat. Vestibulum pharetra ligula sit amet varius porttitor. Sed eros diam, gravida non varius at, scelerisque in libero. Ut auctor finibus mauris sit amet ornare. Sed facilisis leo at urna rhoncus, in facilisis arcu eleifend. Sed tincidunt lacinia fermentum. Cras non purus fringilla, semper quam non, sodales sem. Nulla facilisi."
|
||||
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin elit mi, fermentum vitae dolor facilisis, porttitor mollis quam. Cras quam massa, venenatis faucibus libero vel, euismod sollicitudin ipsum. Aliquam semper sapien leo, ac ultrices nibh mollis congue. Cras luctus ultrices est, ut scelerisque eros euismod ut. Curabitur ac tincidunt felis, non scelerisque lectus. Praesent sollicitudin vulputate est id consequat. Vestibulum pharetra ligula sit amet varius porttitor. Sed eros diam, gravida non varius at, scelerisque in libero. Ut auctor finibus mauris sit amet ornare. Sed facilisis leo at urna rhoncus, in facilisis arcu eleifend. Sed tincidunt lacinia fermentum. Cras non purus fringilla, semper quam non, sodales sem. Nulla facilisi.",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/1",
|
||||
@@ -85,7 +91,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Duis condimentum dui eget ullamcorper maximus. Nulla tortor lectus, hendrerit at diam fermentum, euismod ornare orci. Integer ac mauris sed augue ultricies pellentesque. Etiam condimentum turpis a risus dictum, sed tempor arcu vestibulum. Quisque at venenatis tellus. Morbi id lobortis elit. In gravida metus at ornare suscipit. Donec euismod nibh sit amet commodo porttitor. Integer commodo sit amet nisi vel accumsan. Donec lacinia posuere porta. Pellentesque vulputate porta risus, vel consectetur nisl gravida sit amet. Nam scelerisque enim sodales lacus tempor, et tristique ante aliquet.",
|
||||
"text": "Duis condimentum dui eget ullamcorper maximus. Nulla tortor lectus, hendrerit at diam fermentum, euismod ornare orci. Integer ac mauris sed augue ultricies pellentesque. Etiam condimentum turpis a risus dictum, sed tempor arcu vestibulum. Quisque at venenatis tellus. Morbi id lobortis elit. In gravida metus at ornare suscipit. Donec euismod nibh sit amet commodo porttitor. Integer commodo sit amet nisi vel accumsan. Donec lacinia posuere porta. Pellentesque vulputate porta risus, vel consectetur nisl gravida sit amet. Nam scelerisque enim sodales lacus tempor, et tristique ante aliquet."
|
||||
"text": "Duis condimentum dui eget ullamcorper maximus. Nulla tortor lectus, hendrerit at diam fermentum, euismod ornare orci. Integer ac mauris sed augue ultricies pellentesque. Etiam condimentum turpis a risus dictum, sed tempor arcu vestibulum. Quisque at venenatis tellus. Morbi id lobortis elit. In gravida metus at ornare suscipit. Donec euismod nibh sit amet commodo porttitor. Integer commodo sit amet nisi vel accumsan. Donec lacinia posuere porta. Pellentesque vulputate porta risus, vel consectetur nisl gravida sit amet. Nam scelerisque enim sodales lacus tempor, et tristique ante aliquet.",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/3",
|
||||
@@ -109,7 +121,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Maecenas id neque pharetra, eleifend lectus a, vehicula sapien. Aliquam erat volutpat. Ut arcu erat, blandit id elementum at, aliquet pretium mauris. Nulla at semper orci. Nunc sed maximus metus. Duis eget tristique arcu. Phasellus fringilla augue est, ut bibendum est bibendum vitae. Nam et urna interdum, egestas velit a, consectetur metus. Pellentesque facilisis vehicula orci, eu posuere justo imperdiet non. Vestibulum tincidunt orci ac lorem consequat semper. Fusce semper sollicitudin orci, id lacinia nulla faucibus eu. Donec ut nisl metus.",
|
||||
"text": "Maecenas id neque pharetra, eleifend lectus a, vehicula sapien. Aliquam erat volutpat. Ut arcu erat, blandit id elementum at, aliquet pretium mauris. Nulla at semper orci. Nunc sed maximus metus. Duis eget tristique arcu. Phasellus fringilla augue est, ut bibendum est bibendum vitae. Nam et urna interdum, egestas velit a, consectetur metus. Pellentesque facilisis vehicula orci, eu posuere justo imperdiet non. Vestibulum tincidunt orci ac lorem consequat semper. Fusce semper sollicitudin orci, id lacinia nulla faucibus eu. Donec ut nisl metus."
|
||||
"text": "Maecenas id neque pharetra, eleifend lectus a, vehicula sapien. Aliquam erat volutpat. Ut arcu erat, blandit id elementum at, aliquet pretium mauris. Nulla at semper orci. Nunc sed maximus metus. Duis eget tristique arcu. Phasellus fringilla augue est, ut bibendum est bibendum vitae. Nam et urna interdum, egestas velit a, consectetur metus. Pellentesque facilisis vehicula orci, eu posuere justo imperdiet non. Vestibulum tincidunt orci ac lorem consequat semper. Fusce semper sollicitudin orci, id lacinia nulla faucibus eu. Donec ut nisl metus.",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/5",
|
||||
@@ -133,7 +151,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Duis ac tellus sed turpis feugiat aliquam sed vel justo. Fusce sit amet volutpat massa. Duis tristique finibus metus quis tincidunt. Etiam dapibus fringilla diam at pharetra. Vivamus dolor est, hendrerit ac ligula nec, pharetra lacinia sapien. Phasellus at malesuada orci. Maecenas est justo, mollis non ultrices ut, sagittis commodo odio. Integer viverra mauris pellentesque bibendum vestibulum. Sed eu felis mattis, efficitur justo non, finibus lorem. Phasellus viverra diam et sapien imperdiet interdum. Cras a convallis libero. Integer maximus dui vel lorem hendrerit, sit amet convallis ligula lobortis. Duis eu lacus elementum, scelerisque nunc eget, dignissim libero. Suspendisse mi quam, vehicula sit amet pellentesque rhoncus, blandit eu nisl.",
|
||||
"text": "Duis ac tellus sed turpis feugiat aliquam sed vel justo. Fusce sit amet volutpat massa. Duis tristique finibus metus quis tincidunt. Etiam dapibus fringilla diam at pharetra. Vivamus dolor est, hendrerit ac ligula nec, pharetra lacinia sapien. Phasellus at malesuada orci. Maecenas est justo, mollis non ultrices ut, sagittis commodo odio. Integer viverra mauris pellentesque bibendum vestibulum. Sed eu felis mattis, efficitur justo non, finibus lorem. Phasellus viverra diam et sapien imperdiet interdum. Cras a convallis libero. Integer maximus dui vel lorem hendrerit, sit amet convallis ligula lobortis. Duis eu lacus elementum, scelerisque nunc eget, dignissim libero. Suspendisse mi quam, vehicula sit amet pellentesque rhoncus, blandit eu nisl."
|
||||
"text": "Duis ac tellus sed turpis feugiat aliquam sed vel justo. Fusce sit amet volutpat massa. Duis tristique finibus metus quis tincidunt. Etiam dapibus fringilla diam at pharetra. Vivamus dolor est, hendrerit ac ligula nec, pharetra lacinia sapien. Phasellus at malesuada orci. Maecenas est justo, mollis non ultrices ut, sagittis commodo odio. Integer viverra mauris pellentesque bibendum vestibulum. Sed eu felis mattis, efficitur justo non, finibus lorem. Phasellus viverra diam et sapien imperdiet interdum. Cras a convallis libero. Integer maximus dui vel lorem hendrerit, sit amet convallis ligula lobortis. Duis eu lacus elementum, scelerisque nunc eget, dignissim libero. Suspendisse mi quam, vehicula sit amet pellentesque rhoncus, blandit eu nisl.",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/7",
|
||||
@@ -157,7 +181,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Nunc vehicula mattis erat ac consectetur. Etiam pharetra mauris ut tempor pellentesque. Sed vel libero vitae ante tempus sagittis vel sit amet dolor. Etiam faucibus viverra sodales. Pellentesque ullamcorper magna libero, non malesuada dui bibendum quis. Donec sed dolor non sem luctus volutpat. Morbi vel diam ut urna euismod gravida a id lectus. Vestibulum vel mauris eu tellus hendrerit dapibus. Etiam scelerisque lacus vel ante ultricies vulputate. In ullamcorper malesuada justo, vel scelerisque nisl lacinia at. Donec sodales interdum ipsum, ac bibendum ipsum pharetra interdum. Vivamus condimentum ac ante vel aliquam. Ut consectetur eu nibh nec gravida. Vestibulum accumsan, purus at mollis rutrum, sapien tortor accumsan purus, vitae fermentum urna mauris ut lacus. Fusce vitae leo sollicitudin, vehicula turpis eu, tempus nibh.",
|
||||
"text": "Nunc vehicula mattis erat ac consectetur. Etiam pharetra mauris ut tempor pellentesque. Sed vel libero vitae ante tempus sagittis vel sit amet dolor. Etiam faucibus viverra sodales. Pellentesque ullamcorper magna libero, non malesuada dui bibendum quis. Donec sed dolor non sem luctus volutpat. Morbi vel diam ut urna euismod gravida a id lectus. Vestibulum vel mauris eu tellus hendrerit dapibus. Etiam scelerisque lacus vel ante ultricies vulputate. In ullamcorper malesuada justo, vel scelerisque nisl lacinia at. Donec sodales interdum ipsum, ac bibendum ipsum pharetra interdum. Vivamus condimentum ac ante vel aliquam. Ut consectetur eu nibh nec gravida. Vestibulum accumsan, purus at mollis rutrum, sapien tortor accumsan purus, vitae fermentum urna mauris ut lacus. Fusce vitae leo sollicitudin, vehicula turpis eu, tempus nibh."
|
||||
"text": "Nunc vehicula mattis erat ac consectetur. Etiam pharetra mauris ut tempor pellentesque. Sed vel libero vitae ante tempus sagittis vel sit amet dolor. Etiam faucibus viverra sodales. Pellentesque ullamcorper magna libero, non malesuada dui bibendum quis. Donec sed dolor non sem luctus volutpat. Morbi vel diam ut urna euismod gravida a id lectus. Vestibulum vel mauris eu tellus hendrerit dapibus. Etiam scelerisque lacus vel ante ultricies vulputate. In ullamcorper malesuada justo, vel scelerisque nisl lacinia at. Donec sodales interdum ipsum, ac bibendum ipsum pharetra interdum. Vivamus condimentum ac ante vel aliquam. Ut consectetur eu nibh nec gravida. Vestibulum accumsan, purus at mollis rutrum, sapien tortor accumsan purus, vitae fermentum urna mauris ut lacus. Fusce vitae leo sollicitudin, vehicula turpis eu, tempus nibh.",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"pictures": [],
|
||||
|
||||
@@ -1071,7 +1071,7 @@
|
||||
"b": 85.87195029682243,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9216852784156799,
|
||||
"confidence": 0.9216853976249695,
|
||||
"cells": [
|
||||
{
|
||||
"index": 0,
|
||||
@@ -1111,7 +1111,7 @@
|
||||
"b": 127.39196044033929,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9795150756835938,
|
||||
"confidence": 0.9795149564743042,
|
||||
"cells": [
|
||||
{
|
||||
"index": 1,
|
||||
@@ -1176,7 +1176,7 @@
|
||||
"b": 156.98303054262306,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9472767114639282,
|
||||
"confidence": 0.9472769498825073,
|
||||
"cells": [
|
||||
{
|
||||
"index": 3,
|
||||
@@ -1576,7 +1576,7 @@
|
||||
"b": 477.07196164903314,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9806972742080688,
|
||||
"confidence": 0.9806973934173584,
|
||||
"cells": [
|
||||
{
|
||||
"index": 16,
|
||||
@@ -1946,7 +1946,7 @@
|
||||
"b": 617.5429721345812,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.950114905834198,
|
||||
"confidence": 0.9501149654388428,
|
||||
"cells": [
|
||||
{
|
||||
"index": 29,
|
||||
@@ -1986,7 +1986,7 @@
|
||||
"b": 659.2319622786822,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9778240919113159,
|
||||
"confidence": 0.9778239727020264,
|
||||
"cells": [
|
||||
{
|
||||
"index": 30,
|
||||
@@ -2051,7 +2051,7 @@
|
||||
"b": 714.4319424694847,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9782076478004456,
|
||||
"confidence": 0.978207528591156,
|
||||
"cells": [
|
||||
{
|
||||
"index": 32,
|
||||
@@ -2346,7 +2346,7 @@
|
||||
"b": 85.87195029682243,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9216852784156799,
|
||||
"confidence": 0.9216853976249695,
|
||||
"cells": [
|
||||
{
|
||||
"index": 0,
|
||||
@@ -2392,7 +2392,7 @@
|
||||
"b": 127.39196044033929,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9795150756835938,
|
||||
"confidence": 0.9795149564743042,
|
||||
"cells": [
|
||||
{
|
||||
"index": 1,
|
||||
@@ -2463,7 +2463,7 @@
|
||||
"b": 156.98303054262306,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9472767114639282,
|
||||
"confidence": 0.9472769498825073,
|
||||
"cells": [
|
||||
{
|
||||
"index": 3,
|
||||
@@ -2893,7 +2893,7 @@
|
||||
"b": 477.07196164903314,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9806972742080688,
|
||||
"confidence": 0.9806973934173584,
|
||||
"cells": [
|
||||
{
|
||||
"index": 16,
|
||||
@@ -3281,7 +3281,7 @@
|
||||
"b": 617.5429721345812,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.950114905834198,
|
||||
"confidence": 0.9501149654388428,
|
||||
"cells": [
|
||||
{
|
||||
"index": 29,
|
||||
@@ -3327,7 +3327,7 @@
|
||||
"b": 659.2319622786822,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9778240919113159,
|
||||
"confidence": 0.9778239727020264,
|
||||
"cells": [
|
||||
{
|
||||
"index": 30,
|
||||
@@ -3398,7 +3398,7 @@
|
||||
"b": 714.4319424694847,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9782076478004456,
|
||||
"confidence": 0.978207528591156,
|
||||
"cells": [
|
||||
{
|
||||
"index": 32,
|
||||
@@ -3692,7 +3692,7 @@
|
||||
"b": 85.87195029682243,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9216852784156799,
|
||||
"confidence": 0.9216853976249695,
|
||||
"cells": [
|
||||
{
|
||||
"index": 0,
|
||||
@@ -3738,7 +3738,7 @@
|
||||
"b": 127.39196044033929,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9795150756835938,
|
||||
"confidence": 0.9795149564743042,
|
||||
"cells": [
|
||||
{
|
||||
"index": 1,
|
||||
@@ -3809,7 +3809,7 @@
|
||||
"b": 156.98303054262306,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9472767114639282,
|
||||
"confidence": 0.9472769498825073,
|
||||
"cells": [
|
||||
{
|
||||
"index": 3,
|
||||
@@ -4239,7 +4239,7 @@
|
||||
"b": 477.07196164903314,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9806972742080688,
|
||||
"confidence": 0.9806973934173584,
|
||||
"cells": [
|
||||
{
|
||||
"index": 16,
|
||||
@@ -4627,7 +4627,7 @@
|
||||
"b": 617.5429721345812,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.950114905834198,
|
||||
"confidence": 0.9501149654388428,
|
||||
"cells": [
|
||||
{
|
||||
"index": 29,
|
||||
@@ -4673,7 +4673,7 @@
|
||||
"b": 659.2319622786822,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9778240919113159,
|
||||
"confidence": 0.9778239727020264,
|
||||
"cells": [
|
||||
{
|
||||
"index": 30,
|
||||
@@ -4744,7 +4744,7 @@
|
||||
"b": 714.4319424694847,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9782076478004456,
|
||||
"confidence": 0.978207528591156,
|
||||
"cells": [
|
||||
{
|
||||
"index": 32,
|
||||
@@ -5748,7 +5748,7 @@
|
||||
"b": 113.47198039222405,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9813448190689087,
|
||||
"confidence": 0.9813449382781982,
|
||||
"cells": [
|
||||
{
|
||||
"index": 0,
|
||||
@@ -5878,7 +5878,7 @@
|
||||
"b": 212.35199073400975,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9798638820648193,
|
||||
"confidence": 0.9798637628555298,
|
||||
"cells": [
|
||||
{
|
||||
"index": 4,
|
||||
@@ -6173,7 +6173,7 @@
|
||||
"b": 322.99194111644454,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9762884378433228,
|
||||
"confidence": 0.9762883186340332,
|
||||
"cells": [
|
||||
{
|
||||
"index": 14,
|
||||
@@ -6313,7 +6313,7 @@
|
||||
"b": 380.18298131412945,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9581918120384216,
|
||||
"confidence": 0.9581919312477112,
|
||||
"cells": [
|
||||
{
|
||||
"index": 19,
|
||||
@@ -6598,7 +6598,7 @@
|
||||
"b": 113.47198039222405,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9813448190689087,
|
||||
"confidence": 0.9813449382781982,
|
||||
"cells": [
|
||||
{
|
||||
"index": 0,
|
||||
@@ -6740,7 +6740,7 @@
|
||||
"b": 212.35199073400975,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9798638820648193,
|
||||
"confidence": 0.9798637628555298,
|
||||
"cells": [
|
||||
{
|
||||
"index": 4,
|
||||
@@ -7053,7 +7053,7 @@
|
||||
"b": 322.99194111644454,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9762884378433228,
|
||||
"confidence": 0.9762883186340332,
|
||||
"cells": [
|
||||
{
|
||||
"index": 14,
|
||||
@@ -7199,7 +7199,7 @@
|
||||
"b": 380.18298131412945,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9581918120384216,
|
||||
"confidence": 0.9581919312477112,
|
||||
"cells": [
|
||||
{
|
||||
"index": 19,
|
||||
@@ -7489,7 +7489,7 @@
|
||||
"b": 113.47198039222405,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9813448190689087,
|
||||
"confidence": 0.9813449382781982,
|
||||
"cells": [
|
||||
{
|
||||
"index": 0,
|
||||
@@ -7631,7 +7631,7 @@
|
||||
"b": 212.35199073400975,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9798638820648193,
|
||||
"confidence": 0.9798637628555298,
|
||||
"cells": [
|
||||
{
|
||||
"index": 4,
|
||||
@@ -7944,7 +7944,7 @@
|
||||
"b": 322.99194111644454,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9762884378433228,
|
||||
"confidence": 0.9762883186340332,
|
||||
"cells": [
|
||||
{
|
||||
"index": 14,
|
||||
@@ -8090,7 +8090,7 @@
|
||||
"b": 380.18298131412945,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9581918120384216,
|
||||
"confidence": 0.9581919312477112,
|
||||
"cells": [
|
||||
{
|
||||
"index": 19,
|
||||
@@ -10010,7 +10010,7 @@
|
||||
"b": 280.9919409712686,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9800205230712891,
|
||||
"confidence": 0.9800204038619995,
|
||||
"cells": [
|
||||
{
|
||||
"index": 11,
|
||||
@@ -10380,7 +10380,7 @@
|
||||
"b": 448.9919715519727,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9789240956306458,
|
||||
"confidence": 0.9789239764213562,
|
||||
"cells": [
|
||||
{
|
||||
"index": 24,
|
||||
@@ -10470,7 +10470,7 @@
|
||||
"b": 490.51196169548945,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9704653024673462,
|
||||
"confidence": 0.9704654216766357,
|
||||
"cells": [
|
||||
{
|
||||
"index": 27,
|
||||
@@ -10585,7 +10585,7 @@
|
||||
"b": 518.1119717908908,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9631043672561646,
|
||||
"confidence": 0.963104248046875,
|
||||
"cells": [
|
||||
{
|
||||
"index": 31,
|
||||
@@ -10815,7 +10815,7 @@
|
||||
"b": 573.3119819816936,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9727876782417297,
|
||||
"confidence": 0.9727875590324402,
|
||||
"cells": [
|
||||
{
|
||||
"index": 39,
|
||||
@@ -10930,7 +10930,7 @@
|
||||
"b": 614.8319721252104,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9798402190208435,
|
||||
"confidence": 0.9798403382301331,
|
||||
"cells": [
|
||||
{
|
||||
"index": 43,
|
||||
@@ -11070,7 +11070,7 @@
|
||||
"b": 672.2629723237247,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9490435123443604,
|
||||
"confidence": 0.9490436315536499,
|
||||
"cells": [
|
||||
{
|
||||
"index": 48,
|
||||
@@ -11553,7 +11553,7 @@
|
||||
"b": 280.9919409712686,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9800205230712891,
|
||||
"confidence": 0.9800204038619995,
|
||||
"cells": [
|
||||
{
|
||||
"index": 11,
|
||||
@@ -11941,7 +11941,7 @@
|
||||
"b": 448.9919715519727,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9789240956306458,
|
||||
"confidence": 0.9789239764213562,
|
||||
"cells": [
|
||||
{
|
||||
"index": 24,
|
||||
@@ -12037,7 +12037,7 @@
|
||||
"b": 490.51196169548945,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9704653024673462,
|
||||
"confidence": 0.9704654216766357,
|
||||
"cells": [
|
||||
{
|
||||
"index": 27,
|
||||
@@ -12158,7 +12158,7 @@
|
||||
"b": 518.1119717908908,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9631043672561646,
|
||||
"confidence": 0.963104248046875,
|
||||
"cells": [
|
||||
{
|
||||
"index": 31,
|
||||
@@ -12400,7 +12400,7 @@
|
||||
"b": 573.3119819816936,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9727876782417297,
|
||||
"confidence": 0.9727875590324402,
|
||||
"cells": [
|
||||
{
|
||||
"index": 39,
|
||||
@@ -12521,7 +12521,7 @@
|
||||
"b": 614.8319721252104,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9798402190208435,
|
||||
"confidence": 0.9798403382301331,
|
||||
"cells": [
|
||||
{
|
||||
"index": 43,
|
||||
@@ -12667,7 +12667,7 @@
|
||||
"b": 672.2629723237247,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9490435123443604,
|
||||
"confidence": 0.9490436315536499,
|
||||
"cells": [
|
||||
{
|
||||
"index": 48,
|
||||
@@ -13149,7 +13149,7 @@
|
||||
"b": 280.9919409712686,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9800205230712891,
|
||||
"confidence": 0.9800204038619995,
|
||||
"cells": [
|
||||
{
|
||||
"index": 11,
|
||||
@@ -13537,7 +13537,7 @@
|
||||
"b": 448.9919715519727,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9789240956306458,
|
||||
"confidence": 0.9789239764213562,
|
||||
"cells": [
|
||||
{
|
||||
"index": 24,
|
||||
@@ -13633,7 +13633,7 @@
|
||||
"b": 490.51196169548945,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9704653024673462,
|
||||
"confidence": 0.9704654216766357,
|
||||
"cells": [
|
||||
{
|
||||
"index": 27,
|
||||
@@ -13754,7 +13754,7 @@
|
||||
"b": 518.1119717908908,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9631043672561646,
|
||||
"confidence": 0.963104248046875,
|
||||
"cells": [
|
||||
{
|
||||
"index": 31,
|
||||
@@ -13996,7 +13996,7 @@
|
||||
"b": 573.3119819816936,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9727876782417297,
|
||||
"confidence": 0.9727875590324402,
|
||||
"cells": [
|
||||
{
|
||||
"index": 39,
|
||||
@@ -14117,7 +14117,7 @@
|
||||
"b": 614.8319721252104,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9798402190208435,
|
||||
"confidence": 0.9798403382301331,
|
||||
"cells": [
|
||||
{
|
||||
"index": 43,
|
||||
@@ -14263,7 +14263,7 @@
|
||||
"b": 672.2629723237247,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9490435123443604,
|
||||
"confidence": 0.9490436315536499,
|
||||
"cells": [
|
||||
{
|
||||
"index": 48,
|
||||
@@ -15942,7 +15942,7 @@
|
||||
"b": 113.23199039139433,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9798315167427063,
|
||||
"confidence": 0.9798316359519958,
|
||||
"cells": [
|
||||
{
|
||||
"index": 0,
|
||||
@@ -16222,7 +16222,7 @@
|
||||
"b": 196.27197067842803,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9792094230651855,
|
||||
"confidence": 0.9792095422744751,
|
||||
"cells": [
|
||||
{
|
||||
"index": 10,
|
||||
@@ -16362,7 +16362,7 @@
|
||||
"b": 253.463010876113,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9634494781494141,
|
||||
"confidence": 0.9634493589401245,
|
||||
"cells": [
|
||||
{
|
||||
"index": 15,
|
||||
@@ -16772,7 +16772,7 @@
|
||||
"b": 460.751981592622,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.979421854019165,
|
||||
"confidence": 0.9794219732284546,
|
||||
"cells": [
|
||||
{
|
||||
"index": 29,
|
||||
@@ -17077,7 +17077,7 @@
|
||||
"b": 543.7919618796556,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9810317158699036,
|
||||
"confidence": 0.9810318350791931,
|
||||
"cells": [
|
||||
{
|
||||
"index": 40,
|
||||
@@ -17257,7 +17257,7 @@
|
||||
"b": 642.6719622214413,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9675389528274536,
|
||||
"confidence": 0.9675387144088745,
|
||||
"cells": [
|
||||
{
|
||||
"index": 46,
|
||||
@@ -17707,7 +17707,7 @@
|
||||
"b": 113.23199039139433,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9798315167427063,
|
||||
"confidence": 0.9798316359519958,
|
||||
"cells": [
|
||||
{
|
||||
"index": 0,
|
||||
@@ -17999,7 +17999,7 @@
|
||||
"b": 196.27197067842803,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9792094230651855,
|
||||
"confidence": 0.9792095422744751,
|
||||
"cells": [
|
||||
{
|
||||
"index": 10,
|
||||
@@ -18145,7 +18145,7 @@
|
||||
"b": 253.463010876113,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9634494781494141,
|
||||
"confidence": 0.9634493589401245,
|
||||
"cells": [
|
||||
{
|
||||
"index": 15,
|
||||
@@ -18579,7 +18579,7 @@
|
||||
"b": 460.751981592622,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.979421854019165,
|
||||
"confidence": 0.9794219732284546,
|
||||
"cells": [
|
||||
{
|
||||
"index": 29,
|
||||
@@ -18896,7 +18896,7 @@
|
||||
"b": 543.7919618796556,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9810317158699036,
|
||||
"confidence": 0.9810318350791931,
|
||||
"cells": [
|
||||
{
|
||||
"index": 40,
|
||||
@@ -19088,7 +19088,7 @@
|
||||
"b": 642.6719622214413,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9675389528274536,
|
||||
"confidence": 0.9675387144088745,
|
||||
"cells": [
|
||||
{
|
||||
"index": 46,
|
||||
@@ -19549,7 +19549,7 @@
|
||||
"b": 113.23199039139433,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9798315167427063,
|
||||
"confidence": 0.9798316359519958,
|
||||
"cells": [
|
||||
{
|
||||
"index": 0,
|
||||
@@ -19841,7 +19841,7 @@
|
||||
"b": 196.27197067842803,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9792094230651855,
|
||||
"confidence": 0.9792095422744751,
|
||||
"cells": [
|
||||
{
|
||||
"index": 10,
|
||||
@@ -19987,7 +19987,7 @@
|
||||
"b": 253.463010876113,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9634494781494141,
|
||||
"confidence": 0.9634493589401245,
|
||||
"cells": [
|
||||
{
|
||||
"index": 15,
|
||||
@@ -20421,7 +20421,7 @@
|
||||
"b": 460.751981592622,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.979421854019165,
|
||||
"confidence": 0.9794219732284546,
|
||||
"cells": [
|
||||
{
|
||||
"index": 29,
|
||||
@@ -20738,7 +20738,7 @@
|
||||
"b": 543.7919618796556,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9810317158699036,
|
||||
"confidence": 0.9810318350791931,
|
||||
"cells": [
|
||||
{
|
||||
"index": 40,
|
||||
@@ -20930,7 +20930,7 @@
|
||||
"b": 642.6719622214413,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9675389528274536,
|
||||
"confidence": 0.9675387144088745,
|
||||
"cells": [
|
||||
{
|
||||
"index": 46,
|
||||
|
||||
@@ -334,7 +334,7 @@
|
||||
{
|
||||
"page_no": 1,
|
||||
"bbox": {
|
||||
"l": 134.9199981689453,
|
||||
"l": 134.9200439453125,
|
||||
"t": 487.109375,
|
||||
"r": 475.6635437011719,
|
||||
"b": 281.78173828125,
|
||||
@@ -372,7 +372,7 @@
|
||||
{
|
||||
"page_no": 2,
|
||||
"bbox": {
|
||||
"l": 218.81556701660156,
|
||||
"l": 218.8155517578125,
|
||||
"t": 513.9846496582031,
|
||||
"r": 391.96246337890625,
|
||||
"b": 283.10589599609375,
|
||||
|
||||
@@ -1390,7 +1390,7 @@
|
||||
"id": 2,
|
||||
"label": "picture",
|
||||
"bbox": {
|
||||
"l": 134.9199981689453,
|
||||
"l": 134.9200439453125,
|
||||
"t": 304.890625,
|
||||
"r": 475.6635437011719,
|
||||
"b": 510.21826171875,
|
||||
@@ -2174,7 +2174,7 @@
|
||||
"id": 2,
|
||||
"label": "picture",
|
||||
"bbox": {
|
||||
"l": 134.9199981689453,
|
||||
"l": 134.9200439453125,
|
||||
"t": 304.890625,
|
||||
"r": 475.6635437011719,
|
||||
"b": 510.21826171875,
|
||||
@@ -2909,7 +2909,7 @@
|
||||
"id": 2,
|
||||
"label": "picture",
|
||||
"bbox": {
|
||||
"l": 134.9199981689453,
|
||||
"l": 134.9200439453125,
|
||||
"t": 304.890625,
|
||||
"r": 475.6635437011719,
|
||||
"b": 510.21826171875,
|
||||
@@ -3623,7 +3623,7 @@
|
||||
"b": 268.20489999999995,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.987092912197113,
|
||||
"confidence": 0.9870928525924683,
|
||||
"cells": [
|
||||
{
|
||||
"index": 0,
|
||||
@@ -3938,7 +3938,7 @@
|
||||
"b": 532.05774,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9494234323501587,
|
||||
"confidence": 0.9494236707687378,
|
||||
"cells": [
|
||||
{
|
||||
"index": 12,
|
||||
@@ -4302,7 +4302,7 @@
|
||||
"id": 2,
|
||||
"label": "picture",
|
||||
"bbox": {
|
||||
"l": 218.81556701660156,
|
||||
"l": 218.8155517578125,
|
||||
"t": 278.0153503417969,
|
||||
"r": 391.96246337890625,
|
||||
"b": 508.89410400390625,
|
||||
@@ -4337,7 +4337,7 @@
|
||||
"b": 268.20489999999995,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.987092912197113,
|
||||
"confidence": 0.9870928525924683,
|
||||
"cells": [
|
||||
{
|
||||
"index": 0,
|
||||
@@ -4658,7 +4658,7 @@
|
||||
"b": 532.05774,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9494234323501587,
|
||||
"confidence": 0.9494236707687378,
|
||||
"cells": [
|
||||
{
|
||||
"index": 12,
|
||||
@@ -5040,7 +5040,7 @@
|
||||
"id": 2,
|
||||
"label": "picture",
|
||||
"bbox": {
|
||||
"l": 218.81556701660156,
|
||||
"l": 218.8155517578125,
|
||||
"t": 278.0153503417969,
|
||||
"r": 391.96246337890625,
|
||||
"b": 508.89410400390625,
|
||||
@@ -5072,7 +5072,7 @@
|
||||
"b": 268.20489999999995,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.987092912197113,
|
||||
"confidence": 0.9870928525924683,
|
||||
"cells": [
|
||||
{
|
||||
"index": 0,
|
||||
@@ -5393,7 +5393,7 @@
|
||||
"b": 532.05774,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9494234323501587,
|
||||
"confidence": 0.9494236707687378,
|
||||
"cells": [
|
||||
{
|
||||
"index": 12,
|
||||
@@ -5729,7 +5729,7 @@
|
||||
"id": 2,
|
||||
"label": "picture",
|
||||
"bbox": {
|
||||
"l": 218.81556701660156,
|
||||
"l": 218.8155517578125,
|
||||
"t": 278.0153503417969,
|
||||
"r": 391.96246337890625,
|
||||
"b": 508.89410400390625,
|
||||
|
||||
@@ -326,8 +326,8 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"orig": "Let\u2019s introduce a list",
|
||||
"text": "Let\u2019s introduce a list"
|
||||
"orig": "Let’s introduce a list",
|
||||
"text": "Let’s introduce a list"
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/4",
|
||||
|
||||
@@ -8589,7 +8589,7 @@
|
||||
{
|
||||
"page_no": 1,
|
||||
"bbox": {
|
||||
"l": 33.09052658081055,
|
||||
"l": 33.09040069580078,
|
||||
"t": 498.9671630859375,
|
||||
"r": 585.1502075195312,
|
||||
"b": 89.5469970703125,
|
||||
@@ -8683,9 +8683,9 @@
|
||||
{
|
||||
"page_no": 3,
|
||||
"bbox": {
|
||||
"l": 64.16704559326172,
|
||||
"l": 64.1669921875,
|
||||
"t": 188.49365234375,
|
||||
"r": 258.77435302734375,
|
||||
"r": 258.7742919921875,
|
||||
"b": 103.87176513671875,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
@@ -8743,7 +8743,7 @@
|
||||
{
|
||||
"page_no": 4,
|
||||
"bbox": {
|
||||
"l": 145.41448974609375,
|
||||
"l": 145.4144744873047,
|
||||
"t": 264.7552490234375,
|
||||
"r": 252.08840942382812,
|
||||
"b": 156.616943359375,
|
||||
@@ -8773,10 +8773,10 @@
|
||||
{
|
||||
"page_no": 5,
|
||||
"bbox": {
|
||||
"l": 32.075260162353516,
|
||||
"t": 721.4226608276367,
|
||||
"l": 32.075252532958984,
|
||||
"t": 721.4226226806641,
|
||||
"r": 239.620361328125,
|
||||
"b": 554.0421142578125,
|
||||
"b": 554.0420684814453,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -8996,7 +8996,7 @@
|
||||
"page_no": 10,
|
||||
"bbox": {
|
||||
"l": 135.97177124023438,
|
||||
"t": 684.5892562866211,
|
||||
"t": 684.5892486572266,
|
||||
"r": 545.4180908203125,
|
||||
"b": 381.39068603515625,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
@@ -9063,9 +9063,9 @@
|
||||
{
|
||||
"page_no": 11,
|
||||
"bbox": {
|
||||
"l": 135.64834594726562,
|
||||
"t": 407.8263244628906,
|
||||
"r": 301.23675537109375,
|
||||
"l": 135.64837646484375,
|
||||
"t": 407.8262939453125,
|
||||
"r": 301.2367248535156,
|
||||
"b": 197.24334716796875,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
@@ -9101,10 +9101,10 @@
|
||||
{
|
||||
"page_no": 14,
|
||||
"bbox": {
|
||||
"l": 63.80195617675781,
|
||||
"t": 696.6176071166992,
|
||||
"r": 547.1146850585938,
|
||||
"b": 621.9679107666016,
|
||||
"l": 63.801902770996094,
|
||||
"t": 696.6175842285156,
|
||||
"r": 547.11474609375,
|
||||
"b": 621.9678497314453,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -9139,7 +9139,7 @@
|
||||
{
|
||||
"page_no": 14,
|
||||
"bbox": {
|
||||
"l": 63.9850959777832,
|
||||
"l": 63.985130310058594,
|
||||
"t": 364.09503173828125,
|
||||
"r": 530.0478515625,
|
||||
"b": 145.8603515625,
|
||||
@@ -9178,9 +9178,9 @@
|
||||
"page_no": 15,
|
||||
"bbox": {
|
||||
"l": 136.5016632080078,
|
||||
"t": 672.7509078979492,
|
||||
"t": 672.7508773803711,
|
||||
"r": 545.4508666992188,
|
||||
"b": 314.45880126953125,
|
||||
"b": 314.4587707519531,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -9322,10 +9322,10 @@
|
||||
{
|
||||
"page_no": 2,
|
||||
"bbox": {
|
||||
"l": 136.1495819091797,
|
||||
"t": 659.9669189453125,
|
||||
"r": 547.52685546875,
|
||||
"b": 76.3485107421875,
|
||||
"l": 136.1496124267578,
|
||||
"t": 659.9669647216797,
|
||||
"r": 547.5267944335938,
|
||||
"b": 76.34844970703125,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -12490,9 +12490,9 @@
|
||||
"page_no": 8,
|
||||
"bbox": {
|
||||
"l": 135.52462768554688,
|
||||
"t": 502.2746887207031,
|
||||
"t": 502.2747802734375,
|
||||
"r": 545.8714599609375,
|
||||
"b": 349.94940185546875,
|
||||
"b": 349.949462890625,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
},
|
||||
"charspan": [
|
||||
@@ -13115,7 +13115,7 @@
|
||||
"page_no": 9,
|
||||
"bbox": {
|
||||
"l": 64.41139221191406,
|
||||
"t": 398.3863525390625,
|
||||
"t": 398.3863830566406,
|
||||
"r": 547.3950805664062,
|
||||
"b": 70.39208984375,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
@@ -15731,7 +15731,7 @@
|
||||
{
|
||||
"page_no": 12,
|
||||
"bbox": {
|
||||
"l": 63.55635070800781,
|
||||
"l": 63.55636978149414,
|
||||
"t": 687.7661285400391,
|
||||
"r": 548.5687255859375,
|
||||
"b": 495.77532958984375,
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1171,7 +1171,7 @@
|
||||
"b": 295.08200000000005,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9547481536865234,
|
||||
"confidence": 0.9547483325004578,
|
||||
"cells": [
|
||||
{
|
||||
"index": 17,
|
||||
@@ -1311,7 +1311,7 @@
|
||||
"b": 350.522,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9672118425369263,
|
||||
"confidence": 0.9672117233276367,
|
||||
"cells": [
|
||||
{
|
||||
"index": 22,
|
||||
@@ -1971,7 +1971,7 @@
|
||||
"b": 295.08200000000005,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9547481536865234,
|
||||
"confidence": 0.9547483325004578,
|
||||
"cells": [
|
||||
{
|
||||
"index": 17,
|
||||
@@ -2117,7 +2117,7 @@
|
||||
"b": 350.522,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9672118425369263,
|
||||
"confidence": 0.9672117233276367,
|
||||
"cells": [
|
||||
{
|
||||
"index": 22,
|
||||
@@ -2770,7 +2770,7 @@
|
||||
"b": 295.08200000000005,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9547481536865234,
|
||||
"confidence": 0.9547483325004578,
|
||||
"cells": [
|
||||
{
|
||||
"index": 17,
|
||||
@@ -2916,7 +2916,7 @@
|
||||
"b": 350.522,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.9672118425369263,
|
||||
"confidence": 0.9672117233276367,
|
||||
"cells": [
|
||||
{
|
||||
"index": 22,
|
||||
|
||||
@@ -5951,7 +5951,7 @@
|
||||
"b": 465.596681609368,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.93938809633255,
|
||||
"confidence": 0.9393879771232605,
|
||||
"cells": [
|
||||
{
|
||||
"index": 77,
|
||||
@@ -7406,7 +7406,7 @@
|
||||
"b": 534.1167018462124,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.5769621729850769,
|
||||
"confidence": 0.5769620537757874,
|
||||
"cells": [
|
||||
{
|
||||
"index": 134,
|
||||
@@ -8046,7 +8046,7 @@
|
||||
"b": 650.6431884765625,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.6444893479347229,
|
||||
"confidence": 0.6444889903068542,
|
||||
"cells": [],
|
||||
"children": []
|
||||
}
|
||||
@@ -10042,7 +10042,7 @@
|
||||
"b": 465.596681609368,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.93938809633255,
|
||||
"confidence": 0.9393879771232605,
|
||||
"cells": [
|
||||
{
|
||||
"index": 77,
|
||||
@@ -11509,7 +11509,7 @@
|
||||
"b": 534.1167018462124,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.5769621729850769,
|
||||
"confidence": 0.5769620537757874,
|
||||
"cells": [
|
||||
{
|
||||
"index": 134,
|
||||
@@ -12155,7 +12155,7 @@
|
||||
"b": 650.6431884765625,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.6444893479347229,
|
||||
"confidence": 0.6444889903068542,
|
||||
"cells": [],
|
||||
"children": []
|
||||
},
|
||||
@@ -14148,7 +14148,7 @@
|
||||
"b": 465.596681609368,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.93938809633255,
|
||||
"confidence": 0.9393879771232605,
|
||||
"cells": [
|
||||
{
|
||||
"index": 77,
|
||||
@@ -15615,7 +15615,7 @@
|
||||
"b": 534.1167018462124,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.5769621729850769,
|
||||
"confidence": 0.5769620537757874,
|
||||
"cells": [
|
||||
{
|
||||
"index": 134,
|
||||
@@ -16261,7 +16261,7 @@
|
||||
"b": 650.6431884765625,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.6444893479347229,
|
||||
"confidence": 0.6444889903068542,
|
||||
"cells": [],
|
||||
"children": []
|
||||
},
|
||||
|
||||
@@ -1102,7 +1102,7 @@
|
||||
"page_no": 1,
|
||||
"bbox": {
|
||||
"l": 388.5767822265625,
|
||||
"t": 806.0040969848633,
|
||||
"t": 806.0041046142578,
|
||||
"r": 482.4759216308594,
|
||||
"b": 739.034423828125,
|
||||
"coord_origin": "BOTTOMLEFT"
|
||||
|
||||
@@ -1391,7 +1391,7 @@
|
||||
"label": "picture",
|
||||
"bbox": {
|
||||
"l": 388.5767822265625,
|
||||
"t": 36.03588104248047,
|
||||
"t": 36.03587341308594,
|
||||
"r": 482.4759216308594,
|
||||
"b": 103.00555419921875,
|
||||
"coord_origin": "TOPLEFT"
|
||||
@@ -1477,7 +1477,7 @@
|
||||
"b": 81.03008981017001,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.6917959451675415,
|
||||
"confidence": 0.6917961239814758,
|
||||
"cells": [
|
||||
{
|
||||
"index": 2,
|
||||
@@ -1517,7 +1517,7 @@
|
||||
"b": 790.0379791491694,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8992282152175903,
|
||||
"confidence": 0.899228036403656,
|
||||
"cells": [
|
||||
{
|
||||
"index": 3,
|
||||
@@ -1597,7 +1597,7 @@
|
||||
"b": 323.44982924225053,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.6362582445144653,
|
||||
"confidence": 0.6362584233283997,
|
||||
"cells": [
|
||||
{
|
||||
"index": 5,
|
||||
@@ -2361,7 +2361,7 @@
|
||||
"b": 179.2998695799522,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7258322834968567,
|
||||
"confidence": 0.7258325815200806,
|
||||
"cells": [
|
||||
{
|
||||
"index": 5,
|
||||
@@ -2891,7 +2891,7 @@
|
||||
"b": 233.17986945372706,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8121819496154785,
|
||||
"confidence": 0.8121814727783203,
|
||||
"cells": [
|
||||
{
|
||||
"index": 25,
|
||||
@@ -2931,7 +2931,7 @@
|
||||
"b": 228.73998946412837,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7672221660614014,
|
||||
"confidence": 0.7672220468521118,
|
||||
"cells": [
|
||||
{
|
||||
"index": 26,
|
||||
@@ -2971,7 +2971,7 @@
|
||||
"b": 255.88982940052404,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8320454955101013,
|
||||
"confidence": 0.8320456743240356,
|
||||
"cells": [
|
||||
{
|
||||
"index": 27,
|
||||
@@ -3011,7 +3011,7 @@
|
||||
"b": 251.44994941092557,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.5538817644119263,
|
||||
"confidence": 0.5538824796676636,
|
||||
"cells": [
|
||||
{
|
||||
"index": 28,
|
||||
@@ -3051,7 +3051,7 @@
|
||||
"b": 278.5698293473914,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7908995151519775,
|
||||
"confidence": 0.7909000515937805,
|
||||
"cells": [
|
||||
{
|
||||
"index": 29,
|
||||
@@ -3131,7 +3131,7 @@
|
||||
"b": 323.44982924225053,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.6534579396247864,
|
||||
"confidence": 0.6534578204154968,
|
||||
"cells": [
|
||||
{
|
||||
"index": 31,
|
||||
@@ -3236,7 +3236,7 @@
|
||||
"b": 296.80999930466,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.5417138934135437,
|
||||
"confidence": 0.5417144298553467,
|
||||
"cells": [
|
||||
{
|
||||
"index": 35,
|
||||
@@ -3318,7 +3318,7 @@
|
||||
"b": 596.0198686036978,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7191378474235535,
|
||||
"confidence": 0.719137966632843,
|
||||
"cells": [
|
||||
{
|
||||
"index": 37,
|
||||
@@ -3822,7 +3822,7 @@
|
||||
"b": 386.56997909437825,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8262876868247986,
|
||||
"confidence": 0.8262879252433777,
|
||||
"cells": [
|
||||
{
|
||||
"index": 38,
|
||||
@@ -3862,7 +3862,7 @@
|
||||
"b": 413.70983903079747,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7766715884208679,
|
||||
"confidence": 0.7766718864440918,
|
||||
"cells": [
|
||||
{
|
||||
"index": 39,
|
||||
@@ -3902,7 +3902,7 @@
|
||||
"b": 409.26995904119883,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8204739093780518,
|
||||
"confidence": 0.8204737901687622,
|
||||
"cells": [
|
||||
{
|
||||
"index": 40,
|
||||
@@ -3942,7 +3942,7 @@
|
||||
"b": 436.3898589776647,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7670676708221436,
|
||||
"confidence": 0.7670677900314331,
|
||||
"cells": [
|
||||
{
|
||||
"index": 41,
|
||||
@@ -3982,7 +3982,7 @@
|
||||
"b": 432.0699789877849,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8048339486122131,
|
||||
"confidence": 0.8048340082168579,
|
||||
"cells": [
|
||||
{
|
||||
"index": 42,
|
||||
@@ -4062,7 +4062,7 @@
|
||||
"b": 454.7499689346523,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8273372054100037,
|
||||
"confidence": 0.827337384223938,
|
||||
"cells": [
|
||||
{
|
||||
"index": 44,
|
||||
@@ -4102,7 +4102,7 @@
|
||||
"b": 481.8698388711183,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7342240214347839,
|
||||
"confidence": 0.7342236638069153,
|
||||
"cells": [
|
||||
{
|
||||
"index": 45,
|
||||
@@ -4142,7 +4142,7 @@
|
||||
"b": 477.42995888151955,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8411223888397217,
|
||||
"confidence": 0.8411222696304321,
|
||||
"cells": [
|
||||
{
|
||||
"index": 46,
|
||||
@@ -4182,7 +4182,7 @@
|
||||
"b": 528.3098487623228,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7251590490341187,
|
||||
"confidence": 0.7251589894294739,
|
||||
"cells": [
|
||||
{
|
||||
"index": 47,
|
||||
@@ -4247,7 +4247,7 @@
|
||||
"b": 501.78997882445117,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7848676443099976,
|
||||
"confidence": 0.7848678827285767,
|
||||
"cells": [
|
||||
{
|
||||
"index": 49,
|
||||
@@ -4287,7 +4287,7 @@
|
||||
"b": 573.2198486571116,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.758643627166748,
|
||||
"confidence": 0.7586438059806824,
|
||||
"cells": [
|
||||
{
|
||||
"index": 50,
|
||||
@@ -4352,7 +4352,7 @@
|
||||
"b": 546.69997871924,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7897858619689941,
|
||||
"confidence": 0.7897851467132568,
|
||||
"cells": [
|
||||
{
|
||||
"index": 52,
|
||||
@@ -4432,7 +4432,7 @@
|
||||
"b": 591.5799886140991,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8144806027412415,
|
||||
"confidence": 0.8144810795783997,
|
||||
"cells": [
|
||||
{
|
||||
"index": 54,
|
||||
@@ -4484,7 +4484,7 @@
|
||||
"label": "picture",
|
||||
"bbox": {
|
||||
"l": 388.5767822265625,
|
||||
"t": 36.03588104248047,
|
||||
"t": 36.03587341308594,
|
||||
"r": 482.4759216308594,
|
||||
"b": 103.00555419921875,
|
||||
"coord_origin": "TOPLEFT"
|
||||
@@ -4580,7 +4580,7 @@
|
||||
"b": 81.03008981017001,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.6917959451675415,
|
||||
"confidence": 0.6917961239814758,
|
||||
"cells": [
|
||||
{
|
||||
"index": 2,
|
||||
@@ -4626,7 +4626,7 @@
|
||||
"b": 790.0379791491694,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8992282152175903,
|
||||
"confidence": 0.899228036403656,
|
||||
"cells": [
|
||||
{
|
||||
"index": 3,
|
||||
@@ -4718,7 +4718,7 @@
|
||||
"b": 323.44982924225053,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.6362582445144653,
|
||||
"confidence": 0.6362584233283997,
|
||||
"cells": [
|
||||
{
|
||||
"index": 5,
|
||||
@@ -5482,7 +5482,7 @@
|
||||
"b": 179.2998695799522,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7258322834968567,
|
||||
"confidence": 0.7258325815200806,
|
||||
"cells": [
|
||||
{
|
||||
"index": 5,
|
||||
@@ -6012,7 +6012,7 @@
|
||||
"b": 233.17986945372706,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8121819496154785,
|
||||
"confidence": 0.8121814727783203,
|
||||
"cells": [
|
||||
{
|
||||
"index": 25,
|
||||
@@ -6052,7 +6052,7 @@
|
||||
"b": 228.73998946412837,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7672221660614014,
|
||||
"confidence": 0.7672220468521118,
|
||||
"cells": [
|
||||
{
|
||||
"index": 26,
|
||||
@@ -6092,7 +6092,7 @@
|
||||
"b": 255.88982940052404,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8320454955101013,
|
||||
"confidence": 0.8320456743240356,
|
||||
"cells": [
|
||||
{
|
||||
"index": 27,
|
||||
@@ -6132,7 +6132,7 @@
|
||||
"b": 251.44994941092557,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.5538817644119263,
|
||||
"confidence": 0.5538824796676636,
|
||||
"cells": [
|
||||
{
|
||||
"index": 28,
|
||||
@@ -6172,7 +6172,7 @@
|
||||
"b": 278.5698293473914,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7908995151519775,
|
||||
"confidence": 0.7909000515937805,
|
||||
"cells": [
|
||||
{
|
||||
"index": 29,
|
||||
@@ -6252,7 +6252,7 @@
|
||||
"b": 323.44982924225053,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.6534579396247864,
|
||||
"confidence": 0.6534578204154968,
|
||||
"cells": [
|
||||
{
|
||||
"index": 31,
|
||||
@@ -6357,7 +6357,7 @@
|
||||
"b": 296.80999930466,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.5417138934135437,
|
||||
"confidence": 0.5417144298553467,
|
||||
"cells": [
|
||||
{
|
||||
"index": 35,
|
||||
@@ -6451,7 +6451,7 @@
|
||||
"b": 596.0198686036978,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7191378474235535,
|
||||
"confidence": 0.719137966632843,
|
||||
"cells": [
|
||||
{
|
||||
"index": 37,
|
||||
@@ -6955,7 +6955,7 @@
|
||||
"b": 386.56997909437825,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8262876868247986,
|
||||
"confidence": 0.8262879252433777,
|
||||
"cells": [
|
||||
{
|
||||
"index": 38,
|
||||
@@ -6995,7 +6995,7 @@
|
||||
"b": 413.70983903079747,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7766715884208679,
|
||||
"confidence": 0.7766718864440918,
|
||||
"cells": [
|
||||
{
|
||||
"index": 39,
|
||||
@@ -7035,7 +7035,7 @@
|
||||
"b": 409.26995904119883,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8204739093780518,
|
||||
"confidence": 0.8204737901687622,
|
||||
"cells": [
|
||||
{
|
||||
"index": 40,
|
||||
@@ -7075,7 +7075,7 @@
|
||||
"b": 436.3898589776647,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7670676708221436,
|
||||
"confidence": 0.7670677900314331,
|
||||
"cells": [
|
||||
{
|
||||
"index": 41,
|
||||
@@ -7115,7 +7115,7 @@
|
||||
"b": 432.0699789877849,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8048339486122131,
|
||||
"confidence": 0.8048340082168579,
|
||||
"cells": [
|
||||
{
|
||||
"index": 42,
|
||||
@@ -7195,7 +7195,7 @@
|
||||
"b": 454.7499689346523,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8273372054100037,
|
||||
"confidence": 0.827337384223938,
|
||||
"cells": [
|
||||
{
|
||||
"index": 44,
|
||||
@@ -7235,7 +7235,7 @@
|
||||
"b": 481.8698388711183,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7342240214347839,
|
||||
"confidence": 0.7342236638069153,
|
||||
"cells": [
|
||||
{
|
||||
"index": 45,
|
||||
@@ -7275,7 +7275,7 @@
|
||||
"b": 477.42995888151955,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8411223888397217,
|
||||
"confidence": 0.8411222696304321,
|
||||
"cells": [
|
||||
{
|
||||
"index": 46,
|
||||
@@ -7315,7 +7315,7 @@
|
||||
"b": 528.3098487623228,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7251590490341187,
|
||||
"confidence": 0.7251589894294739,
|
||||
"cells": [
|
||||
{
|
||||
"index": 47,
|
||||
@@ -7380,7 +7380,7 @@
|
||||
"b": 501.78997882445117,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7848676443099976,
|
||||
"confidence": 0.7848678827285767,
|
||||
"cells": [
|
||||
{
|
||||
"index": 49,
|
||||
@@ -7420,7 +7420,7 @@
|
||||
"b": 573.2198486571116,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.758643627166748,
|
||||
"confidence": 0.7586438059806824,
|
||||
"cells": [
|
||||
{
|
||||
"index": 50,
|
||||
@@ -7485,7 +7485,7 @@
|
||||
"b": 546.69997871924,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7897858619689941,
|
||||
"confidence": 0.7897851467132568,
|
||||
"cells": [
|
||||
{
|
||||
"index": 52,
|
||||
@@ -7565,7 +7565,7 @@
|
||||
"b": 591.5799886140991,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8144806027412415,
|
||||
"confidence": 0.8144810795783997,
|
||||
"cells": [
|
||||
{
|
||||
"index": 54,
|
||||
@@ -7610,7 +7610,7 @@
|
||||
"label": "picture",
|
||||
"bbox": {
|
||||
"l": 388.5767822265625,
|
||||
"t": 36.03588104248047,
|
||||
"t": 36.03587341308594,
|
||||
"r": 482.4759216308594,
|
||||
"b": 103.00555419921875,
|
||||
"coord_origin": "TOPLEFT"
|
||||
@@ -7706,7 +7706,7 @@
|
||||
"b": 81.03008981017001,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.6917959451675415,
|
||||
"confidence": 0.6917961239814758,
|
||||
"cells": [
|
||||
{
|
||||
"index": 2,
|
||||
@@ -7798,7 +7798,7 @@
|
||||
"b": 323.44982924225053,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.6362582445144653,
|
||||
"confidence": 0.6362584233283997,
|
||||
"cells": [
|
||||
{
|
||||
"index": 5,
|
||||
@@ -8562,7 +8562,7 @@
|
||||
"b": 179.2998695799522,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7258322834968567,
|
||||
"confidence": 0.7258325815200806,
|
||||
"cells": [
|
||||
{
|
||||
"index": 5,
|
||||
@@ -9092,7 +9092,7 @@
|
||||
"b": 233.17986945372706,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8121819496154785,
|
||||
"confidence": 0.8121814727783203,
|
||||
"cells": [
|
||||
{
|
||||
"index": 25,
|
||||
@@ -9132,7 +9132,7 @@
|
||||
"b": 228.73998946412837,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7672221660614014,
|
||||
"confidence": 0.7672220468521118,
|
||||
"cells": [
|
||||
{
|
||||
"index": 26,
|
||||
@@ -9172,7 +9172,7 @@
|
||||
"b": 255.88982940052404,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8320454955101013,
|
||||
"confidence": 0.8320456743240356,
|
||||
"cells": [
|
||||
{
|
||||
"index": 27,
|
||||
@@ -9212,7 +9212,7 @@
|
||||
"b": 251.44994941092557,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.5538817644119263,
|
||||
"confidence": 0.5538824796676636,
|
||||
"cells": [
|
||||
{
|
||||
"index": 28,
|
||||
@@ -9252,7 +9252,7 @@
|
||||
"b": 278.5698293473914,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7908995151519775,
|
||||
"confidence": 0.7909000515937805,
|
||||
"cells": [
|
||||
{
|
||||
"index": 29,
|
||||
@@ -9332,7 +9332,7 @@
|
||||
"b": 323.44982924225053,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.6534579396247864,
|
||||
"confidence": 0.6534578204154968,
|
||||
"cells": [
|
||||
{
|
||||
"index": 31,
|
||||
@@ -9437,7 +9437,7 @@
|
||||
"b": 296.80999930466,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.5417138934135437,
|
||||
"confidence": 0.5417144298553467,
|
||||
"cells": [
|
||||
{
|
||||
"index": 35,
|
||||
@@ -9531,7 +9531,7 @@
|
||||
"b": 596.0198686036978,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7191378474235535,
|
||||
"confidence": 0.719137966632843,
|
||||
"cells": [
|
||||
{
|
||||
"index": 37,
|
||||
@@ -10035,7 +10035,7 @@
|
||||
"b": 386.56997909437825,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8262876868247986,
|
||||
"confidence": 0.8262879252433777,
|
||||
"cells": [
|
||||
{
|
||||
"index": 38,
|
||||
@@ -10075,7 +10075,7 @@
|
||||
"b": 413.70983903079747,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7766715884208679,
|
||||
"confidence": 0.7766718864440918,
|
||||
"cells": [
|
||||
{
|
||||
"index": 39,
|
||||
@@ -10115,7 +10115,7 @@
|
||||
"b": 409.26995904119883,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8204739093780518,
|
||||
"confidence": 0.8204737901687622,
|
||||
"cells": [
|
||||
{
|
||||
"index": 40,
|
||||
@@ -10155,7 +10155,7 @@
|
||||
"b": 436.3898589776647,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7670676708221436,
|
||||
"confidence": 0.7670677900314331,
|
||||
"cells": [
|
||||
{
|
||||
"index": 41,
|
||||
@@ -10195,7 +10195,7 @@
|
||||
"b": 432.0699789877849,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8048339486122131,
|
||||
"confidence": 0.8048340082168579,
|
||||
"cells": [
|
||||
{
|
||||
"index": 42,
|
||||
@@ -10275,7 +10275,7 @@
|
||||
"b": 454.7499689346523,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8273372054100037,
|
||||
"confidence": 0.827337384223938,
|
||||
"cells": [
|
||||
{
|
||||
"index": 44,
|
||||
@@ -10315,7 +10315,7 @@
|
||||
"b": 481.8698388711183,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7342240214347839,
|
||||
"confidence": 0.7342236638069153,
|
||||
"cells": [
|
||||
{
|
||||
"index": 45,
|
||||
@@ -10355,7 +10355,7 @@
|
||||
"b": 477.42995888151955,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8411223888397217,
|
||||
"confidence": 0.8411222696304321,
|
||||
"cells": [
|
||||
{
|
||||
"index": 46,
|
||||
@@ -10395,7 +10395,7 @@
|
||||
"b": 528.3098487623228,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7251590490341187,
|
||||
"confidence": 0.7251589894294739,
|
||||
"cells": [
|
||||
{
|
||||
"index": 47,
|
||||
@@ -10460,7 +10460,7 @@
|
||||
"b": 501.78997882445117,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7848676443099976,
|
||||
"confidence": 0.7848678827285767,
|
||||
"cells": [
|
||||
{
|
||||
"index": 49,
|
||||
@@ -10500,7 +10500,7 @@
|
||||
"b": 573.2198486571116,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.758643627166748,
|
||||
"confidence": 0.7586438059806824,
|
||||
"cells": [
|
||||
{
|
||||
"index": 50,
|
||||
@@ -10565,7 +10565,7 @@
|
||||
"b": 546.69997871924,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.7897858619689941,
|
||||
"confidence": 0.7897851467132568,
|
||||
"cells": [
|
||||
{
|
||||
"index": 52,
|
||||
@@ -10645,7 +10645,7 @@
|
||||
"b": 591.5799886140991,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8144806027412415,
|
||||
"confidence": 0.8144810795783997,
|
||||
"cells": [
|
||||
{
|
||||
"index": 54,
|
||||
@@ -10695,7 +10695,7 @@
|
||||
"b": 790.0379791491694,
|
||||
"coord_origin": "TOPLEFT"
|
||||
},
|
||||
"confidence": 0.8992282152175903,
|
||||
"confidence": 0.899228036403656,
|
||||
"cells": [
|
||||
{
|
||||
"index": 3,
|
||||
|
||||
@@ -74,6 +74,12 @@
|
||||
"prov": [],
|
||||
"orig": "Hello world1",
|
||||
"text": "Hello world1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -88,6 +94,12 @@
|
||||
"prov": [],
|
||||
"orig": "Hello2",
|
||||
"text": "Hello2",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -113,7 +125,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Some text before",
|
||||
"text": "Some text before"
|
||||
"text": "Some text before",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/4",
|
||||
@@ -149,7 +167,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Some text after",
|
||||
"text": "Some text after"
|
||||
"text": "Some text after",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"pictures": [],
|
||||
|
||||
@@ -55,7 +55,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Test with three images in unusual formats",
|
||||
"text": "Test with three images in unusual formats"
|
||||
"text": "Test with three images in unusual formats",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/1",
|
||||
@@ -67,7 +73,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Raster in emf:",
|
||||
"text": "Raster in emf:"
|
||||
"text": "Raster in emf:",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/2",
|
||||
@@ -79,7 +91,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Vector in emf:",
|
||||
"text": "Vector in emf:"
|
||||
"text": "Vector in emf:",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/3",
|
||||
@@ -91,7 +109,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Raster in webp:",
|
||||
"text": "Raster in webp:"
|
||||
"text": "Raster in webp:",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"pictures": [
|
||||
|
||||
@@ -232,6 +232,12 @@
|
||||
"prov": [],
|
||||
"orig": "hyperlink",
|
||||
"text": "hyperlink",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"hyperlink": "https:/github.com/DS4SD/docling"
|
||||
},
|
||||
{
|
||||
@@ -263,7 +269,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Normal",
|
||||
"text": "Normal"
|
||||
"text": "Normal",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/6",
|
||||
@@ -329,7 +341,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "and",
|
||||
"text": "and"
|
||||
"text": "and",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/10",
|
||||
@@ -342,6 +360,12 @@
|
||||
"prov": [],
|
||||
"orig": "hyperlink",
|
||||
"text": "hyperlink",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"hyperlink": "https:/github.com/DS4SD/docling"
|
||||
},
|
||||
{
|
||||
@@ -354,7 +378,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "on the same line",
|
||||
"text": "on the same line"
|
||||
"text": "on the same line",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/12",
|
||||
@@ -439,6 +469,12 @@
|
||||
"prov": [],
|
||||
"orig": "Some",
|
||||
"text": "Some",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -513,6 +549,12 @@
|
||||
"prov": [],
|
||||
"orig": "Nested",
|
||||
"text": "Nested",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
|
||||
@@ -133,7 +133,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 1.1",
|
||||
"text": "Paragraph 1.1"
|
||||
"text": "Paragraph 1.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/5",
|
||||
@@ -157,7 +163,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 1.2",
|
||||
"text": "Paragraph 1.2"
|
||||
"text": "Paragraph 1.2",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/7",
|
||||
@@ -222,7 +234,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 1.1.1",
|
||||
"text": "Paragraph 1.1.1"
|
||||
"text": "Paragraph 1.1.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/11",
|
||||
@@ -246,7 +264,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 1.1.2",
|
||||
"text": "Paragraph 1.1.2"
|
||||
"text": "Paragraph 1.1.2",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/13",
|
||||
@@ -314,7 +338,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 1.1.1",
|
||||
"text": "Paragraph 1.1.1"
|
||||
"text": "Paragraph 1.1.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/17",
|
||||
@@ -338,7 +368,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 1.1.2",
|
||||
"text": "Paragraph 1.1.2"
|
||||
"text": "Paragraph 1.1.2",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/19",
|
||||
@@ -406,7 +442,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 1.2.3.1",
|
||||
"text": "Paragraph 1.2.3.1"
|
||||
"text": "Paragraph 1.2.3.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/23",
|
||||
@@ -430,7 +472,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 1.2.3.1",
|
||||
"text": "Paragraph 1.2.3.1"
|
||||
"text": "Paragraph 1.2.3.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/25",
|
||||
@@ -513,7 +561,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 2.1",
|
||||
"text": "Paragraph 2.1"
|
||||
"text": "Paragraph 2.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/30",
|
||||
@@ -537,7 +591,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 2.2",
|
||||
"text": "Paragraph 2.2"
|
||||
"text": "Paragraph 2.2",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/32",
|
||||
@@ -602,7 +662,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 2.1.1.1",
|
||||
"text": "Paragraph 2.1.1.1"
|
||||
"text": "Paragraph 2.1.1.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/36",
|
||||
@@ -626,7 +692,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 2.1.1.1",
|
||||
"text": "Paragraph 2.1.1.1"
|
||||
"text": "Paragraph 2.1.1.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/38",
|
||||
@@ -694,7 +766,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 2.1.1",
|
||||
"text": "Paragraph 2.1.1"
|
||||
"text": "Paragraph 2.1.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/42",
|
||||
@@ -718,7 +796,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 2.1.2",
|
||||
"text": "Paragraph 2.1.2"
|
||||
"text": "Paragraph 2.1.2",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/44",
|
||||
|
||||
@@ -209,7 +209,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 1.1",
|
||||
"text": "Paragraph 1.1"
|
||||
"text": "Paragraph 1.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/5",
|
||||
@@ -233,7 +239,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 1.2",
|
||||
"text": "Paragraph 1.2"
|
||||
"text": "Paragraph 1.2",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/7",
|
||||
@@ -298,7 +310,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 1.1.1",
|
||||
"text": "Paragraph 1.1.1"
|
||||
"text": "Paragraph 1.1.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/11",
|
||||
@@ -322,7 +340,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 1.1.2",
|
||||
"text": "Paragraph 1.1.2"
|
||||
"text": "Paragraph 1.1.2",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/13",
|
||||
@@ -390,7 +414,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 1.1.1",
|
||||
"text": "Paragraph 1.1.1"
|
||||
"text": "Paragraph 1.1.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/17",
|
||||
@@ -414,7 +444,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 1.1.2",
|
||||
"text": "Paragraph 1.1.2"
|
||||
"text": "Paragraph 1.1.2",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/19",
|
||||
@@ -482,7 +518,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 1.2.3.1",
|
||||
"text": "Paragraph 1.2.3.1"
|
||||
"text": "Paragraph 1.2.3.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/23",
|
||||
@@ -506,7 +548,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 1.2.3.1",
|
||||
"text": "Paragraph 1.2.3.1"
|
||||
"text": "Paragraph 1.2.3.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/25",
|
||||
@@ -567,7 +615,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 2.1",
|
||||
"text": "Paragraph 2.1"
|
||||
"text": "Paragraph 2.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/30",
|
||||
@@ -591,7 +645,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 2.2",
|
||||
"text": "Paragraph 2.2"
|
||||
"text": "Paragraph 2.2",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/32",
|
||||
@@ -656,7 +716,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 2.1.1.1",
|
||||
"text": "Paragraph 2.1.1.1"
|
||||
"text": "Paragraph 2.1.1.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/36",
|
||||
@@ -680,7 +746,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 2.1.1.1",
|
||||
"text": "Paragraph 2.1.1.1"
|
||||
"text": "Paragraph 2.1.1.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/38",
|
||||
@@ -748,7 +820,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 2.1.1",
|
||||
"text": "Paragraph 2.1.1"
|
||||
"text": "Paragraph 2.1.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/42",
|
||||
@@ -772,7 +850,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 2.1.2",
|
||||
"text": "Paragraph 2.1.2"
|
||||
"text": "Paragraph 2.1.2",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/44",
|
||||
|
||||
@@ -365,7 +365,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 2.1.1",
|
||||
"text": "Paragraph 2.1.1"
|
||||
"text": "Paragraph 2.1.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/4",
|
||||
@@ -389,7 +395,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Paragraph 2.1.2",
|
||||
"text": "Paragraph 2.1.2"
|
||||
"text": "Paragraph 2.1.2",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/6",
|
||||
@@ -434,6 +446,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item 1",
|
||||
"text": "List item 1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -448,6 +466,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item 2",
|
||||
"text": "List item 2",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -462,6 +486,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item 3",
|
||||
"text": "List item 3",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -508,6 +538,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item a",
|
||||
"text": "List item a",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -522,6 +558,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item b",
|
||||
"text": "List item b",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -536,6 +578,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item c",
|
||||
"text": "List item c",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -582,6 +630,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item 1",
|
||||
"text": "List item 1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -596,6 +650,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item 2",
|
||||
"text": "List item 2",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -610,6 +670,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item 1.1",
|
||||
"text": "List item 1.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -624,6 +690,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item 1.2",
|
||||
"text": "List item 1.2",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -638,6 +710,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item 1.3",
|
||||
"text": "List item 1.3",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -652,6 +730,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item 3",
|
||||
"text": "List item 3",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -698,6 +782,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item 1",
|
||||
"text": "List item 1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -712,6 +802,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item 1.1",
|
||||
"text": "List item 1.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -726,6 +822,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item 2",
|
||||
"text": "List item 2",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -772,6 +874,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item 1",
|
||||
"text": "List item 1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -786,6 +894,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item 1.1",
|
||||
"text": "List item 1.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -800,6 +914,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item 1.1.1",
|
||||
"text": "List item 1.1.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -814,6 +934,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item 3",
|
||||
"text": "List item 3",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -866,6 +992,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item 1",
|
||||
"text": "List item 1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -880,6 +1012,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item 2",
|
||||
"text": "List item 2",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -894,6 +1032,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item 1.1",
|
||||
"text": "List item 1.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -908,6 +1052,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item 1.2",
|
||||
"text": "List item 1.2",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -922,6 +1072,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item 1.2.1",
|
||||
"text": "List item 1.2.1",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -936,6 +1092,12 @@
|
||||
"prov": [],
|
||||
"orig": "List item 3",
|
||||
"text": "List item 3",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -101,7 +101,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Summer activities",
|
||||
"text": "Summer activities"
|
||||
"text": "Summer activities",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/1",
|
||||
@@ -138,7 +144,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Duck",
|
||||
"text": "Duck"
|
||||
"text": "Duck",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/3",
|
||||
@@ -150,7 +162,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Figure 1: This is a cute duckling",
|
||||
"text": "Figure 1: This is a cute duckling"
|
||||
"text": "Figure 1: This is a cute duckling",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/4",
|
||||
@@ -180,8 +198,8 @@
|
||||
"content_layer": "body",
|
||||
"label": "section_header",
|
||||
"prov": [],
|
||||
"orig": "Let\u2019s swim!",
|
||||
"text": "Let\u2019s swim!",
|
||||
"orig": "Let’s swim!",
|
||||
"text": "Let’s swim!",
|
||||
"level": 1
|
||||
},
|
||||
{
|
||||
@@ -194,7 +212,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "To get started with swimming, first lay down in a water and try not to drown:",
|
||||
"text": "To get started with swimming, first lay down in a water and try not to drown:"
|
||||
"text": "To get started with swimming, first lay down in a water and try not to drown:",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/6",
|
||||
@@ -207,6 +231,12 @@
|
||||
"prov": [],
|
||||
"orig": "You can relax and look around",
|
||||
"text": "You can relax and look around",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -221,6 +251,12 @@
|
||||
"prov": [],
|
||||
"orig": "Paddle about",
|
||||
"text": "Paddle about",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -235,6 +271,12 @@
|
||||
"prov": [],
|
||||
"orig": "Enjoy summer warmth",
|
||||
"text": "Enjoy summer warmth",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -247,8 +289,14 @@
|
||||
"content_layer": "body",
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Also, don\u2019t forget:",
|
||||
"text": "Also, don\u2019t forget:"
|
||||
"orig": "Also, don’t forget:",
|
||||
"text": "Also, don’t forget:",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/10",
|
||||
@@ -261,6 +309,12 @@
|
||||
"prov": [],
|
||||
"orig": "Wear sunglasses",
|
||||
"text": "Wear sunglasses",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -273,8 +327,14 @@
|
||||
"content_layer": "body",
|
||||
"label": "list_item",
|
||||
"prov": [],
|
||||
"orig": "Don\u2019t forget to drink water",
|
||||
"text": "Don\u2019t forget to drink water",
|
||||
"orig": "Don’t forget to drink water",
|
||||
"text": "Don’t forget to drink water",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -289,6 +349,12 @@
|
||||
"prov": [],
|
||||
"orig": "Use sun cream",
|
||||
"text": "Use sun cream",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -301,8 +367,14 @@
|
||||
"content_layer": "body",
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Hmm, what else\u2026",
|
||||
"text": "Hmm, what else\u2026"
|
||||
"orig": "Hmm, what else…",
|
||||
"text": "Hmm, what else…",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/14",
|
||||
@@ -335,8 +407,8 @@
|
||||
"content_layer": "body",
|
||||
"label": "section_header",
|
||||
"prov": [],
|
||||
"orig": "Let\u2019s eat",
|
||||
"text": "Let\u2019s eat",
|
||||
"orig": "Let’s eat",
|
||||
"text": "Let’s eat",
|
||||
"level": 2
|
||||
},
|
||||
{
|
||||
@@ -348,8 +420,14 @@
|
||||
"content_layer": "body",
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "After we had a good day of swimming in the lake, it\u2019s important to eat something nice",
|
||||
"text": "After we had a good day of swimming in the lake, it\u2019s important to eat something nice"
|
||||
"orig": "After we had a good day of swimming in the lake, it’s important to eat something nice",
|
||||
"text": "After we had a good day of swimming in the lake, it’s important to eat something nice",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/16",
|
||||
@@ -361,7 +439,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "I like to eat leaves",
|
||||
"text": "I like to eat leaves"
|
||||
"text": "I like to eat leaves",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/17",
|
||||
@@ -373,7 +457,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "Here are some interesting things a respectful duck could eat:",
|
||||
"text": "Here are some interesting things a respectful duck could eat:"
|
||||
"text": "Here are some interesting things a respectful duck could eat:",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/18",
|
||||
@@ -396,8 +486,14 @@
|
||||
"content_layer": "body",
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "And let\u2019s add another list in the end:",
|
||||
"text": "And let\u2019s add another list in the end:"
|
||||
"orig": "And let’s add another list in the end:",
|
||||
"text": "And let’s add another list in the end:",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/20",
|
||||
@@ -410,6 +506,12 @@
|
||||
"prov": [],
|
||||
"orig": "Leaves",
|
||||
"text": "Leaves",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -424,6 +526,12 @@
|
||||
"prov": [],
|
||||
"orig": "Berries",
|
||||
"text": "Berries",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
},
|
||||
@@ -438,6 +546,12 @@
|
||||
"prov": [],
|
||||
"orig": "Grain",
|
||||
"text": "Grain",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
},
|
||||
"enumerated": false,
|
||||
"marker": "-"
|
||||
}
|
||||
|
||||
@@ -114,7 +114,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "A uniform table",
|
||||
"text": "A uniform table"
|
||||
"text": "A uniform table",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/2",
|
||||
@@ -138,7 +144,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "A non-uniform table with horizontal spans",
|
||||
"text": "A non-uniform table with horizontal spans"
|
||||
"text": "A non-uniform table with horizontal spans",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/4",
|
||||
@@ -162,7 +174,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "A non-uniform table with horizontal spans in inner columns",
|
||||
"text": "A non-uniform table with horizontal spans in inner columns"
|
||||
"text": "A non-uniform table with horizontal spans in inner columns",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/6",
|
||||
@@ -186,7 +204,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "A non-uniform table with vertical spans",
|
||||
"text": "A non-uniform table with vertical spans"
|
||||
"text": "A non-uniform table with vertical spans",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/8",
|
||||
@@ -210,7 +234,13 @@
|
||||
"label": "paragraph",
|
||||
"prov": [],
|
||||
"orig": "A non-uniform table with all kinds of spans and empty cells",
|
||||
"text": "A non-uniform table with all kinds of spans and empty cells"
|
||||
"text": "A non-uniform table with all kinds of spans and empty cells",
|
||||
"formatting": {
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"strikethrough": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"self_ref": "#/texts/10",
|
||||
|
||||
Reference in New Issue
Block a user